summaryrefslogtreecommitdiff
path: root/common/iks-smoke-test.yaml
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2014-10-15 12:29:03 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-11-25 10:16:12 +0000
commitbec2d2b13f6cc42e7dc969d43af5bafb14588df1 (patch)
tree764f688725164eee50e37be82fd355b7803bad68 /common/iks-smoke-test.yaml
parentb0ee708e294e3092bc0bd75cc86c0ad691fec221 (diff)
iks-smoke-test: Adding new test definition for big.LITTLE IKS
This test is to enable and disable big.LITTLE IKS switcher 100 times and ensure kernel not crashed while running this test. Change-Id: I2755bdd3724b4096af165ecb64579f038d124203 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'common/iks-smoke-test.yaml')
-rw-r--r--common/iks-smoke-test.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/common/iks-smoke-test.yaml b/common/iks-smoke-test.yaml
new file mode 100644
index 0000000..5791068
--- /dev/null
+++ b/common/iks-smoke-test.yaml
@@ -0,0 +1,24 @@
+metadata:
+ format: "Lava-Test Test Definition 1.0"
+ name: iks-smoke-test
+ description: "IKS-smoke-test
+ This test is to enable and disable big.LITTLE IKS switcher 100 times"
+ maintainer:
+ - naresh.kamboju@linaro.org
+ os:
+ - android
+ - ubuntu
+ scope:
+ - functional
+ devices:
+ - vexpress-tc2
+ environment:
+ - lava-test-shell
+ timeout: 1800
+
+run:
+ steps:
+ - './common/scripts/iks-smoke-test.sh'
+
+parse:
+ pattern: "^(?P<test_case_id>[a-zA-Z0-9_ \\-]+):\\s+(?P<result>PASS|FAIL|SKIP)"