Skip to content

Commit

Permalink
Revert "android-test-lib adb_join_wifi: uninstall the package"
Browse files Browse the repository at this point in the history
uninstall that package would cause wifi disconnected

This reverts commit 1136333.
  • Loading branch information
liuyq authored and mwasilew committed Jan 10, 2019
1 parent c4b7412 commit ef8f6a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions automated/lib/android-test-lib
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit ef8f6a1

Please sign in to comment.