Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tests/
Dretry_and_timeout_listener.py77 if not self.tests_provider.retry_test_regex.search(result.message):
Drobot_tests_provider.py277 retry_test_regex = re.compile(r"\[RETRY\] (PASS|FAIL) on (\d+)\. retry\.") variable in RobotTestSuite
1013 if status.text is not None and cls.retry_test_regex.search(status.text):
1075 … m = cls.retry_test_regex.search(status.text) if status.text is not None else None