summaryrefslogtreecommitdiff
path: root/ubuntu/bootchart-install.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-10-05 10:19:57 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-10-05 10:19:57 +0300
commit0b10bbdec64e73b2ff74d703469f6bdd402f5b6b (patch)
treee4f2b6dcf7d7a0016eae2fd4afcff7b4a7f0e679 /ubuntu/bootchart-install.yaml
parent63afd6e3221e62ccf286bd84627b2c920b07b3e9 (diff)
ubuntu/bootchart: fix bootchart test
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'ubuntu/bootchart-install.yaml')
-rw-r--r--ubuntu/bootchart-install.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/ubuntu/bootchart-install.yaml b/ubuntu/bootchart-install.yaml
new file mode 100644
index 0000000..fb5ad11
--- /dev/null
+++ b/ubuntu/bootchart-install.yaml
@@ -0,0 +1,32 @@
+metadata:
+ name: bootchart-install
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test if bootchart is installed. This is first step to run bootchart.yaml test which measures the boot time"
+ maintainer:
+ - Fathi Boudra <fathi.boudra@linaro.org>
+ - Milosz Wasilewski <milosz.wasilewski@linaro.org>
+ os:
+ - ubuntu
+ devices:
+ - arndale
+ - panda
+ - beaglebone-black
+ - beagle-xm
+ - mx53loco
+ - vexpress
+ - highbank
+ scope:
+ - functional
+
+install:
+ deps:
+ - bootchart
+ - lsb-release
+ - pybootchartgui
+
+run:
+ steps:
+ - dpkg-query -l bootchart
+ - dpkg-query -l pybootchartgui
+ - lava-test-case bootchart-install --shell dpkg-query -L bootchart
+ - lava-test-case pybootchartgui-install --shell dpkg-query -L pybootchartgui