summaryrefslogtreecommitdiff
path: root/automated/linux/lshw/lshw.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/lshw/lshw.yaml')
-rw-r--r--automated/linux/lshw/lshw.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/automated/linux/lshw/lshw.yaml b/automated/linux/lshw/lshw.yaml
new file mode 100644
index 0000000..f63fc90
--- /dev/null
+++ b/automated/linux/lshw/lshw.yaml
@@ -0,0 +1,36 @@
+metadata:
+ name: lshw
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "lshw is a small tool to extract detailed information
+ on the hardware configuration of the machine."
+ maintainer:
+ - chase.qi@linaro.org
+ os:
+ - debian
+ - ubuntu
+ - fedora
+ - centos
+ - openembedded
+ scope:
+ - functional
+ environment:
+ - lava-test-shell
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+ - mustang
+ - moonshot
+ - thunderX
+ - d03
+ - d05
+
+params:
+ # Test if lshw able to report the classes pre-defined in ${CLASSES}.
+ CLASSES: "system bus processor memory network"
+ SKIP_INSTALL: "false"
+
+run:
+ steps:
+ - cd ./automated/linux/lshw/
+ - ./lshw.sh -s "${SKIP_INSTALL}" -c "${CLASSES}"
+ - ../../utils/send-to-lava.sh ./output/result.txt