summaryrefslogtreecommitdiff
path: root/ubuntu/idlestat.yaml
blob: 4f98553612733d2cbb97e69b96f2aa766b5ede17 (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
33
34
35
36
37
38
metadata:
    name: idlestat
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Idlestat test is to measure how long we have been in the different idle and operating states"
    maintainer:
        - naresh.kamboju@linaro.org
    os:
        - ubuntu
        - openembedded
    scope:
        - functional
    devices:
        - origen
        - snowball
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - highbank
        - rtsm_foundation-armv8
        - rtsm_fvp_base-aemv8a
        - arndale
        - aa9
    environment:
        - lava-test-shell

install:
    git-repos:
        - http://git.linaro.org/git-ro/power/idlestat.git
    steps:
        - 'ifconfig -a'
        - 'apt-get -y --force-yes install build-essential'
run:
    steps:
        - 'cd idlestat; make'
        - './idlestat --trace -f /tmp/mytrace -t 10'
        - 'cat /tmp/mytrace'
        - './idlestat --import -f /tmp/mytrace'