Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/command_processor/
Dcommand_reproduce_test.py150 ret = self._command.GenerateTestSuiteFetchCommand(report_msg)
171 ret = self._command.GenerateTestSuiteFetchCommand(report_msg)
196 ret = self._command.GenerateTestSuiteFetchCommand(report_msg)
312 self._command.GenerateTestSuiteFetchCommand = mock.Mock(
341 self._command.GenerateTestSuiteFetchCommand = mock.Mock(
Dcommand_reproduce.py108 suite_fetch_command = self.GenerateTestSuiteFetchCommand(
228 def GenerateTestSuiteFetchCommand(self, report_msg): member in CommandReproduce