summaryrefslogtreecommitdiff
path: root/common/dmidecode.yaml
diff options
context:
space:
mode:
authorFu Wei <fu.wei@linaro.org>2014-09-29 18:47:13 +0800
committerFu Wei <fu.wei@linaro.org>2015-01-09 19:08:15 +0800
commitfa1becee63a5b5047c89cac29d292d6a56f81497 (patch)
treee633d3d063410a70d2cd524915115264b700e90f /common/dmidecode.yaml
parentb2dc6fda4e11da26e779ab184668d3fb91687840 (diff)
Move ACPI FWTS and dmidecode tests definitions to common dir
1)ubuntu/dmidecode.yaml -> common/dmidecode.yaml 2)ubuntu/fwts.yaml -> common/fwts.yaml 3)ubuntu/scripts/fwts-parser.py -> common/scripts/fwts-parser.py Reason: they are the common tests, and can be used by other OSs. Change-Id: I48755fec9a129eca573ba6fbf406c0bbf6247576
Diffstat (limited to 'common/dmidecode.yaml')
-rw-r--r--common/dmidecode.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/dmidecode.yaml b/common/dmidecode.yaml
new file mode 100644
index 0000000..38c5d09
--- /dev/null
+++ b/common/dmidecode.yaml
@@ -0,0 +1,30 @@
+metadata:
+ name: dmidecode
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "DMI Decode Test"
+ version: 1.0
+ os:
+ - ubuntu
+ - openembedded
+ devices:
+ - arndale
+ - panda
+ - beaglebone-black
+ - beagle-xm
+ - mx53loco
+ - rtsm_fvp_base-aemv8a
+ scope:
+ - functional
+
+install:
+ deps:
+ - dmidecode
+ - grep
+run:
+ steps:
+ - lava-test-case kernel-space-sysfs-dmi-exist --shell ls /sys/class/dmi/
+ - lava-test-case kernel-space-sysfs-dmi-id-exist --shell ls /sys/class/dmi/id
+ - lava-test-case kernel-space-sysfs-bios-date --shell cat /sys/class/dmi/id/bios_date
+ - lava-test-case kernel-space-sysfs-bios-vendor --shell cat /sys/class/dmi/id/bios_vendor
+ - lava-test-case kernel-space-sysfs-bios-version --shell cat /sys/class/dmi/id/bios_version
+ - ./common/scripts/dmidecode.sh