- test: timeout: minutes: 3 failure_retry: 3 definitions: - repository: metadata: format: Lava-Test Test Definition 1.0 name: smoke-tests-basic description: "Basic system test command for Linaro Ubuntu images" os: - ubuntu scope: - functional environment: - lava-test-shell run: steps: - lava-test-case linux-INLINE-pwd --shell pwd - lava-test-case linux-INLINE-uname --shell uname -a - lava-test-case linux-INLINE-vmstat --shell vmstat - lava-test-case linux-INLINE-ifconfig --shell ifconfig -a - lava-test-case linux-INLINE-lscpu --shell lscpu - lava-test-case linux-INLINE-lsusb --shell lsusb - lava-test-case linux-INLINE-lsb_release --shell lsb_release -a from: inline name: smoke-tests-inline path: inline/smoke-tests-basic.yaml