summaryrefslogtreecommitdiff
path: root/common/dt-selftests.yaml
diff options
context:
space:
mode:
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