Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dremote_host_gf_device_factory_test.py195 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)
Dremote_host_cf_device_factory.py95 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)
Dremote_host_gf_device_factory.py191 client.SetStage(constants.STAGE_SSH_CONNECT)
196 client.SetStage(constants.STAGE_ARTIFACT)
201 client.SetStage(constants.STAGE_BOOT_UP)
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py149 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
Dremote_host_client.py64 def SetStage(self, stage): member in RemoteHostClient
Dcvd_compute_client_multi_stage_test.py181 self.cvd_compute_client_multi_stage.SetStage(device_stage)