Merge "Assert aodh-expirer cron job"

This commit is contained in:
Zuul 2024-04-11 14:30:49 +00:00 committed by Gerrit Code Review
commit 2ffc688714
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ describe 'basic aodh' do
describe port(8042) do
it { is_expected.to be_listening }
end
describe cron do
it { is_expected.to have_entry('1 0 * * * aodh-expirer').with_user('aodh') }
end
end
end