commit | 91f2ad1ca2f216ce24ca666135dfcf7a59cd8844 | [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 | 1267decdba2de87f4d3323e6e0a817d9439f09fb | |
parent | 11d0a61330e52984b99673c2e682d956f63f5e96 [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.