summaryrefslogtreecommitdiff
path: root/ubuntu/bootchart.yaml
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2013-12-20 10:44:14 -0800
committerTyler Baker <tyler.baker@linaro.org>2013-12-20 11:01:43 -0800
commit0a3442ba524b60edd85536d94a207354e41c9f83 (patch)
treef383d9c3b860a628f5fb6af92dbdec225d9be141 /ubuntu/bootchart.yaml
parent0c1cda57bad6fcd69e5ede4bb94f46eb50c3d78b (diff)
ubuntu: remove unnecessary clone operation
Change-Id: Iba614d58dabf9a30177072d8ab28f2b57f0c5dd0 Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Diffstat (limited to 'ubuntu/bootchart.yaml')
-rw-r--r--ubuntu/bootchart.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/ubuntu/bootchart.yaml b/ubuntu/bootchart.yaml
index 08358a3..52268d0 100644
--- a/ubuntu/bootchart.yaml
+++ b/ubuntu/bootchart.yaml
@@ -23,12 +23,10 @@ install:
- bootchart
- lsb-release
- pybootchartgui
- git-repos:
- - http://git.linaro.org/git-ro/qa/test-definitions.git
run:
steps:
- - cd test-definitions/ubuntu/scripts
+ - cd ubuntu/scripts
- lava-test-case bootchartscript --shell ./bootchartscript.sh
- lava-test-case-attach bootchartscript bootchart.log text/plain
- BOOTTIME=`cat bootchart.log | grep time | awk '{print $2}'`