Home
last modified time | relevance | path

Searched refs:attempt_number (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/sample/
DRepeatedTest.py50 def test_repeated_case_pass(self, attempt_number): argument
58 raise returned_results[attempt_number - 1]
62 def test_repeated_case_with_failures(self, attempt_number): argument
70 raise returned_results[(attempt_number - 1) % 4]
/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py44 for attempt_number in range(1, _ATTENUATOR_OPEN_RETRIES + 1):
49 'failed: %s' % (attempt_number, e))
50 if attempt_number == _ATTENUATOR_OPEN_RETRIES:
/tools/test/connectivity/acts/framework/tests/
Dacts_test_decorators_test.py346 def test_case(_, attempt_number): argument
347 if attempt_number == 1:
349 elif attempt_number == 2:
351 elif attempt_number == 3: