Assert aodh-expirer cron job

Change-Id: Ie597039d18b1e9f08fd27919324fbbf106a3425e
This commit is contained in:
Takashi Kajinami 2024-04-08 16:35:52 +09:00
parent 4ce5025534
commit 38de717b72

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