inspec/test/kitchen/policies/default/controls/virtualization_spec.rb
Miah Johnson e8ae9012ea Move inspec-verify kitchen tests into more obvious directory
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-10-16 22:41:03 -07:00

6 lines
148 B
Ruby

if ENV['DOCKER'] && os.linux?
describe virtualization do
its('system') { should eq 'docker' }
its('role') { should eq 'guest' }
end
end