summaryrefslogtreecommitdiff
path: root/ubuntu/acpica.yaml
diff options
context:
space:
mode:
authorNaresh Bhat <naresh.bhat@git.linaro.org>2013-02-21 16:58:51 +0530
committerNaresh Bhat <naresh.bhat@git.linaro.org>2013-02-21 16:58:51 +0530
commitbf154bbebfbabda2acd1fac6bd8e2e380fc43776 (patch)
tree31e32aa06a7abfd78442736e89042fbace06d809 /ubuntu/acpica.yaml
parent56650eeb34693e9662bdb5a0687e69dedf8ab536 (diff)
Add acpica test definition to ubuntu.
Diffstat (limited to 'ubuntu/acpica.yaml')
-rw-r--r--ubuntu/acpica.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/ubuntu/acpica.yaml b/ubuntu/acpica.yaml
new file mode 100644
index 0000000..61193f7
--- /dev/null
+++ b/ubuntu/acpica.yaml
@@ -0,0 +1,29 @@
+metadata:
+ name: acpica
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test acpica on ubuntu."
+
+install:
+ git-repos:
+ - git://git.linaro.org/people/ahs3/acpica.git
+ steps:
+ - 'cd acpica && make all'
+ deps:
+ - bzip2
+ - flex
+ - bison
+ - build-essential
+run:
+ steps:
+ - 'cd acpica/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