metasploitable3/chef/cookbooks/metasploitable/test/linux/readme_app.rb

9 lines
151 B
Ruby
Raw Normal View History

2017-08-11 20:36:04 +02:00
describe service('readme_app') do
it { should be_enabled }
it { should be_running }
2017-08-23 22:56:08 +02:00
end
describe port('3500') do
it { should be_listening }
end