summaryrefslogtreecommitdiff
path: root/ubuntu/bootchart.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/bootchart.yaml
parent8eb45aeff44940003c485701dd0c2e11344cb3be (diff)
Move test definitions to OS specific folders.
Diffstat (limited to 'ubuntu/bootchart.yaml')
-rw-r--r--ubuntu/bootchart.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ubuntu/bootchart.yaml b/ubuntu/bootchart.yaml
new file mode 100644
index 0000000..f8b3f5c
--- /dev/null
+++ b/ubuntu/bootchart.yaml
@@ -0,0 +1,17 @@
+metadata:
+ name: bootchart
+ version: 1.0
+ format: "Lava-Test-Shell Test Definition 1.0"
+
+install:
+ deps:
+ - bootchart
+ - pybootchartgui
+ bzr-repos:
+ - lp:~linaro-foundations/lava-test/bootchartscript
+
+run:
+ steps:
+ - "cd bootchartscript"
+ - "lava-test-case ./bootchartscript.sh --shell true"
+ - "lava-test-case-attach ./bootchartscript.sh bootchart.log text/plain"