From 16a714e85ce8875f8e53f965050d62c30ad3f6ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Thu, 22 Oct 2020 11:20:42 +0200 Subject: [PATCH] Flip order in veth setup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: I2da141b438122eee2768582c5a31054cb8a68964 --- test-suites/short-smoke/network-veth.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test-suites/short-smoke/network-veth.yaml b/test-suites/short-smoke/network-veth.yaml index 25f313e..c07e2eb 100644 --- a/test-suites/short-smoke/network-veth.yaml +++ b/test-suites/short-smoke/network-veth.yaml @@ -4,9 +4,10 @@ metadata: description: "Virtual network card installation" run: steps: + - echo 'DefaultAutoConnectTechnologies=""' >> /etc/connman/main.conf + - systemctl restart connman.service + - sleep 2 - ip link add veth0 type veth peer name veth1 - sleep 2 - ip addr add 10.1.0.1/24 dev veth0 - ip addr add 10.1.0.2/24 dev veth1 - - echo 'DefaultAutoConnectTechnologies=""' >> /etc/connman/main.conf - - systemctl restart connman.service -- 2.16.6