1. fd8b36c Merge "Added logging to [Test Case] END log failure." am: c5c8ede26e am: 3ebb640c31 by Mark De Ruyter · 6 years ago
  2. 78fa19a Merge "Added a flag that allows stack traces to print upon test failure." am: 9c60688014 am: 739d147d7a by Mark De Ruyter · 6 years ago
  3. 0e1f46a Removed base_test dependency on tel_test_utils by markdr · 7 years ago
  4. d10b52e Remove redundant utils.create_dir(). by Betty Zhou · 7 years ago
  5. 10abd10 Get QXDM with modified begin time. by Betty Zhou · 7 years ago
  6. e1e4786 Small fixes to the base test by markdr · 7 years ago
  7. b6c77ac Create parallel processes to generate QXDM log and bugreport. by Betty Zhou · 7 years ago
  8. d42223d Using epoch time as test begin time. by Betty Zhou · 7 years ago
  9. 8999259 Capture qxdm logs generated earlier than test begin time. by Betty Zhou · 7 years ago
  10. 473661d Add a user param to limit log output directory size. by Sean Sutherland · 7 years ago
  11. 7da7bd2 Refine get_qxdm_logs and get_file_names. by Betty Zhou · 7 years ago
  12. 480f64b Fix get_file_names doesn't return file names. by Betty Zhou · 7 years ago
  13. ead8db3 Generate bugreport the test case generating aborting signal. by Betty Zhou · 7 years ago
  14. b75e99b Shorten the bugreport generating time by multithread. by Betty Zhou · 7 years ago
  15. 71dd30f Collect crashes with option of a provided begin time frame. by Betty Zhou · 7 years ago
  16. 6140f43 Add log_begin_time and log_end_time in test record. by Betty Zhou · 7 years ago
  17. 8e90954 Revert "Add individual test case log file." by Tom Turney · 7 years ago
  18. 07efec1 Revert "Re-organize logs for easy bug reporting." by Tom Turney · 7 years ago
  19. df7c91d Revert "Enable cat_adb_log for failed test cases." by Tom Turney · 7 years ago
  20. 300fe2c Revert "Group test logs in one folder and link failed test to a link collector." by Tom Turney · 7 years ago
  21. c8f44f7 Enable cat_adb_log for failed test cases. by Betty Zhou · 7 years ago
  22. e387ee7 Group test logs in one folder and link failed test to a link collector. by Betty Zhou · 7 years ago
  23. 2b46d89 Re-organize logs for easy bug reporting. by Betty Zhou · 7 years ago
  24. 8779da2 Add new modem crash path. Gether QXDM logs for failed cases. by Betty Zhou · 7 years ago
  25. cf03bd3 Traceback is added to log, no need to call traceback. by Betty Zhou · 7 years ago
  26. 70aa332 Add individual test case log file. by Betty Zhou · 7 years ago
  27. 837c5b4 Fix setting the time during initialization by tturney · 7 years ago
  28. deccbe2 Add test case randomizer for test campaigns. by Betty Zhou · 7 years ago
  29. f95aac8 Tests now skip when they do not exist by Benny Peake · 7 years ago
  30. 3d00b2a Made config options optional and added configurable AP by Joe Brennan · 7 years ago
  31. 1349a0f Common base test class by tturney · 8 years ago
  32. d78717a Test runner can now gather info without running by Benny Peake · 7 years ago
  33. 15d3ac5 Add possibility to skip whole test class by Jakub Pawlowski · 8 years ago
  34. cb77ead Handle case where no android devices are being used in a test case by Joe Brennan · 7 years ago
  35. 8f93e39 Fix for logcat dying in the middle of a test by Joe Brennan · 8 years ago
  36. 50374df [Utils]Re-factor wifi_connect util by Bindu Mahadev · 8 years ago
  37. 5d569fe Make individual test script executable. by Ang Li · 8 years ago
  38. 0e2ccb0 Abort if the function of a requested test case does not exist in a test class. by Ang Li · 8 years ago
  39. acaea2f Only log result record details if present by Nathan Harold · 8 years ago
  40. dae82b8 Merge "Trigger on_fail when setup_class failures." am: be09314248 by Ang Li · 8 years ago
  41. 4d32ee2 Trigger on_fail when setup_class failures. by Ang Li · 8 years ago
  42. 51ee2dc Fix a bug where teardown_test is not executed if setup fails. am: 4e8997584b by Ang Li · 8 years ago
  43. 4e89975 Fix a bug where teardown_test is not executed if setup fails. by Ang Li · 8 years ago
  44. 1d0a6ae Merge \"Fix optional param\'s default value overwrite.\" am: 0546546896 by Ang Li · 8 years ago
  45. f1855a7 Fix optional param's default value overwrite. by Ang Li · 8 years ago
  46. 1adb6db resolve merge conflicts of 6b4e07e to nyc-dev-plus-aosp by Ang Li · 8 years ago
  47. 51df045 Apply pep8 style with yapf. by Ang Li · 8 years ago
  48. caf5177 Merge "Fix stacktrace logging for when both test body and teardown throw exceptions." am: 70a9b5725a by Ang Li · 8 years ago
  49. de97b66 Fix stacktrace logging for when both test body and teardown throw exceptions. by Ang Li · 8 years ago
  50. e9322d5 Merge "Handle exceptions in procedure functions properly." am: f1eec0c by Ang Li · 8 years ago
  51. a3e9592 Handle exceptions in procedure functions properly. by Ang Li · 8 years ago
  52. 702dc2f Let AttributeError caused by cli arg through. am: b66eb84 am: f8d0f23 by Ang Li · 8 years ago
  53. b66eb84 Let AttributeError caused by cli arg through. by Ang Li · 8 years ago
  54. 422e63d resolve merge conflicts of d58100d to nyc-dev-plus-aosp by Ang Li · 8 years ago
  55. 5e49480 Move adb logging operations out of core ACTS code into by Ang Li · 9 years ago
  56. 8893e6d Move assert functions out of base_test. by Ang Li · 9 years ago
  57. a5079ac Fix android_device unit tests for py2. by Ang Li · 9 years ago
  58. f17f55f Fix AbortClass and AbortAll signals by Ang Li · 9 years ago
  59. 4cce9e3 Remove test_run_summary.txt by Ang Li · 9 years ago
  60. 84d5f93 Move assert functions out of base_test. by Ang Li · 9 years ago
  61. 7817cec Fix android_device unit tests for py2. by Ang Li · 9 years ago
  62. 0cd642d Move adb logging operations out of core ACTS code into by Ang Li · 9 years ago
  63. 0f30240 Make AbortClass and AbortAll signals cause test to fail instead of skip. by Ang Li · 9 years ago
  64. 0c2f595 Remove sl4a client asliases from BaseTestClass. by Ang Li · 9 years ago
  65. 85f3598 Remove test_run_summary.txt by Ang Li · 9 years ago
  66. ecb8a9a Remove sl4a client asliases from BaseTestClass. by Ang Li · 9 years ago
  67. ba3546c Make self.tests optional in test class. by Ang Li · 9 years ago
  68. 309ae21 Merge "Update Copyright to 2016 and cleanup" into mm-wireless-dev by Alexander Dorokhine · 9 years ago
  69. 7abf60e Update Copyright to 2016 and cleanup by Alexander Dorokhine · 9 years ago
  70. f340c9b Fix naming convention enforcement. by Ang Li · 9 years ago
  71. 69858ed Fix logcat collection under py2. by Alexander Dorokhine · 9 years ago
  72. 5e1433d Rewrite run_generated_testcases signature to be compatible with both py2 and py3. by Alexander Dorokhine · 9 years ago
  73. 5cd6d3c Standardize unpack_userparam. by Ang Li · 9 years ago
  74. e3861e5 Fail test cases if setup_test fails. b/26254733 by Ang Li · 9 years ago
  75. e91ab08 DO NOT MERGE Change BaseTestClass.on_success() to on_pass() by Nathan Harold · 9 years ago
  76. 42b5911 DO NOT MERGE Remove requirement for returning true in setup functions. by Ang Li · 9 years ago
  77. c748fdb DO NOT MERGE Support kwargs in generated test. b/21933049 by Ang Li · 9 years ago
  78. 8f6f2a1 DO NOT MERGE Support default value in unpack_userparams. b/25981346 by Ang Li · 9 years ago
  79. b4955b5 DO NOT MERGE Add support for "unknown" status. b/25683543 by Ang Li · 9 years ago
  80. 73697b3 Revert "Revert "Re-structure ACTS to Match New Projects"" by Ang Li · 9 years ago
  81. 7ba0d47 Revert "Re-structure ACTS to Match New Projects" by Ang Li · 9 years ago
  82. 5c6b337 Re-structure ACTS to Match New Projects by Nathan Harold · 9 years ago