diff options
author | varac <varacanero@zeromail.org> | 2015-11-26 20:19:21 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-11-26 20:19:21 +0100 |
commit | 05bb82adf35cd90f02f8d70367babb7b7f5c0368 (patch) | |
tree | 63d3c08faae23d91b0a22922dcab8fe90847809e /tests/white-box/mx.rb | |
parent | 0f7d91b71ce0cb81ef4c0275b54b04f59270801f (diff) | |
parent | f59d938c5744dcb2bc44412d684c10acf4a35936 (diff) |
Merge branch 'postfwd_tests' into develop
Diffstat (limited to 'tests/white-box/mx.rb')
-rw-r--r-- | tests/white-box/mx.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/white-box/mx.rb b/tests/white-box/mx.rb index 794a9a41..f49d2ab4 100644 --- a/tests/white-box/mx.rb +++ b/tests/white-box/mx.rb @@ -34,6 +34,9 @@ class Mx < LeapTest def test_03_Are_MX_daemons_running? assert_running 'leap_mx' assert_running '/usr/lib/postfix/master' + assert_running '/usr/sbin/postfwd' + assert_running 'postfwd2::cache' + assert_running 'postfwd2::policy' assert_running '/usr/sbin/unbound' pass end |