SPEC-3597: prevent conman to break routes
[src/qa-testdefinitions.git] / test-suites / short-smoke / network-veth.yaml
1 metadata:
2   format: Lava-Test Test Definition 1.0
3   name: veth
4   description: "Virtual network card installation"
5 run:
6   steps:
7     - ip link add veth0 type veth peer name veth1
8     - sleep 2
9     - ip addr add 10.1.0.1/24 dev veth0
10     - ip addr add 10.1.0.2/24 dev veth1
11     - echo 'DefaultAutoConnectTechnologies=""' >> /etc/connman/main.conf
12     - systemctl restart connman.service