summaryrefslogtreecommitdiff
path: root/plans
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2016-08-18 13:18:50 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-08-25 10:06:18 +0000
commit09edc7f6fcaf627eee88ab4447c749c55ee2100c (patch)
tree40a54061560828e3c78c9270ed70717f6c1ab893 /plans
parent706092ca46da3f87ebd6ad70907ea24cbbd3b1ef (diff)
v2: initial commit
- Added utils, bin, and lib folders and related tools - Added Linux smoke test case as an example - Added test plan example that used to test test-runner Change-Id: I73693108db219cb67afc99525d80cab93f1eb9ea Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'plans')
-rw-r--r--plans/linux-example.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/plans/linux-example.yaml b/plans/linux-example.yaml
new file mode 100644
index 0000000..26b10f4
--- /dev/null
+++ b/plans/linux-example.yaml
@@ -0,0 +1,23 @@
+metadata:
+ name: linux-test-plan-example
+ description: Test plan for foo
+ os: debian
+ devices:
+ - hi6220-hikey
+ maintainer:
+ - first.last@linaro.org
+ format: Linaro Test Plan v1
+
+requirements:
+ name: my 1st requirement
+ owner: first.last@linaro.org
+ tests:
+ manual:
+ - path: manual/linux/test1.yaml
+ automated:
+ - path: automated/linux/smoke/smoke.yaml
+ timeout: 1800
+ - path: automated/linux/smoke/smoke.yaml
+ timeout: 1800
+ params:
+ SKIP_INSTALL: True