aboutsummaryrefslogtreecommitdiff
path: root/automated/lib
diff options
context:
space:
mode:
authorSenthil Kumaran S <senthil.kumaran@linaro.org>2017-08-03 17:13:42 +0530
committerSenthil Kumaran S <senthil.kumaran@linaro.org>2017-08-03 17:13:42 +0530
commit37df66678f40a8d3fd5ec84bf162eac5adc8a693 (patch)
tree5ed2b0451d125720e6ad2980fdae87480a429a03 /automated/lib
parent259ba19972b202ee035243347081948309ddd9de (diff)
android-test-lib: Do not call lava-lxc-device-* commands.
Fix CTT-441 - lava-lxc-device-* commands don't work properly. This is applicable after the following patches are merged: * lava-dispatcher: https://review.linaro.org/#/c/20853/ * lava-server: https://review.linaro.org/#/c/20852/ Change-Id: I3eb1308359c4f368006b959e88811af4cb01c726
Diffstat (limited to 'automated/lib')
-rwxr-xr-xautomated/lib/android-test-lib3
1 files changed, 0 insertions, 3 deletions
diff --git a/automated/lib/android-test-lib b/automated/lib/android-test-lib
index 2c469e8..1212077 100755
--- a/automated/lib/android-test-lib
+++ b/automated/lib/android-test-lib
@@ -11,7 +11,6 @@ install_latest_adb() {
initialize_adb() {
adb start-server
- which lava-lxc-device-add && lava-lxc-device-add
adb devices
if [ -z "${ANDROID_SERIAL}" ]; then
@@ -43,8 +42,6 @@ adb_root() {
echo "DUT already has adbd running as root"
else
adb root &
- which lava-lxc-device-wait-add && lava-lxc-device-wait-add
- which lava-lxc-device-add && lava-lxc-device-add
adb wait-for-device
adb devices
fi