1. e224864 Merge "Adds ability to send signals to processes." am: bc41dafc15 am: 03e46078ad am: 6a2abdb89c am: a5bf608947 am: 383340e161 by Treehugger Robot · 4 years ago
  2. 4fbefaf Adds ability to send signals to processes. by Hector · 4 years ago
  3. f0907c1 Merge "Enables Mobly-style run_generated_tests." am: 19bb864470 am: 9d4f893aa8 am: c78c2ae682 am: 4011f1fda2 am: 9654caac8c by Mark De Ruyter · 4 years, 3 months ago
  4. 8d1f529 Enables Mobly-style run_generated_tests. by Mark De Ruyter · 4 years, 8 months ago
  5. 7e4f61b Merge "Mock mobly.utils.create_dir in unit tests" am: 3e7c9b1974 am: 6f002c8a06 am: e9041b80e8 am: bb196d6f03 am: 2998c27e48 by Automerger Merge Worker · 4 years, 5 months ago
  6. 20bf55c Mock mobly.utils.create_dir in unit tests by Xianyuan Jia · 4 years, 5 months ago
  7. 2a6b4bc Fix imports for proto generated code by Xianyuan Jia · 4 years, 5 months ago
  8. 2130468 Replace call to removed utils.create_dir in testtracker_results_writer by Xianyuan Jia · 4 years, 5 months ago
  9. 98c8f2e Add TestTracker uploader to ACTS. Report test results as TestTracker protos. by Xianyuan Jia · 4 years, 7 months ago
  10. 93d24e0 Remove controller_configs and user_params initialization to empty dict (obsolete with mobly 1.10) by Xianyuan Jia · 4 years, 7 months ago
  11. a56ed98 Merge BaseTestClass.__init__ with Mobly's implementation by Xianyuan Jia · 4 years, 10 months ago
  12. 3ed38e6 Creates a once-and-for-all solution to running all UTs. by Mark De Ruyter · 4 years, 7 months ago
  13. c34585b Fixes UTs in tests/libs/logging/log_stream_test.py by Mark De Ruyter · 4 years, 7 months ago
  14. 37a10cc Deletes an old, unused metric library. by Mark De Ruyter · 4 years, 7 months ago
  15. 63b3a65 Fixes UTs in uicd_cli_test.py by Mark De Ruyter · 4 years, 7 months ago
  16. 35aef8b Fixes unittests in binding_test.py by Mark De Ruyter · 4 years, 7 months ago
  17. 14aad4f Fixes log_stream_test by Mark De Ruyter · 4 years, 7 months ago
  18. f00bf60 Remove test_case_iterations arg from BaseTestClass.run. by Xianyuan Jia · 4 years, 8 months ago
  19. ef15fc9 Updates the TestRunner to send the Mobly TestRunConfig. by Mark De Ruyter · 4 years, 9 months ago
  20. 69232db Removes cli_args from ACTS. by Mark De Ruyter · 4 years, 9 months ago
  21. 51b44e2 Formats various files using yapf 0.28.0. by Mark De Ruyter · 4 years, 9 months ago
  22. 05c72ab Refactors the ACTS unittests to run concurrently. by Mark De Ruyter · 5 years ago
  23. 8688248 Merge changes I6bd7e0f3,Icdda61e1 am: 04785c541d am: dcb5b20125 by Xianyuan Jia · 5 years ago
  24. 8adf638 Generate test_summary.yaml for test results, using Mobly's summary writer. by Xianyuan Jia · 5 years ago
  25. 120d2e8 Rename Nuwa to Uicd. by Xianyuan Jia · 5 years ago
  26. 2ca46e9 Merge "Add support for process groups in libs.proc.process" am: b8888c4e51 am: 319fef03d8 by Xianyuan Jia · 5 years ago
  27. 7ca46f1 Add support for process groups in libs.proc.process by Xianyuan Jia · 5 years ago
  28. 9813120 Merge "Implement MovableFileHandler that switches target log file based on context." am: e3f666aa86 am: a6bcf14c97 by Xianyuan Jia · 5 years ago
  29. 512701a Implement MovableFileHandler that switches target log file based on context. by Xianyuan Jia · 5 years ago
  30. 1c12318 Merge "Automatically split cmd strings into lists if shell=True is not specified in acts.libs.proc.Process" am: 7b144499be am: 26bca80f1e by Xianyuan Jia · 6 years ago
  31. dcbd97f Automatically split cmd strings into lists if shell=True is not specified in acts.libs.proc.Process by Xianyuan Jia · 6 years ago
  32. 7d3aee9 Merge "Allow the ACTS log context system to provide the current test context." am: 31dbc7639e am: 45ffe69227 by xianyuanjia · 6 years ago
  33. 0205a94 Allow the ACTS log context system to provide the current test context. by xianyuanjia · 6 years ago
  34. e37b96e Use temp directory for Nuwa CLI unzipped files. by Xianyuan Jia · 6 years ago
  35. aad1240 Nuwa CLI integration in ACTS. by xianyuanjia · 6 years ago
  36. c67d4bd In split ACTS logs, include global (test-run level) logs. by xianyuanjia · 6 years ago
  37. f27403a [Resubmit] Changes to ACTS Process library. by xianyuanjia · 6 years ago
  38. dc11a25 Revert "Changes to ACTS Process library." by Xianyuan Jia · 6 years ago
  39. fbe1283 Changes to ACTS Process library. by xianyuanjia · 6 years ago
  40. 129f420 Make the logcat process automatically restart after unexpected termination by xianyuanjia · 6 years ago
  41. 6e3f146 Revert "Make the logcat process automatically restart after unexpected termination" by Mark De Ruyter · 6 years ago
  42. 9951065 Make the logcat process automatically restart after unexpected termination by xianyuanjia · 6 years ago
  43. e8db382 Revert "Revert "Allow the logger to write logs into per-testclass/testcase directories."" by Xianyuan Jia · 6 years ago
  44. 92fed4b Revert "Allow the logger to write logs into per-testclass/testcase directories." by Xianyuan Jia · 6 years ago
  45. 48bea55 Allow the logger to write logs into per-testclass/testcase directories. by xianyuanjia · 6 years ago
  46. 2f8928e Updates all other testcase name getters to pull from the test class. by Mark De Ruyter · 6 years ago
  47. 725606a Reformatted ACTS Test Events by Mark De Ruyter · 6 years ago
  48. 185960b Created a Versioning Decorator Library. by Mark De Ruyter · 6 years ago
  49. 7aba34c Created a logging library for ACTS. by Mark De Ruyter · 6 years ago
  50. 53c7097 Fixed failing unit tests. by Mark De Ruyter · 6 years ago
  51. d24fa4e Fixes metric unit tests by Benny Peake · 6 years ago
  52. 76ed7f7 Adds metric s to ACTS by Betty Zhou · 7 years ago
  53. 0588837 Added fail-fast parsing to ensure update is valid. by Mark De Ruyter · 6 years ago
  54. b93a887 Added bugreport to failed OTA update. by markdr · 6 years ago
  55. dd1893d Moved upload hooks to use python3 by default. by markdr · 6 years ago
  56. 6607bf1 ACTS to SL4A Connection Changes by markdr · 7 years ago
  57. dfa330e Compare build ids to ensure OTA update completed by markdr · 7 years ago
  58. 2e25b4d Created tests for the OTA Update library by markdr · 7 years ago