aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-11Log each command execution result in utils.run_command (#917)upstream-masterMinghao Li
2024-04-11Set pyink to a fixed version and fix format (#918)Minghao Li
2024-03-07Fix typos in release notes. (#914)Ang Li
2024-03-06Mobly Release 1.12.3. (#913)Ang Li
2024-02-06Mark `utils.get_available_host_port` deprecated (#907)Minghao Li
2024-02-06Update `README` after build toolchain changes. (#912)Ang Li
2024-01-31Fix whitespace stripping in _collect_process_tree (#891)Sam Balana
2024-01-30Switch to pyproject.toml completely (#911)Ang Li
2024-01-22Cache `AndroidDevice#model` to reduce fastboot calls (#910)Ang Li
2024-01-22Bump min Python ver to 3.11. (#909)Ang Li
2024-01-07Count should only count retries and not repeats. (#906)boon
2023-12-28Add parent field to records to represent repeat and retry information. (#905)boon
2023-12-14Using tcp:0 in adb forward to pick available host port in snippet client (#904)Minghao Li
2023-10-30Adding ability to run adb reverse via mobly AdbProxy, fixes #900 (#903)Sachin Sagadevan
2023-10-26Fix current formatting issues and add formatting check to CI workflow (#902)nkprasad12
2023-10-23Allow configuring snippet user. (#899)nkprasad12
2023-09-20Add the latest release version and CI build status (#895)Kolin Lu
2023-09-02Remove unused imports (#892)Sam Balana
2023-06-05Fix a doc typo in records.py (#889)Tennessee Carmel-Veilleux
2023-05-22Support am instrument options by adding a snippet config class (#886)Minghao Li
2023-05-03Mobly Release 1.12.2. (#884)Ang Li
2023-04-25Do not start logcat service when the Andriod device is in fastboot mode. (#881)Ang Li
2023-04-25Properly end the test when expects has an error within teardown test. (#882)boon
2023-04-18Fix the print test list logic in `test_runner` (#878)Lucas Abel
2023-04-18Fix unused 'name' argument in AttenuatorPath constructor (#877)antofara
2023-04-17Add type hint for `current_test_info` (#879)nkprasad12
2023-03-23Default `TestRunConfig.log_path` to `_DEFAULT_LOG_PATH` (#876)Lucas Abel
2023-03-21suite_runner improvements (#875)Lucas Abel
2023-03-02record: emit explicit end when appending to summary (#872)Lucas Abel
2023-02-14Fix unhandling of possible recursion error on `ExceptionRecord.__deepcopy__` ...Lucas Abel
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-18Mobly Release 1.12.1. (#866)Ang Li
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-10Update instrumentation_tutorial.md (#853)Sebastian
2022-11-03Expose the method to set new log prefix in PrefixLoggerAdapter (#852)Minghao Li
2022-10-13Remove unused dependencies (#850)Sam Balana
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-05Mobly Release 1.12. (#846)Ang Li
2022-08-02Fix calling `generate_tests` in the `setup_genearted_tests` stage. (#847)Ang Li