SPEC-3597: prevent conman to break routes
authorCorentin LABBE <clabbe@baylibre.com>
Wed, 21 Oct 2020 09:37:32 +0000 (11:37 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 25 Nov 2020 11:27:50 +0000 (12:27 +0100)
conman break routes after adding veth, prevent this.

Change-Id: Ic674a8ad609783950ac2ca95a9176d427c59b6ad
Bug-AGL: SPEC-3597
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
test-suites/short-smoke/network-veth.yaml

index 4416ff7..25f313e 100644 (file)
@@ -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