automated/android/multinode/remote-adb-devices-smoke-test¶
Description¶
Smoke test demonstrating access to adb devices over TCP/IP.
Maintainer¶
OS¶
- debian
- ubuntu
Scope¶
- functional
Devices¶
- lxc
Steps to reproduce¶
- device_worker_mapping="\((cat "\)")"
- for device_to_worker in \({device_worker_mapping}; do device="\)(echo \({device_to_worker} | cut -d';' -f1)" echo "\): \((adb -s "\)" shell service call iphonesubinfo 1 | \ grep -oE '(.[0-9])|([0-9].)' | grep -oE '[0-9]' | tr -d '\n')" done