From a91da714d50b63f4f0b28047000633302cd9a8ea Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 15 Sep 2014 16:37:08 -0400 Subject: tests: make shorewall optional Change-Id: I1703ff7b3dafe5d0562a7c34c1851ebfedc569a8 --- tests/white-box/network.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/white-box/network.rb b/tests/white-box/network.rb index 0d98c314..f2041710 100644 --- a/tests/white-box/network.rb +++ b/tests/white-box/network.rb @@ -54,6 +54,7 @@ class Network < LeapTest end def test_03_Is_shorewall_running? + ignore unless File.exists?('/sbin/shorewall') assert_run('/sbin/shorewall status') pass end -- cgit v1.2.3