summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2014-08-12 00:33:01 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2014-08-12 00:33:01 +0530
commit166ae161136b177c61c9824c3022afc3a69fbc06 (patch)
tree53104ab53b8a832e1e1c5daf468e523a14851a58
parent6f4f5166fa6c3200aa81e7c85a18cbb9d4706173 (diff)
idlestat : Adding new test case
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--ubuntu/idlestat.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/ubuntu/idlestat.yaml b/ubuntu/idlestat.yaml
new file mode 100644
index 0000000..412e119
--- /dev/null
+++ b/ubuntu/idlestat.yaml
@@ -0,0 +1,36 @@
+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 wget'
+run:
+ - 'cd idlestat; make'
+ - './idlestat --trace -f /tmp/mytrace -t 10'
+ - './idlestat --import -f /tmp/mytrace'