Add examples for tests
[src/qa-testdefinitions.git] / test-suites / short-smoke / smoke-tests-basic.yaml
diff --git a/test-suites/short-smoke/smoke-tests-basic.yaml b/test-suites/short-smoke/smoke-tests-basic.yaml
new file mode 100644 (file)
index 0000000..bef846c
--- /dev/null
@@ -0,0 +1,20 @@
+metadata:
+    format: Lava-Test Test Definition 1.0
+    name: smoke-tests-basic
+    description: "Basic system test command for Linaro OpenEmbedded images"
+    maintainer:
+        - dave.pigott@linaro.org
+    os:
+        - openembedded
+    scope:
+        - functional
+
+run:
+    steps:
+        - lava-test-case linux-linaro-openembedded-pwd --shell pwd
+        - lava-test-case linux-linaro-openembedded-uname --shell uname -a
+        - lava-test-case linux-linaro-openembedded-vmstat --shell vmstat
+        - lava-test-case linux-linaro-openembedded-ifconfig --shell ifconfig -a
+        - lava-test-case linux-linaro-openembedded-lscpu --shell lscpu
+        - lava-test-case linux-linaro-openembedded-lsusb --shell lsusb
+        - lava-test-case linux-linaro-openembedded-lsb_release --shell lsb_release -a