From: Corentin LABBE Date: Wed, 21 Oct 2020 09:37:32 +0000 (+0200) Subject: SPEC-3597: prevent conman to break routes X-Git-Tag: 10.91.0~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=eb356ca43127cafd1eeb350e69538160a7691a7f;p=src%2Fqa-testdefinitions.git 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 --- 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