blob: fa29ecb8938e96c10be3261b812ec85b9cd5c9dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
metadata:
format: Lava-Test Test Definition 1.0
name: smoke-tests-basic
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
run:
steps:
- 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
- lava-test-case linux-posix-lsb_release --shell lsb_release -a
|