summaryrefslogtreecommitdiff
path: root/ubuntu/bootchart.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-08 13:43:46 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-08 13:43:46 +0530
commitf2ab6ac8253cc3021cb161198425b01dc362bb47 (patch)
tree5def60edd2ba149e9612a0c583094f813a273269 /ubuntu/bootchart.yaml
parent0f3907ce4abdf061cb094d2f6d9605d7cb3a6c44 (diff)
Cleanup all unwanted bits from ubuntu test definitions.
Diffstat (limited to 'ubuntu/bootchart.yaml')
-rw-r--r--ubuntu/bootchart.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/bootchart.yaml b/ubuntu/bootchart.yaml
index f8b3f5c..3addf3c 100644
--- a/ubuntu/bootchart.yaml
+++ b/ubuntu/bootchart.yaml
@@ -1,7 +1,7 @@
metadata:
name: bootchart
- version: 1.0
format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test bootchart in ubuntu."
install:
deps:
@@ -13,5 +13,5 @@ install:
run:
steps:
- "cd bootchartscript"
- - "lava-test-case ./bootchartscript.sh --shell true"
- - "lava-test-case-attach ./bootchartscript.sh bootchart.log text/plain"
+ - "lava-test-case bootchartscript --shell ./bootchartscript.sh"
+ - "lava-test-case-attach bootchartscript bootchart.log text/plain"