summaryrefslogtreecommitdiff
path: root/automated/linux/ptest/ptest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ptest/ptest.yaml')
-rw-r--r--automated/linux/ptest/ptest.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/automated/linux/ptest/ptest.yaml b/automated/linux/ptest/ptest.yaml
new file mode 100644
index 0000000..854af0b
--- /dev/null
+++ b/automated/linux/ptest/ptest.yaml
@@ -0,0 +1,25 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: ptest
+ description: "OpenEmbedded Package tests support (ptest)
+ The pacakge tests from OpenEmbedded enables the support to run
+ package unittests into the target device.
+ For more information: https://wiki.yoctoproject.org/wiki/Ptest"
+ maintainer:
+ - anibal.limon@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - dragonboard410c
+
+params:
+ TESTS: ""
+ EXCLUDE: ""
+
+run:
+ steps:
+ - cd ./automated/linux/ptest
+ - ./ptest.py -o ./result.txt -t ${TESTS} -e ${EXCLUDE}
+ - ../../utils/send-to-lava.sh ./result.txt