Searched refs:SetStage (Results 1 – 6 of 6) sorted by relevance
195 self._mock_remote_host_client.SetStage.assert_has_calls([199 self.assertEqual(3, self._mock_remote_host_client.SetStage.call_count)381 self._mock_remote_host_client.SetStage.assert_called_once_with(402 self._mock_remote_host_client.SetStage.assert_has_calls([405 self.assertEqual(2, self._mock_remote_host_client.SetStage.call_count)423 self.assertEqual(3, self._mock_remote_host_client.SetStage.call_count)447 self.assertEqual(3, self._mock_remote_host_client.SetStage.call_count)
95 self._compute_client.SetStage(constants.STAGE_SSH_CONNECT)102 self._compute_client.SetStage(constants.STAGE_ARTIFACT)116 self._compute_client.SetStage(constants.STAGE_BOOT_UP)
191 client.SetStage(constants.STAGE_SSH_CONNECT)196 client.SetStage(constants.STAGE_ARTIFACT)201 client.SetStage(constants.STAGE_BOOT_UP)
149 self.SetStage(constants.STAGE_SSH_CONNECT)193 self.SetStage(constants.STAGE_BOOT_UP)261 self.SetStage(constants.STAGE_GCE)317 self.SetStage(constants.STAGE_ARTIFACT)449 def SetStage(self, stage): member in CvdComputeClient
64 def SetStage(self, stage): member in RemoteHostClient
181 self.cvd_compute_client_multi_stage.SetStage(device_stage)