Home
last modified time | relevance | path

Searched refs:max_consecutive_error (Results 1 – 2 of 2) sorted by relevance

/external/python/mobly/mobly/
Dbase_test.py58 def repeat(count, max_consecutive_error=None): argument
83 if max_consecutive_error is not None and max_consecutive_error > count:
90 setattr(func, ATTR_MAX_CONSEC_ERROR, max_consecutive_error)
700 max_consecutive_error): argument
720 if max_consecutive_error == 0:
721 max_consecutive_error = repeat_count
733 if consecutive_error_count == max_consecutive_error:
1034 max_consecutive_error = getattr(test_method, ATTR_MAX_CONSEC_ERROR, 0)
1042 max_consecutive_error)
/external/python/mobly/tests/mobly/
Dbase_test_test.py2336 @base_test.repeat(count=3, max_consecutive_error=4)
2412 max_consecutive_error=max_consec_error)
2443 max_consecutive_error=max_consec_error)
2473 max_consecutive_error=max_consec_error)