Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dssh.py144 raise errors.LaunchCVDFail(constants.ERROR_MSG_VNC_NOT_SUPPORT)
146 raise errors.LaunchCVDFail(constants.ERROR_MSG_WEBRTC_NOT_SUPPORT)
209 errors.LaunchCVDFail,
Dssh_test.py289 errors.LaunchCVDFail, ssh._SshLogOutput, fake_cmd)
295 errors.LaunchCVDFail, ssh._SshLogOutput, fake_cmd)
Dcvd_compute_client_multi_stage.py419 errors.LaunchCVDFail) as e:
/tools/acloud/create/
Dlocal_image_local_instance_test.py241 mock_launch_cvd.side_effect = errors.LaunchCVDFail("unit test")
503 with self.assertRaises(errors.LaunchCVDFail) as launch_cvd_failure:
527 with self.assertRaises(errors.LaunchCVDFail) as launch_cvd_failure:
Dlocal_image_local_instance.py262 except errors.LaunchCVDFail as launch_error:
702 raise errors.LaunchCVDFail(
/tools/acloud/
Derrors.py218 class LaunchCVDFail(CreateError): class