summaryrefslogtreecommitdiff
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
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
-rw-r--r--common/dmidecode.yaml (renamed from ubuntu/dmidecode.yaml)2
-rw-r--r--common/fwts.yaml (renamed from ubuntu/fwts.yaml)3
-rwxr-xr-xcommon/scripts/fwts-parser.py (renamed from ubuntu/scripts/fwts-parser.py)0
3 files changed, 4 insertions, 1 deletions
diff --git a/ubuntu/dmidecode.yaml b/common/dmidecode.yaml
index e459a33..38c5d09 100644
--- a/ubuntu/dmidecode.yaml
+++ b/common/dmidecode.yaml
@@ -5,12 +5,14 @@ metadata:
version: 1.0
os:
- ubuntu
+ - openembedded
devices:
- arndale
- panda
- beaglebone-black
- beagle-xm
- mx53loco
+ - rtsm_fvp_base-aemv8a
scope:
- functional
diff --git a/ubuntu/fwts.yaml b/common/fwts.yaml
index 98b4613..3524472 100644
--- a/ubuntu/fwts.yaml
+++ b/common/fwts.yaml
@@ -8,6 +8,7 @@ metadata:
- naresh.bhat@linaro.org
os:
- ubuntu
+ - openembedded
scope:
- functional
devices:
@@ -25,7 +26,7 @@ run:
steps:
- lava-test-case fwts --shell fwts -a --log-filter=ALL --log-format='%owner-%field:' -w 250
- lava-test-case-attach fwts results.log text/plain
- - ./ubuntu/scripts/fwts-parser.py results.log
+ - ./common/scripts/fwts-parser.py results.log
parse:
pattern: "(?P<test_case_id>.*):\\s(?P<result>(pass|fail|skip)$)"
diff --git a/ubuntu/scripts/fwts-parser.py b/common/scripts/fwts-parser.py
index bc20133..bc20133 100755
--- a/ubuntu/scripts/fwts-parser.py
+++ b/common/scripts/fwts-parser.py