From fa1becee63a5b5047c89cac29d292d6a56f81497 Mon Sep 17 00:00:00 2001 From: Fu Wei Date: Mon, 29 Sep 2014 18:47:13 +0800 Subject: 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 --- common/dmidecode.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 common/dmidecode.yaml (limited to 'common/dmidecode.yaml') 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 -- cgit v1.2.3