summaryrefslogtreecommitdiff
path: root/plans
AgeCommit message (Collapse)Author
2017-01-23automated: plans: fix indentation in linux-exampleNicolas Dechesne
when trying the current test plan , it failed with: Traceback (most recent call last): File "/work/linaro/test-definitions/automated/bin/test-runner", line 592, in <module> main() File "/work/linaro/test-definitions/automated/bin/test-runner", line 559, in main test_list = test_plan.test_list(args.kind) File "/work/linaro/test-definitions/automated/bin/test-runner", line 59, in test_list if 'tests' in requirement.keys(): AttributeError: 'str' object has no attribute 'keys' The YAML file is not properly written, so fix it. Change-Id: I7b3173f775f5a0bc479c2ecfa8943ef87da8c06a Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-12-08plans: added support for generatig CSV from test plansMilosz Wasilewski
Change-Id: If3066f32d52e6c6e253832faa3911629ccaa54c7 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-12-07plans: rpb_ee: fixed test plan namesMilosz Wasilewski
Test plan names were colliding. Changed the names to be different. Change-Id: I78951c635f8ffce8fbf5bf6cb80c322e3cd36915 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-12-02plans: added RPB EE test planMilosz Wasilewski
Reference Platform EE test plan is based on not yet approved requirements. This version will be used for testing 16.12 release Change-Id: I5160aeeabacda0bfea0b7fbfdfe8b0b8b13f743b Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-01plans: added test plan rendering scriptMilosz Wasilewski
Change-Id: I3765f688be40dc6fe0a91a9ed6ed72cc3dfd88db Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-08-30v2: linux: add dd write/read speed testChase Qi
- Added Linux dd write/read speed test - Optimized sh-test-lib Change-Id: I3bccfda212535e9a36b8e231b69c0dd2367a88f6 Signed-off-by: Chase Qi <chase.qi@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>