From a3f923e66b05ffc12037b239995f463f81ea229d Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 13 May 2014 02:14:37 -0700 Subject: added simple shorewall whitebox test (close #5649) --- tests/white-box/network.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/white-box/network.rb') diff --git a/tests/white-box/network.rb b/tests/white-box/network.rb index 955857dc..e0b0339d 100644 --- a/tests/white-box/network.rb +++ b/tests/white-box/network.rb @@ -57,4 +57,9 @@ class Network < LeapTest end end + def test_03_Is_shorewall_running? + assert_run('/sbin/shorewall status') + pass + end + end -- cgit v1.2.3