1. da99500 [autotest] Change apk force install to default to True by Dan Shi · 9 years ago
  2. 3a011ed [autotest] Bug fix in adb_host init by Dan Shi · 9 years ago
  3. 224415e [autotest] Update ADBHost device regex for arc++ serial. by Kevin Cheng · 9 years ago
  4. 7075f55 [autotest] Add retry when calling adb get-state by Dan Shi · 9 years ago
  5. 922de30 [autotest] Retry adb root call by Dan Shi · 9 years ago
  6. 49d451f [autotest] Allow global config to specify list of images to install in Android. by Dan Shi · 9 years ago
  7. cfcb2cf [autotest] Update _get_devices to catch a general Exception for fastboot. by Kevin Cheng · 9 years ago
  8. 043c45b [autotest] Wait for mount service to be up before installing apk by Dan Shi · 9 years ago
  9. 969ff7c Add fastboot_reboot to adb_host by Alexandru Branciog · 9 years ago
  10. ea380fb Modify fastboot_serial for TCP by Alexandru Branciog · 9 years ago
  11. 9c5d398 adb_host: Wait for package service & map product name to target. by Simran Basi · 9 years ago
  12. 7756a0b brillo_Gtests: Support running in the lab. by Simran Basi · 9 years ago
  13. 9228a6f adb_host: Support running tests over TCP/IP by Simran Basi · 9 years ago
  14. 0498037 [autotest] Add a timeout in fastboot reboot command and ignore timeout error by Dan Shi · 9 years ago
  15. 70c3019 [autotest] Reduce parse file limit from 512MB to 256MB by Dan Shi · 9 years ago
  16. 6450e14 [autotest] Support run_suite with suite package and SSP for Brillo. by Dan Shi · 9 years ago
  17. c6a645a [autotest] Create new Base Label class. by Kevin Cheng · 9 years ago
  18. 91b4235 [autotest] Bug fix in brillo provision by Dan Shi · 9 years ago
  19. e9913d3 [autotest] Automatically sparse files greater than 512MB for fastboot call by Dan Shi · 9 years ago
  20. 86bd8c0 [autotest] Specify serial in brillo provision by Dan Shi · 9 years ago
  21. 18848d4 [autotest] Bug fix in waiting for ADBHost.is_up by Dan Shi · 9 years ago
  22. d21d66a Tolerate missing directories in ADBHost.list_files_glob by Christopher Wiley · 9 years ago
  23. 6cf6d2f autotest: Use SSH Tunnel For Communication to Servo & Chameleon by xixuan · 9 years ago
  24. 5d7a709 test_droid: make serial # optional by Mike Frysinger · 9 years ago
  25. db0366c [autotest] Add a utility to install apk to an Android device by Dan Shi · 9 years ago
  26. 08ff128 [autotest] Add support for devserver call locate_file by Dan Shi · 9 years ago
  27. be3636a [autotest] Update job_repo_url_[serial] after adb devices is provisioned by Dan Shi · 9 years ago
  28. beb2bb2 [autotest] Support adb_host repair by Simran Basi · 9 years ago
  29. 5ace6f2 [autotest] Support Android/Brillo suite runs. by Simran Basi · 9 years ago
  30. e234dea [autotest] Allow provisioning multiple DUTs without specifying serial. by Dan Shi · 9 years ago
  31. 7e52c62 autotest: Ensure fastboot commands use sudo when required. by Simran Basi · 9 years ago
  32. 3135594 [autotest] Add ability for adbhost to install apk. by Kevin Cheng · 9 years ago
  33. 50a412a [autotest] Support provisioning multiple duts connected to a testbed by Dan Shi · 9 years ago
  34. 216389c [autotest] Locate devserver in restricted subnets by Dan Shi · 9 years ago
  35. 3994260 adb_host: Invoke |close| on the associated teststation by Roshan Pius · 9 years ago
  36. 49f7b81 [autotest] Update atest to handle testbed creation. by Kevin Cheng · 9 years ago
  37. de8f9d1 When doing an ADB reboot make sure device is ready. by Kris Rambish · 9 years ago
  38. 64e130f [autotest] Only check host.user if it's set. by Dan Shi · 9 years ago
  39. 4d7540c adb_host: Retsart adbd with root on every reboot by Roshan Pius · 9 years ago
  40. 14622bb [autotest] test_droid V1. by Simran Basi · 9 years ago
  41. e4e807b [autotest] Increase wait time to 900s for Android device provision. by Dan Shi · 9 years ago
  42. ab99972 [autotest] Enable provisioning Brillo device from autotest by Dan Shi · 9 years ago
  43. 85e864a [autotest] Add in teststation host class. by Kevin Cheng · 9 years ago
  44. 1bf60eb [autotest] autoserv add --lab & --host_attributes arguments by Simran Basi · 9 years ago
  45. ba94353 [autotest] Add support of LATEST for android build. by Dan Shi · 9 years ago
  46. f2fd076 [autotest] Minor bug fix in adb_host by Dan Shi · 9 years ago
  47. 50c1f9c adb_host: Restart adbd daemon as root on init by Roshan Pius · 9 years ago
  48. 549beb4 [autotest] Add in testbed class and creation method in host factory. by Kevin Cheng · 9 years ago
  49. d19e6c6 [autotest] Minor cleanup of adb_host. by Kevin Cheng · 9 years ago
  50. 225b904 [autotest] Add a dummy test for android device. by Dan Shi · 9 years ago
  51. b45eb67 adb_host: Add remount command. by Ralph Nathan · 9 years ago
  52. f17f6fd adb_host: Simpler forwarding of kwargs to ADBHost._device_run(). by Gilad Arnold · 9 years ago
  53. 5f6ed6a [autotest] Create teststation attribute for ADBHost. by Kevin Cheng · 9 years ago
  54. aaabd0c [autotest] ADBHost get_file_info updated to work on android devices. by Kevin Cheng · 9 years ago
  55. d6a2a3b brillo_BootLoader: New test for A/B and Brillo bootloaders. by David Zeuthen · 9 years ago
  56. a287217 [autotest] Add machine_install method to install build to an Android device. by Dan Shi · 9 years ago
  57. 9556714 [autotest] Fix a stale |_adb_run| invocation in |get_file|. by Roshan Pius · 9 years ago
  58. 3b017bb adb_host.py: Fix argument handling when running commands. by Gilad Arnold · 9 years ago
  59. 2cfa552 adb_host: Revised handling of device serials. by Gilad Arnold · 9 years ago
  60. 6ea3e1c [autotest] Update adb_host module with calls needed for fastboot command by Dan Shi · 9 years ago
  61. 5ba5d18 autotest: Ignore exit status parse errors in _adb_run. by Roshan Pius · 9 years ago
  62. 92fe6ae [autotest] Implement preserve symlinks and perms for {get,send}_file on adbhost. by Kevin Cheng · 9 years ago
  63. 21abf29 [autotest] Update ADBHost to use parent's collect_logs method. by Kevin Cheng · 9 years ago
  64. 58e5dd3 autotest: Create RpcServerTracker for Host objects. by Roshan Pius · 9 years ago
  65. a58163a autotest: Flag to indicate if host supports client install. by Roshan Pius · 9 years ago
  66. 1621c63 adb_host: Support login as user adb. by Simran Basi · 9 years ago
  67. a5522a3 Brillo Tier 1 PTS: Initial Script. by Simran Basi · 9 years ago
  68. e452b1f adb_host: Add support for port forwarding. by Gilad Arnold · 9 years ago
  69. 3a4a57a [autotest] Add serial flag for adb_host support in cli/atest. by Kevin Cheng · 9 years ago
  70. a76bef0 Add an OS type getter for CrOS and ADB hosts. by Gilad Arnold · 9 years ago
  71. 1b02376 adb_host: Minor fixes and method stubs. by Simran Basi · 9 years ago
  72. 38f7ddf Autotest: Add brillo_Gtests test. by Simran Basi · 9 years ago
  73. 018db35 [autotest] Implement several adb_host functions. by Kevin Cheng · 9 years ago
  74. d3ba3fb autotest: minor adb_host modifications. by Simran Basi · 9 years ago
  75. 3436339 autotest: Support adb host without serial by Filipe Brandenburger · 9 years ago
  76. 68a8007 autotest: Escape commands run under `adb shell` by Filipe Brandenburger · 10 years ago
  77. 933c8af [autotest] Change adb_host check_host logic. by Simran Basi · 10 years ago
  78. cc58969 [autotest] All host.reboot() methods should do the same thing. by Alex Miller · 11 years ago
  79. 60461dc Add syslog to ADBHost by Kris Rambish · 11 years ago
  80. 08849d5 autotest: Run tests against ADBHosts with less complaining by Christopher Wiley · 11 years ago
  81. 46dadc9 [autotest] Eureka host. by beeps · 11 years ago
  82. 8e6b08e autotest: Depend on built in board detection by Christopher Wiley · 11 years ago
  83. 724b8a5 Autotest: Autodetect ADB Host. by Simran Basi · 11 years ago
  84. 431010f Autotest: Add ADBHost and simple server side test. by Simran Basi · 11 years ago