aboutsummaryrefslogtreecommitdiff
path: root/automated/README
AgeCommit message (Collapse)Author
2017-11-28test-runner: add support for test plan overlayChase Qi
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>
2017-07-21readme: fix a typo on running test planChase Qi
To run test plan with test runner, the right parameter is '-p' not '-a'. Change-Id: Ia8477c661791784ce6f98c2fc78dfc4ac4574056 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-06-09test.sh: Support local testing environmentDan Rue
Add Dockerfiles that can build and run test-runner locally. test.sh provides a simple command line interface to the environment. This is just a start. We should be able to start implementing more robust tests and validations on top of test.sh and the 'test' dir. Change-Id: Idc1dc9a8752b244ba0c04427d9eb43ac19863377 Signed-off-by: Dan Rue <dan.rue@linaro.org>
2016-08-25v2: initial commitChase Qi
- 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>