Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/
Dbase_test.py528 test_func = self.get_func_with_retry(test_func)
592 def get_func_with_retry(self, func, attempts=2): member in BaseTestClass