Skip to content

Commit

Permalink
[tests] Ensure ip is valid remote in OpenVPN backend #132
Browse files Browse the repository at this point in the history
Closes #132
  • Loading branch information
nemesifier committed Jul 6, 2020
1 parent 8ae7642 commit dfd7c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/openvpn/test_backend.py
Expand Up @@ -140,7 +140,7 @@ def test_client_mode(self):
"pull": True,
"remote": [
{"host": "vpn1.test.com", "port": 1194},
{"host": "vpn2.test.com", "port": 1195},
{"host": "176.9.43.231", "port": 1195},
],
"resolv_retry": "infinite",
"script_security": 1,
Expand Down Expand Up @@ -184,7 +184,7 @@ def test_client_mode(self):
proto tcp-client
pull
remote vpn1.test.com 1194
remote vpn2.test.com 1195
remote 176.9.43.231 1195
resolv-retry infinite
script-security 1
status /var/log/openvpn.status 30
Expand Down

0 comments on commit dfd7c78

Please sign in to comment.