summaryrefslogtreecommitdiff
path: root/tests/white-box/openvpn.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-11-19 11:37:45 -0800
committerelijah <elijah@riseup.net>2014-11-19 11:37:45 -0800
commit6200be6fbf1f05665158e9ce8b218433f2440240 (patch)
tree4a2fc6b67c649fcba77da120b25025de82969160 /tests/white-box/openvpn.rb
parent7521958cc6c210d65009aa87c6c7297fd9be3dd2 (diff)
test if soledad daemon is running
Diffstat (limited to 'tests/white-box/openvpn.rb')
-rw-r--r--tests/white-box/openvpn.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/white-box/openvpn.rb b/tests/white-box/openvpn.rb
index 5eb2bdb5..23a40426 100644
--- a/tests/white-box/openvpn.rb
+++ b/tests/white-box/openvpn.rb
@@ -1,6 +1,6 @@
-raise SkipTest unless $node["services"].include?("openvpn")
+raise SkipTest unless service?(:openvpn)
-class Openvpn < LeapTest
+class OpenVPN < LeapTest
depends_on "Network"
def setup