summaryrefslogtreecommitdiff
path: root/ubuntu/acpica-tools.yaml
diff options
context:
space:
mode:
authorNaresh Bhat <naresh.bhat@linaro.org>2014-01-15 17:25:30 +0530
committerNaresh Bhat <naresh.bhat@linaro.org>2014-01-15 19:44:41 +0530
commit8dd83dcf5df12764dfb7ba1c8aa61d9a955fbb2c (patch)
treef94c88a506ee4fdd0c9939340896d7d912264ba4 /ubuntu/acpica-tools.yaml
parent047fcfef133b446d35f9fa94c74bdf02ed8b6a39 (diff)
acpica-tools: Add acpica-tools test defination
Add acpica tools QA test defination. Change-Id: I74c6fa450f5faac1d00e7f06cbc13fc3cbc2c97f Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
Diffstat (limited to 'ubuntu/acpica-tools.yaml')
-rw-r--r--ubuntu/acpica-tools.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/ubuntu/acpica-tools.yaml b/ubuntu/acpica-tools.yaml
new file mode 100644
index 0000000..d67f016
--- /dev/null
+++ b/ubuntu/acpica-tools.yaml
@@ -0,0 +1,37 @@
+metadata:
+ name: acpica
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test ACPICA ASL"
+ os:
+ - ubuntu
+ devices:
+ - highbank
+ scope:
+ - functional
+
+install:
+ git-repos:
+ - git://git.linaro.org/people/al.stone/acpica-tools.git
+ steps:
+ - 'cd acpica-tools'
+ deps:
+ - git
+ - git-core
+ - bzip2
+ - flex
+ - bison
+ - build-essential
+run:
+ steps:
+ - 'cd acpica-tools/tests/'
+ - 'sudo ./aslts.sh'
+
+parse:
+ pattern: "^(?P<test_case_id>\\S+)\\s+\\d+\\s+(?P<result>\\w+)\\s+:\\s+.+"
+ fixupdict:
+ TBROK: fail
+ TCONF: skip
+ TFAIL: fail
+ TINFO: unknown
+ TPASS: pass
+ TWARN: unknown