diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-10-21 11:37:32 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-10-21 11:37:32 +0200 |
commit | eb356ca43127cafd1eeb350e69538160a7691a7f (patch) | |
tree | 4147675e9b64ad32bd42458af542f32c51b46d47 | |
parent | d410dd6a172decb1baa293345f361d544fa2d3a6 (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 |