summaryrefslogtreecommitdiff
path: root/ubuntu/bootchart-install.yaml
blob: 07925452905a87b787e65a201ef22d00a928fc2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
metadata:
    name: bootchart-install
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test if bootchart is installed (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