aboutsummaryrefslogtreecommitdiff
path: root/automated/README
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-11-17 12:35:11 +0800
committerChase Qi <chase.qi@linaro.org>2017-11-28 10:52:42 +0800
commita158efe3ecbcdd888271faee14ffca911b8af455 (patch)
tree5689e114a6759f8ac1bf13145388763f877cfaa3 /automated/README
parent6ea0a7ce5bca6d0b667cfcbe608a802001ab12b4 (diff)
test-runner: add support for test plan overlay
On ERP testing, we need to skip disk partitioning test on boards that don't have the second hard drive installed. We may also need to amend test parameters or add new tests in the future. This patch add support for test plan overlay to: * skip tests. * amend test parameters. * add new tests. Change-Id: I9143b313b32f0c541fb08bacce80f371b1cf15e6 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'automated/README')
-rw-r--r--automated/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/automated/README b/automated/README
index 6c05d67..2852ef6 100644
--- a/automated/README
+++ b/automated/README
@@ -45,6 +45,8 @@ single test run:
running test plan:
# Run a set of tests defined in agenda file.
test-runner -p ./plans/linux-example.yaml
+ # Apply test plan overlay to skip, amend or add tests.
+ test-runner -p ./plans/linux-example.yaml -O test-plan-overlay-example.yaml
Collecting result
=================