Skip to content

automated/android/multinode/remote-adb-devices-smoke-test

Description

Smoke test demonstrating access to adb devices over TCP/IP.

Maintainer

  • karsten@fairphone.com
  • softwareteam@fairphone.com

OS

  • debian
  • ubuntu

Scope

  • functional

Devices

  • lxc

Steps to reproduce

  • device_worker_mapping="$(cat "${DEVICE_WORKER_MAPPING_FILE}")"
  • for device_to_worker in ${device_worker_mapping}; do device="$(echo ${device_to_worker} | cut -d';' -f1)" echo "${device}: $(adb -s "${device}" shell service call iphonesubinfo 1 | \ grep -oE '(.[0-9])|([0-9].)' | grep -oE '[0-9]' | tr -d '\n')" done