summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2020-01-28 12:21:44 +0100
committerStevan Radakovic <stevan.radakovic@linaro.org>2020-01-28 12:21:44 +0100
commita2966c4186a2a0be7b507adc6e14d7f5005c7436 (patch)
tree297fe7db53dc5dca1a29790dfc0f722d618733fa
parent4b7993a015c5236be6365a36df7d6bef2270ddd0 (diff)
Remove lsb_release test.HEADmaster
-rw-r--r--lava-test-shell/smoke-tests-basic.yaml24
1 files changed, 6 insertions, 18 deletions
diff --git a/lava-test-shell/smoke-tests-basic.yaml b/lava-test-shell/smoke-tests-basic.yaml
index 6a33377..3e29bc5 100644
--- a/lava-test-shell/smoke-tests-basic.yaml
+++ b/lava-test-shell/smoke-tests-basic.yaml
@@ -1,27 +1,15 @@
metadata:
format: Lava-Test Test Definition 1.0
name: smoke-tests-basic
- description: "Basic system test command for Linaro Ubuntu images. The test runs basic commands
+ description: "Basic system test command for POSIX images. The test runs basic commands
like pwd, uname, vmstat, ifconfig, lscpu, lsusb and lsb_release."
maintainer:
- milosz.wasilewski@linaro.org
- os:
- - ubuntu
- scope:
- - functional
- devices:
- - panda
- - panda-es
- - arndale
- - vexpress-a9
- - vexpress-tc2
- - juno
run:
steps:
- - lava-test-case linux-linaro-ubuntu-pwd --shell pwd
- - lava-test-case linux-linaro-ubuntu-uname --shell uname -a
- - lava-test-case linux-linaro-ubuntu-vmstat --shell vmstat
- - lava-test-case linux-linaro-ubuntu-ifconfig --shell ifconfig -a
- - lava-test-case linux-linaro-ubuntu-lscpu --shell lscpu
- - lava-test-case linux-linaro-ubuntu-lsb_release --shell lsb_release -a
+ - lava-test-case linux-posix-pwd --shell pwd
+ - lava-test-case linux-posix-uname --shell uname -a
+ - lava-test-case linux-posix-vmstat --shell vmstat
+ - lava-test-case linux-posix-ifconfig --shell ifconfig -a
+ - lava-test-case linux-posix-lscpu --shell lscpu