Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcontest.py201 return self.pull_test_results(testplan_directory)
203 def pull_test_results(self, testplan_directory): member in Contest
/tools/test/connectivity/acts/framework/tests/controllers/rohdeschwarz_lib/
Dcontest_test.py219 controller.pull_test_results.assert_called_with(results_directory)