application-lifecycle: replace continue by return
[src/qa-testdefinitions.git] / test-suites / short-smoke / network-veth.yaml
index 4416ff7..c07e2eb 100644 (file)
@@ -4,6 +4,9 @@ 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