aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-01-10 15:26:10 +0000
committermwasilew <milosz.wasilewski@linaro.org>2019-01-10 15:36:36 +0000
commitef8f6a1e2ba20c141497d7f9d276bae47065010a (patch)
tree01c0037de3ab6a4ce4883b3c181852cf94382a0d
parentc4b741267b3e593f918f47a52669cf05028ca9cc (diff)
Revert "android-test-lib adb_join_wifi: uninstall the package"
uninstall that package would cause wifi disconnected This reverts commit 1136333f3659ab251096848444d94ae7e478d31a.
-rwxr-xr-xautomated/lib/android-test-lib5
1 files changed, 0 insertions, 5 deletions
diff --git a/automated/lib/android-test-lib b/automated/lib/android-test-lib
index a3cee8b8..bd49d55a 100755
--- a/automated/lib/android-test-lib
+++ b/automated/lib/android-test-lib
@@ -332,10 +332,5 @@ adb_join_wifi() {
wget http://testdata.validation.linaro.org/apks/wifi/wifi.apk
adb install wifi.apk
adb shell am start -n com.steinwurf.adbjoinwifi/.MainActivity -e ssid "${AP_SSID}" -e password_type WPA -e password "${AP_KEY}"
-
- # uninstall the packge to avoid effect like reported here:
- # https://bugs.linaro.org/show_bug.cgi?id=4236
- sleep 2
- adb uninstall com.steinwurf.adbjoinwifi
fi
}