aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/workload-automation3
AgeCommit message (Collapse)Author
2018-07-24workload-automation3: Update default paths and config filenamesLisa Nguyen
Fix remaining outdated paths and config filenames to run WA3. Otherwise, we will end up running WA2 if we don't cd into the correct directory and WA3 does not use config files with the .py extension. Change-Id: I4b081cbc7e2adf991b4272ada48018217724560b Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2018-07-23workload-automation3: add test cases for WA3Chase Qi
Base on the current workload-automation test case: * Install WA3 with pip3 as it is python3 based. * The format of config file has been changed in WA3. Templates for WA3 are hosted here https://git.linaro.org/qa/wa-templates.git/. Required changed in test script updated. * The same as android, install latest devlib on Linux. Keep the original test cases for WA2 until they are not needed. Change-Id: I6dcc26b1ab292b876fe0696277db4d72194c4476 Signed-off-by: Chase Qi <chase.qi@linaro.org>