summaryrefslogtreecommitdiff
path: root/tests/white-box/network.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/white-box/network.rb')
-rw-r--r--tests/white-box/network.rb5
1 files changed, 5 insertions, 0 deletions
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