summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-05-13 02:14:37 -0700
committerelijah <elijah@riseup.net>2014-05-13 02:14:37 -0700
commita3f923e66b05ffc12037b239995f463f81ea229d (patch)
tree6b7fee1a8f8f9680508d77030896659c46c9c3e9 /tests
parent071547967cc00acf18bf68b78e350131017852b9 (diff)
added simple shorewall whitebox test (close #5649)
Diffstat (limited to 'tests')
-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