summaryrefslogtreecommitdiff
path: root/automated/linux/ptest/ptest.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-05-17 19:31:52 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-05-17 19:31:52 +0800
commit50e0b935cd3c2f51e78d619549123e42fb52b8fc (patch)
tree7b6aa3d6db0b127d4a0aae516849d0a6526a3bd6 /automated/linux/ptest/ptest.yaml
parentefa089e9435eacf202eeffe76b008e8e687585da (diff)
update with upstream
Change-Id: I62ba6c882a8eb5044c677daf54174f52057c46da Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
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