summaryrefslogtreecommitdiff
path: root/tests/white-box/openvpn.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-03-18 00:19:45 -0700
committerelijah <elijah@riseup.net>2014-03-18 00:19:45 -0700
commitcd09ed9eb9d183123652a52651a427bab558c496 (patch)
tree26f7da0b80e2e7f212f299fbd310dc35299d644c /tests/white-box/openvpn.rb
parentb70388856620db47724a3206f528db515eb0e20e (diff)
clean up the names of tests
Diffstat (limited to 'tests/white-box/openvpn.rb')
-rw-r--r--tests/white-box/openvpn.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/white-box/openvpn.rb b/tests/white-box/openvpn.rb
index 2b1276f4..5eb2bdb5 100644
--- a/tests/white-box/openvpn.rb
+++ b/tests/white-box/openvpn.rb
@@ -1,12 +1,12 @@
raise SkipTest unless $node["services"].include?("openvpn")
-class TestOpenvpn < LeapTest
- depends_on "TestNetwork"
+class Openvpn < LeapTest
+ depends_on "Network"
def setup
end
- def test_01_daemons_running
+ def test_01_Are_daemons_running?
assert_running '/usr/sbin/openvpn .* /etc/openvpn/tcp_config.conf'
assert_running '/usr/sbin/openvpn .* /etc/openvpn/udp_config.conf'
assert_running '/usr/sbin/unbound'