From eb356ca43127cafd1eeb350e69538160a7691a7f Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 21 Oct 2020 11:37:32 +0200 Subject: [PATCH] SPEC-3597: prevent conman to break routes conman break routes after adding veth, prevent this. Change-Id: Ic674a8ad609783950ac2ca95a9176d427c59b6ad Bug-AGL: SPEC-3597 Signed-off-by: Corentin LABBE --- test-suites/short-smoke/network-veth.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-suites/short-smoke/network-veth.yaml b/test-suites/short-smoke/network-veth.yaml index 4416ff7..25f313e 100644 --- a/test-suites/short-smoke/network-veth.yaml +++ b/test-suites/short-smoke/network-veth.yaml @@ -8,3 +8,5 @@ run: - 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