From cbfd0dc8873fbfb604782faded94fc77a7ab9430 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 23 Jan 2018 23:07:07 +0100 Subject: [tests] workaround for functional tests in docker polkit doesn't work inside docker. --- tests/functional/features/steps/vpn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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") -- cgit v1.2.3