From bec2d2b13f6cc42e7dc969d43af5bafb14588df1 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Wed, 15 Oct 2014 12:29:03 +0530 Subject: 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 --- common/iks-smoke-test.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 common/iks-smoke-test.yaml (limited to 'common/iks-smoke-test.yaml') 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[a-zA-Z0-9_ \\-]+):\\s+(?PPASS|FAIL|SKIP)" -- cgit v1.2.3