aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-10-22 11:20:42 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-10-22 11:20:42 +0200
commit611fa0a38a3687cf10fc5ba944e23951052c5525 (patch)
treed3c7a8d397204d3c9964ba4322521d753ff6683e
parenteb356ca43127cafd1eeb350e69538160a7691a7f (diff)
Flip order in veth setup
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I2da141b438122eee2768582c5a31054cb8a68964
-rw-r--r--test-suites/short-smoke/network-veth.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/test-suites/short-smoke/network-veth.yaml b/test-suites/short-smoke/network-veth.yaml
index 25f313e..c07e2eb 100644
--- a/test-suites/short-smoke/network-veth.yaml
+++ b/test-suites/short-smoke/network-veth.yaml
@@ -4,9 +4,10 @@ metadata:
description: "Virtual network card installation"
run:
steps:
+ - echo 'DefaultAutoConnectTechnologies=""' >> /etc/connman/main.conf
+ - systemctl restart connman.service
+ - sleep 2
- ip link add veth0 type veth peer name veth1
- 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