summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorTomasz Nowicki <tomasz.nowicki@linaro.org>2013-05-06 10:57:50 +0200
committerTomasz Nowicki <tomasz.nowicki@linaro.org>2013-05-06 10:57:50 +0200
commite1e6ae27eca5675ee381284ebe473270c80fbac7 (patch)
tree8d0290987116e7dd7bb22b791d8a5a9cb18924a9 /ubuntu
parent5ecf8a62ab0906b054ce9af9287b69eb2cb5b1d8 (diff)
Add aapits test definition to ubuntu.
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/aapits.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/ubuntu/aapits.yaml b/ubuntu/aapits.yaml
new file mode 100644
index 0000000..13c274e
--- /dev/null
+++ b/ubuntu/aapits.yaml
@@ -0,0 +1,27 @@
+metadata:
+ name: aapits
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "ACPI API test suite on ubuntu."
+
+install:
+ git-repos:
+ - git://git.linaro.org/people/ahs3/acpica.git
+ steps:
+ - 'cd acpica'
+ - 'git branch aapits origin/aapits'
+ - 'git checkout aapits'
+ - 'make all'
+ - 'cd tests/aapits && make all'
+ deps:
+ - bzip2
+ - flex
+ - bison
+ - build-essential
+ - make
+ - git
+run:
+ steps:
+ - 'cd acpica/tests/aapits/bin'
+ - './aapitsrun'
+parse:
+ pattern: "^(?P<test_case_id>\\w+\\s+\\d+\\s+\\d+):\\s+(?P<result>\\w+)"