mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
aix service tests
This commit is contained in:
parent
d855602efe
commit
59d1849607
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue