summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-19 15:20:28 +0100
committervarac <varacanero@zeromail.org>2015-11-19 15:20:28 +0100
commitf59d938c5744dcb2bc44412d684c10acf4a35936 (patch)
treed2af3f084043c9df4716aeafa81e44a74d8e0f7e /tests
parent6c6a9c19160268687d20b2bf8098b4f1d2d45508 (diff)
[feat] Check for postfwd procs on mx nodes
Diffstat (limited to 'tests')
-rw-r--r--tests/white-box/mx.rb3
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