Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/
Dcli_translator.py141 if len(results) == 1 and self._confirm_running(results):
179 def _confirm_running(self, results): member in CLITranslator
Dcli_translator_unittest.py292 self.assertTrue(self.ctr._confirm_running([TEST_1]))
294 self.assertFalse(self.ctr._confirm_running([TEST_2]))