Skip to content

QAutomatron/adb-butler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adb-butler

adb-butler is one of the components of android-farm that runs adb server as a side-car container in kubernetes deployment of OpenSTF providers.

Features

  • self-healing
    • reconnect devices missing in adb server by rebinding the usb driver
    • reconnect devices missing or unstable in OpenSTF by restarting the adb connection
  • clean-up rethinkdb for temporary emulators that are no longer available
  • adding notes to provided devices
  • automatic installation of test-butler for emulators

Building

$ export DOCKER_USER=user
$ export DOCKER_PASS=password
$ make PROXY=docker-registry-url/ build tag login push

License

adb-butler is open source and available under the Apache License, Version 2.0.

Android SDK components are available under the Android Software Development Kit License

About

adb server for OpenSTF deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 41.6%
  • JavaScript 36.9%
  • Dockerfile 13.5%
  • Makefile 8.0%