aix service tests

This commit is contained in:
Jeremy W. Chalfant 2015-12-23 13:22:07 -06:00 committed by Christoph Hartmann
parent d855602efe
commit 59d1849607

View file

@ -17,6 +17,9 @@ elsif ['windows'].include?(os[:family])
# Ubuntu
unavailable_service = 'sshd'
available_service = 'dhcp'
elsif ['aix'].include?(os[:family])
unavailable_service = 'clamav'
available_service = 'xntpd'
end
describe service(unavailable_service) do