metasploitable3/chef/cookbooks/metasploitable/test/linux/mysql.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

10 lines
299 B
Ruby

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