summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-04-14 13:37:01 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2017-04-14 13:38:38 +0200
commit58438d2fe160a8c85ccbbdcf0f19cbd0f8c27419 (patch)
tree5187b7ac9ae61920e79f2e5f3cc5f2fe04d929de
parent428861aea35ccb17e98e86ce45c11b0b4f2c3d9a (diff)
plans: add smoke test plan
This is a LAVA test plan that only runs 'smoke' tests. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--plans/smoke.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/plans/smoke.yaml b/plans/smoke.yaml
new file mode 100644
index 0000000..a4981fb
--- /dev/null
+++ b/plans/smoke.yaml
@@ -0,0 +1,23 @@
+metadata:
+ name: lt-qcom-plan-smoke
+ description: Smoke test plan
+ os: openembedded
+ devices:
+ - db410c
+ maintainer:
+ - nicolas.dechesne@linaro.org
+ format: Linaro Smoke Test Plan
+
+requirements:
+ - name:
+ tests:
+ automated:
+ - path: automated/linux/smoke/smoke.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ timeout: 1200
+ - path: automated/linux/usb-smoke/usb-smoke-test.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ timeout: 1200
+ - path: automated/linux/toolchain-smoke/toolchain-smoke.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ timeout: 1200