summaryrefslogtreecommitdiffstats
path: root/adb/tests/test_adb.py
Commit message (Collapse)AuthorAgeFilesLines
* Make the root/unroot test more robust.Dan Albert2015-03-091-2/+22
| | | | | | | * Check the current adb user to choose the order of root/unroot. * Re-root the device when finished. Change-Id: I47a14b89e2c405bd63722e4d2043fcc629fb5e58
* Make Python tests only check the current device.Dan Albert2015-02-241-46/+19
| | | | | | | | | | | | In practice testing all connected devices is a pain, since it's probably each device is running a different build. It would probably make sense to just move this functionality up into a higher level test runner (which could just live in main). Also rename test_devices to test_shell, since it doesn't really test `adb devices`. Change-Id: Ie96d3e83b30acfac4e3bcbd9821690c0ad4d2f7e
* adb: add "adb unroot" to restart adb in non-root modeDan Pasanen2015-02-181-2/+19
| | | | Change-Id: Ice6b94a71a62648ac073d129914a07372411fb25
* Python unit test for adb.Riley Andrews2015-01-131-0/+390
Change-Id: I1b2b8004f47b708e6a1d6a4ad20816e7beb21a0f