smoke test
This commit is contained in:
parent
7afbe5a4d2
commit
6951b11d60
19
test-definitions/qemu/smoke.yaml
Normal file
19
test-definitions/qemu/smoke.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
metadata:
|
||||||
|
maintainer: madislutter@gmail.com
|
||||||
|
os: debian
|
||||||
|
format: Lava-Test Test Definition 1.0
|
||||||
|
name: smoke-test
|
||||||
|
description: trying to fix lsb_release error
|
||||||
|
|
||||||
|
install:
|
||||||
|
deps:
|
||||||
|
- lsb_release
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user