Assert aodh-expirer cron job
Change-Id: Ie597039d18b1e9f08fd27919324fbbf106a3425e
This commit is contained in:
parent
4ce5025534
commit
38de717b72
@ -26,6 +26,10 @@ describe 'basic aodh' do
|
|||||||
describe port(8042) do
|
describe port(8042) do
|
||||||
it { is_expected.to be_listening }
|
it { is_expected.to be_listening }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
describe cron do
|
||||||
|
it { is_expected.to have_entry('1 0 * * * aodh-expirer').with_user('aodh') }
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user