From b610c85e9872b5f9347a52af1fe6acb9a2662530 Mon Sep 17 00:00:00 2001 From: Micah Date: Thu, 26 Nov 2015 15:50:17 -0500 Subject: Check for clamav processes on mx nodes (#7648) Change-Id: I751985c0537d430b568a670a2f70d1906b0f0f35 --- tests/white-box/mx.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/white-box') diff --git a/tests/white-box/mx.rb b/tests/white-box/mx.rb index f49d2ab4..8b5cc485 100644 --- a/tests/white-box/mx.rb +++ b/tests/white-box/mx.rb @@ -38,6 +38,9 @@ class Mx < LeapTest assert_running 'postfwd2::cache' assert_running 'postfwd2::policy' assert_running '/usr/sbin/unbound' + assert_running '^/usr/sbin/clamd -c /etc/clamav/clamd.conf$' + assert_running '^/usr/sbin/clamav-milter --config-file=/etc/clamav/clamav-milter.conf$' + assert_running '^/usr/bin/freshclam -d --quiet --config-file=/etc/clamav/freshclam.conf$' pass end -- cgit v1.2.3