summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2018-02-09 17:05:20 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2018-05-29 17:07:04 +0100
commit93eab70ae6d4931d5bf3c95895ecc6108aa79fb6 (patch)
tree49045ff3dea294644b2bf8928ef35483ec77d4dd
parentd24d4b86b25a3c3e65840b7a02fa709690992332 (diff)
plans/mbl-smoke: added
Added a simple test plan for smoke testing the boards. This needs to be extended and is only a working example for now. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--plans/mbl/mbl-smoke.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/plans/mbl/mbl-smoke.yaml b/plans/mbl/mbl-smoke.yaml
new file mode 100644
index 0000000..2c154e8
--- /dev/null
+++ b/plans/mbl/mbl-smoke.yaml
@@ -0,0 +1,30 @@
+metadata:
+ name: mbl-smoke
+ description: Smoke Test plan for MBL.
+ os: Debian
+ devices:
+ - imx7s-warp
+ - raspberrypi3
+ maintainer:
+ - ryan.harkin@linaro.org
+ approver:
+ - ryan.harkin@linaro.org
+ owner:
+ - ryan.harkin@linaro.org
+ format: Linaro Test Plan v2
+
+tests:
+ automated:
+ - path: automated/linux/mbl/mbl_wifi_present.yaml
+ timeout: 1800
+ repository: https://git.linaro.org/qa/test-definitions.git
+ - path: automated/linux/mbl/mbl_gyro_present.yaml
+ timeout: 1800
+ repository: https://git.linaro.org/qa/test-definitions.git
+ manual:
+ - path: manual/generic/serial-console.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ - path: manual/generic/linux/power-off-cmd.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ - path: manual/generic/linux/reboot.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git