summaryrefslogtreecommitdiff
path: root/common/iks-smoke-test.yaml
diff options
context:
space:
mode:
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)"