metasploitable3/chef/cookbooks/metasploitable/test/linux/knockd.rb
James Barnett bc3ef65dbf Update linux tests.
- Finished out flag tests
- All tests are passing correctly
- Use integer for mode consistently
2017-08-15 12:43:37 -05:00

4 lines
233 B
Ruby

describe service('knockd') do
it { should be_enabled }
# it { should be_running } # TODO: The service is running, as evidenced by the listening port, but for some reason these tests keep failing. Research why and update them.
end