aboutsummaryrefslogtreecommitdiff
path: root/mobly
AgeCommit message (Expand)Author
2023-02-17Merge remote-tracking branch 'aosp/upstream-master' into masteruael
2023-02-14Fix unhandling of possible recursion error on `ExceptionRecord.__deepcopy__` ...Lucas Abel
2023-02-02Progressively increase intervals between adb root attempts (#867)antofara
2023-01-16Make the summary file path more accessible. (#865)Ang Li
2023-01-13 Ensure the termination of the `teardown_class` record. (#864)Ang Li
2023-01-13Adjust timeout strategy for `AdbProxy#getprop` (#863)Ang Li
2023-01-06Fix list_fastboot_devices for other usb interfaces (#859)Tatsujin Chin
2023-01-04Add check for Cuttlefish devices in `is_emulator` (#860)xianyuanjia
2023-01-04Omit traceback logging for test skip exceptions (#862)Taylor Cramer
2022-12-12Handle SIGTERM in Mobly. (#858)boon
2022-12-06Don't mutate BaseTestClass.record_data() argument. (#856)Jon Wolverton
2022-11-30Fix erroneous asserts.assert_count_equal docstring summary (#855)Art Orlov
2022-11-30Add debug logging for fastboot commands. (#854)Aidan Holm
2022-11-03Expose the method to set new log prefix in PrefixLoggerAdapter (#852)Minghao Li
2022-10-13Remove unused dependencies (#850)Sam Balana
2022-09-20Remove Python enables identical to global defaults.main-16kKrzysztof KosiƄski
2022-08-26Create a prefix logger adapter class to add prefix to logs (#849)Minghao Li
2022-08-15Always create the `AndroidDevice` object specific log directory. (#848)Ang Li
2022-08-02Fix calling `generate_tests` in the `setup_genearted_tests` stage. (#847)Ang Li
2022-08-01Rename the `setup_generated_tests` stage to `pre_run`. (#844)Ang Li
2022-08-01Add a --verbose argument to the test_runner to set DEBUG logging level (#840)David Duarte
2022-07-22Clean up legacy code (#842)Minghao 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-24Remove argv check. Check is already done in parse_cli_args and should be sys....boon
2022-06-21Add termination signal type to record. (#837)Ang Li
2022-06-17Support switching to client V2 via Android Device property setting (#835)Minghao Li
2022-06-16Add error type to `ExceptionRecord`. (#836)Ang Li
2022-06-09ClientBase shouldn't call "stop" if "before_starting_server" failed (#834)Minghao Li
2022-06-06Alias error classes of callback handler v1 to the new ones (#832)Minghao Li
2022-06-03Standardize Async RPC for snippet client v2 (#826)Minghao Li
2022-06-01Add build files for Mobly libJulien Desprez
2022-05-23Client V2 cleans event client when it stops (#825)Minghao Li
2022-05-21Fix typo in run_command (#810)nkprasad12
2022-05-19Create base suite class and add run_suite_class to suite runner. (#817)boon
2022-05-19Event client clears host_port and device_port attribute (#822)Minghao Li
2022-05-19Alias error classes of snippet client v1 to the new ones in snippet package (...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-05-05ClientBase should call "stop" if "before_starting_server" failed (#813)Minghao Li
2022-05-05Remove host_port and device_port attributes from ClientBase (#814)Minghao Li
2022-04-14Adding Snippet Client V2 for Android, Step 1 (#804)Minghao Li
2022-04-13Refactor snippet client v2's stop server method (#807)Minghao Li
2022-04-08Rename Snippet client v2's startup sequence steps (#806)Minghao Li
2022-03-22run yapf to fix format (#801)Minghao Li
2022-03-22Add a new base class for snippet client (#795)Minghao Li
2022-02-27Add a comment for fastboot. (#798)Ang Li
2022-02-07Add return type annotations to some AdbProxy methods. (#790)Aidan Holm
2022-01-24Include fastboot devices when validating controller creation. (#791)Aidan Holm