commit | 4b38af45eb6590492c099f8d95a38d5532095345 | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Tue Apr 26 13:25:57 2016 -0700 |
committer | David Pursell <dpursell@google.com> | Tue Apr 26 13:29:39 2016 -0700 |
tree | c460995e553ded08b24c188b559c4627178e06c0 | |
parent | 40a47278c3ceb4f2d2654c1eea969497331dd9e7 [diff] |
adb: fix test_device.py shell protocol checks. https://android-review.googlesource.com/#/c/210646/ added a has_shell_protocol() function but the test_device.py tests were still trying to use the now-missing SHELL_PROTOCOL_FEATURE constant. This CL just switches test_device.py to correctly use the has_shell_protocol() method. Change-Id: Ie0a2f0dc07529843d25051a01e08fb677551a4e1 Test: `python -m unittest discover -v` on devices with and without the shell protocol.