aboutsummaryrefslogtreecommitdiff
path: root/tests/mobly/controllers
AgeCommit message (Expand)Author
2023-02-06Fix unit test failures on Python 3.11 (#869)Minghao Li
2023-02-02Progressively increase intervals between adb root attempts (#867)antofara
2023-01-13Adjust timeout strategy for `AdbProxy#getprop` (#863)Ang Li
2022-11-30Add debug logging for fastboot commands. (#854)Aidan Holm
2022-08-15Always create the `AndroidDevice` object specific log directory. (#848)Ang Li
2022-07-20Deprecate legacy snippet modules after snippet client v2 migration (#841)Minghao Li
2022-06-30Flip the default Android snippet client version to V2 (#839)Minghao Li
2022-06-17Support switching to client V2 via Android Device property setting (#835)Minghao Li
2022-06-03Standardize Async RPC for snippet client v2 (#826)Minghao Li
2022-05-23Client V2 cleans event client when it stops (#825)Minghao Li
2022-05-19Remove client v2's unit test's dep on subprocess (#823)Minghao Li
2022-05-19Event client clears host_port and device_port attribute (#822)Minghao Li
2022-05-18Fix the bug where event client is broken after reboot (#821)Minghao Li
2022-05-17Add a flag for whether to use Snippet Client V2 (#815)Minghao Li
2022-05-08Add Snippet Client V2 for Android, Step 2 (#808)Minghao Li
2022-04-14Adding Snippet Client V2 for Android, Step 1 (#804)Minghao Li
2022-03-22run yapf to fix format (#801)Minghao Li
2022-01-24Fix tests for fastboot device detection on Windows CI. (#792)Aidan Holm
2021-12-23Replace mock with unittest.mock and cleanup import section. (#785)Eric Lin (Tzu Hsiang Lin)
2021-12-21Remove unreachable class method in AdbTest. (#780)Eric Lin (Tzu Hsiang Lin)
2021-12-14Replace psutil usage with subprocess in utils.run_command. (#776)Eric Lin (Tzu Hsiang Lin)
2021-12-10Add incremental build ID and build fingerprint as AndroidDevice build info pr...xianyuanjia
2021-07-27Remove the monsoon controller (#759)Ang Li
2021-07-20Cache the current user id in SnippetClient. (#756)Ang Li
2021-06-08Use `assertRaises` instead of catch and assert (#754)John
2021-05-18Do not raise Error for already connected devices. (#747)Ang Li
2021-05-14Raise an error when `adb connect` fails. (#746)Ang Li
2021-05-06Support custom filename in `AndroidDevice.take_screenshot` (#730)jamesgkk
2021-05-05Fix a bug in `android_device.get_instances_with_configs`. (#744)Ang Li
2021-05-05Check Android devices exist before calling commands on them. (#743)Ang Li
2021-04-23Support native repeat and retry in Mobly. (#734)Ang Li
2021-03-18Fix the behavior of `SnippetClient#is_alive`. (#732)Ang Li
2021-02-16Prefer monotonic time from perf_counter for time measurement. (#725)Eric Lin (Tzu Hsiang Lin)
2021-02-15Drop the py2 compatibility in class declaration statements. (#724)Eric Lin (Tzu Hsiang Lin)
2021-02-15Drop the py2 compatibility in unittest usages. (#726)Eric Lin (Tzu Hsiang Lin)
2021-02-12Drop the py2 compatibility in super() statements. (#722)Eric Lin (Tzu Hsiang Lin)
2021-02-10Improve port picking logic. (#717)Ang Li
2021-02-09Minor fixes for jsonrpc client. (#718)Ang Li
2021-02-03Remove more py2 workarounds. (#716)Ang Li
2021-02-02Remove some py2 workarounds. (#715)Ang Li
2021-01-20Re-format all codes to Google style. (#713)Ang Li
2021-01-13Move to 2-space indent: AndroidDevice related test files. (#709)Eric Lin (Tzu Hsiang Lin)
2021-01-13Move to 2-space indent: test files except AndroidDevice related (#710)Eric Lin (Tzu Hsiang Lin)
2021-01-13Add a retry mechanism for the ADB command "root”. (#690)chuanhsiao
2021-01-13Remove deprecated code. (#693)Ang Li
2020-10-30Reduce unused variable in _client_receive. (#686)Syaoran Kuo
2020-10-30Sets default not to do verbose logging (#683)Syaoran Kuo
2020-10-12Add not None check in Logcat.create_output_excerpts. (#681)Eric Lin (Tzu Hsiang Lin)
2020-08-27Fix typo, rename test function and align style (#677)Eric Lin (Tzu Hsiang Lin)
2020-07-18Add extra log for debug when UnicodeDecodeError happened (#674)williamfzc