diff options
author | elijah <elijah@riseup.net> | 2013-12-30 18:04:30 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-12-30 18:04:30 -0800 |
commit | 353475da8d535f2904e68977c3dafa6bb3bb483a (patch) | |
tree | beb01b13f2f2b2e2040e0ece1bf1db13523b6e4f /tests/white-box/webapp.rb | |
parent | 71f2d1b0b7db6bb35dd6bd9220795aed3174d90b (diff) |
tests -- added tests to check that the right processes are running
Diffstat (limited to 'tests/white-box/webapp.rb')
-rw-r--r-- | tests/white-box/webapp.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/white-box/webapp.rb b/tests/white-box/webapp.rb index aaad4426..09e92797 100644 --- a/tests/white-box/webapp.rb +++ b/tests/white-box/webapp.rb @@ -54,4 +54,10 @@ class TestWebapp < LeapTest pass end + def test_03_daemons_running + assert_running '/usr/sbin/apache2' + assert_running '/usr/bin/nickserver' + pass + end + end |