summaryrefslogtreecommitdiff
path: root/automated/android/tradefed/setup.sh
AgeCommit message (Collapse)Author
2018-01-23tradefed: fix wifi connection logicVishal Bhoj
Change-Id: I0ff5bc1eebab891c86120e8c2daa68d42345bda7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2018-01-22android: tradefed: connect to wifi networkVishal Bhoj
Change-Id: I758322c5f3511a7091555cf6052527b824b48478 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2018-01-11tradefed: refactor the installation of needed jdkVishal Bhoj
Change-Id: I76464cc1a24892fa5158b9a26d9f83c8232138a6 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-08-24android: print USB bus and device info for adb debuggingChase Qi
Print USB bus and device info for the following 3 conditions. * Before adb initialization * After 'adb root' command executed * When adb connectivity issue detected Change-Id: Id7ad9bf1238e5f55e3752680d0ae90bcd2c9b3d6 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-05-09tradefed: install vts dependenciesVishal Bhoj
Change-Id: Icfd1dcc82cfe605750d51e052930d9a69d8f985d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-05-08android: tradefed: fix package installationChase Qi
* Added support for Ubuntu * Removed support for Debian Change-Id: I4cc4074e455b8007f8f68e33815312846c344435 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-05-04Automated: Android: Added support for running VTSMilosz Wasilewski
CTS test is almost compatible with VTS as they use the same test shell - tradefed. The CTS test was updated to also support executing and reporting VTS results. Change-Id: Ida3ceda733c5e74f87256cf2ebefbaf93a6fce74 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>