summaryrefslogtreecommitdiff
path: root/common/dt-selftests.yaml
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2014-12-11 12:32:43 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-12-15 18:09:09 +0000
commitfa7808b12e4c89f30e0b4c7b935b956da48e2fb1 (patch)
tree0228ed5a966ac7cdc14c86e59b2747e4bc25fd9c /common/dt-selftests.yaml
parent66a9c0175747f6b172b977a6e8cd9edece623c38 (diff)
dt-selftests: Adding Device Tree Runtime self tests
Adding Device Tree Runtime self tests CONFIG_OF_SELFTEST=y or new version of it CONFIG_OF_UNITTEST=y kernel config required for this tests. Change-Id: Ifdbed87ebe740041252cc751b6bc9ba73b2fa29d Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'common/dt-selftests.yaml')
-rw-r--r--common/dt-selftests.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/common/dt-selftests.yaml b/common/dt-selftests.yaml
new file mode 100644
index 0000000..bfeb854
--- /dev/null
+++ b/common/dt-selftests.yaml
@@ -0,0 +1,34 @@
+metadata:
+ name: dt-selftests
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Device Tree Runtime self tests
+ kernel config required for this tests
+ CONFIG_OF_SELFTEST=y or CONFIG_OF_UNITTEST=y"
+ maintainer:
+ - naresh.kamboju@linaro.org
+ os:
+ - ubuntu
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - panda-es
+ - arndale-octa
+ - arndale
+ - snowball
+ - cubieboard3
+ - beagle-xm
+ - beaglebone-black
+ - imx6q-wandboard
+ - ifc6540
+ environment:
+ - lava-test-shell
+
+run:
+ steps:
+ - "./common/scripts/dt-selftests.sh"
+parse:
+ pattern: "^test_case_id:(?P<test_case_id>.*-*.+) measurement:(?P<measurement>.+) result:(?P<result>\\w+)"
+ fixupdict:
+ passed: pass
+ failed: fail