summaryrefslogtreecommitdiff
path: root/ubuntu/pwrmgmt.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-17 19:32:06 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2012-12-17 19:32:06 +0530
commit412349721fc6113194a1bfcb4b0761031faf07b7 (patch)
treec860aabff6b4b7dec66e89cdb36eddd2267b4c1f /ubuntu/pwrmgmt.yaml
parent8eb45aeff44940003c485701dd0c2e11344cb3be (diff)
Move test definitions to OS specific folders.
Diffstat (limited to 'ubuntu/pwrmgmt.yaml')
-rw-r--r--ubuntu/pwrmgmt.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/ubuntu/pwrmgmt.yaml b/ubuntu/pwrmgmt.yaml
new file mode 100644
index 0000000..f59ea71
--- /dev/null
+++ b/ubuntu/pwrmgmt.yaml
@@ -0,0 +1,24 @@
+metadata:
+ name: pwrmgmt
+ version: 1.0
+ format: "Lava-Test-Shell Test Definition 1.0"
+
+install:
+ deps:
+ - linux-libc-dev
+ - build-essential
+ git-repos:
+ - git://git.linaro.org/tools/pm-qa.git
+ steps:
+ - "cd pm-qa && make -C utils"
+
+run:
+ steps:
+ - cd pm-qa
+ - make -k check
+
+parse:
+ pattern: "^(?P<test_case_id>[\\w/\\.]+):\\s+(?P<message>.+)\\.\\.\\.\\s+(?P<result>\\w+)"
+ fixupdict:
+ PASS: pass
+ FAIL: fail