summaryrefslogtreecommitdiff
path: root/tests/functional/features/steps/vpn.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/features/steps/vpn.py')
-rw-r--r--tests/functional/features/steps/vpn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/features/steps/vpn.py b/tests/functional/features/steps/vpn.py
index 489d4234..be50175d 100644
--- a/tests/functional/features/steps/vpn.py
+++ b/tests/functional/features/steps/vpn.py
@@ -22,7 +22,7 @@ def apply_dns_workaround():
resolv = commands.getoutput('cat /etc/resolv.conf')
print("original resolv.conf: %s" % resolv)
result = commands.getoutput(
- 'echo "nameserver 10.42.0.1" > /etc/resolv.conf')
+ 'echo "nameserver 10.41.0.1" > /etc/resolv.conf')
resolv2 = commands.getoutput('cat /etc/resolv.conf')
print("changed resolv.conf: %s" % resolv2)
print("Workaround OK")