From fa7808b12e4c89f30e0b4c7b935b956da48e2fb1 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Thu, 11 Dec 2014 12:32:43 +0530 Subject: 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 --- common/dt-selftests.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 common/dt-selftests.yaml (limited to 'common/dt-selftests.yaml') 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.*-*.+) measurement:(?P.+) result:(?P\\w+)" + fixupdict: + passed: pass + failed: fail -- cgit v1.2.3