diff options
author | kwadronaut <kwadronaut@leap.se> | 2014-03-26 09:38:41 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2014-03-26 09:38:41 +0100 |
commit | e7332f2370db83523c52ca2cf5510db001469093 (patch) | |
tree | 23d2c69e355042f1f067cca7a9329733c895c12f /tests/white-box/openvpn.rb | |
parent | b45d265a08884a65e7100e34067a0d8c390da8f0 (diff) | |
parent | cd09ed9eb9d183123652a52651a427bab558c496 (diff) |
Merge branch 'feature/cleanup-test-names' of https://github.com/elijh/leap_platform into elijh-feature/cleanup-test-names
Diffstat (limited to 'tests/white-box/openvpn.rb')
-rw-r--r-- | tests/white-box/openvpn.rb | 6 |
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' |