Searched refs:max_consecutive_error (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/mobly/mobly/ |
D | base_test.py | 58 def repeat(count, max_consecutive_error=None): argument 84 if max_consecutive_error is not None and max_consecutive_error > count: 92 setattr(func, ATTR_MAX_CONSEC_ERROR, max_consecutive_error) 729 self, test_name, test_method, repeat_count, max_consecutive_error argument 750 if max_consecutive_error == 0: 751 max_consecutive_error = repeat_count 770 if consecutive_error_count == max_consecutive_error: 1096 max_consecutive_error = getattr(test_method, ATTR_MAX_CONSEC_ERROR, 0) 1105 test_name, test_method, repeat_count, max_consecutive_error
|
/aosp_15_r20/external/python/mobly/tests/mobly/ |
D | base_test_test.py | 2399 @base_test.repeat(count=3, max_consecutive_error=4) 2478 count=repeat_count, max_consecutive_error=max_consec_error 2515 count=repeat_count, max_consecutive_error=max_consec_error 2550 count=repeat_count, max_consecutive_error=max_consec_error
|