diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-10-21 11:37:32 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-11-25 12:27:50 +0100 |
commit | a635cd2fe47ddda295fdbeb7f2fed51b3f3470b5 (patch) | |
tree | 55c236d761a77ddf217ba2cb1b62faea238b948c | |
parent | e821362ff4ea932d55468f6a4dbe7c28366f05a7 (diff) |
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 <clabbe@baylibre.com>
-rw-r--r-- | test-suites/short-smoke/network-veth.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |