From 09edc7f6fcaf627eee88ab4447c749c55ee2100c Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Thu, 18 Aug 2016 13:18:50 +0800 Subject: 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 --- plans/linux-example.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plans/linux-example.yaml (limited to 'plans') 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 -- cgit v1.2.3