From a2966c4186a2a0be7b507adc6e14d7f5005c7436 Mon Sep 17 00:00:00 2001 From: Stevan Radakovic Date: Tue, 28 Jan 2020 12:21:44 +0100 Subject: Remove lsb_release test. --- lava-test-shell/smoke-tests-basic.yaml | 24 ++++++------------------ 1 file 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 -- cgit v1.2.3