Merge "Extend skiplists and fix typo in export"
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 19 Oct 2020 11:04:58 +0000 (11:04 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Mon, 19 Oct 2020 11:04:58 +0000 (11:04 +0000)
test-suites/short-smoke/network-veth.yaml [new file with mode: 0644]

diff --git a/test-suites/short-smoke/network-veth.yaml b/test-suites/short-smoke/network-veth.yaml
new file mode 100644 (file)
index 0000000..4416ff7
--- /dev/null
@@ -0,0 +1,10 @@
+metadata:
+  format: Lava-Test Test Definition 1.0
+  name: veth
+  description: "Virtual network card installation"
+run:
+  steps:
+    - 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