Home
last modified time | relevance | path

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

/tools/acloud/create/
Dlocal_image_local_instance.py248 except errors.LaunchCVDFail as launch_error:
555 raise errors.LaunchCVDFail("Device did not boot within %d secs." %
558 raise errors.LaunchCVDFail("launch_cvd returned %s." %
Dlocal_image_local_instance_test.py206 mock_launch_cvd.side_effect = errors.LaunchCVDFail("unit test")
441 with self.assertRaises(errors.LaunchCVDFail):
450 with self.assertRaises(errors.LaunchCVDFail):
/tools/acloud/
Derrors.py218 class LaunchCVDFail(CreateError): class