• Home
  • Raw
  • Download

Lines Matching refs:patch

90     @mock.patch("acloud.create.local_image_local_instance.utils")
91 @mock.patch.object(local_image_local_instance.LocalImageLocalInstance,
93 @mock.patch.object(local_image_local_instance.LocalImageLocalInstance,
95 @mock.patch.object(local_image_local_instance.LocalImageLocalInstance,
97 @mock.patch.object(local_image_local_instance.LocalImageLocalInstance,
162 @mock.patch("acloud.create.local_image_local_instance.utils")
163 @mock.patch("acloud.create.local_image_local_instance.ota_tools")
164 @mock.patch("acloud.create.local_image_local_instance.create_common")
165 @mock.patch.object(local_image_local_instance.LocalImageLocalInstance,
167 @mock.patch.object(local_image_local_instance.LocalImageLocalInstance,
169 @mock.patch.object(instance, "GetLocalInstanceRuntimeDir")
170 @mock.patch.object(instance, "GetLocalInstanceHomeDir")
216 @mock.patch("acloud.create.local_image_local_instance.os.path.isfile")
222 with mock.patch.dict("acloud.internal.lib.ota_tools.os.environ",
232 with mock.patch.dict("acloud.internal.lib.ota_tools.os.environ",
238 with mock.patch.dict("acloud.internal.lib.ota_tools.os.environ",
250 @mock.patch("acloud.create.local_image_local_instance.ota_tools")
270 @mock.patch("acloud.create.local_image_local_instance.ota_tools")
295 with mock.patch.dict("acloud.create.local_image_local_instance."
307 @mock.patch("acloud.create.local_image_local_instance.ota_tools")
341 @mock.patch.object(utils, "CheckUserInGroups")
387 @mock.patch.object(utils, "GetUserAnswerYes")
388 @mock.patch.object(list_instance, "GetActiveCVD")
407 @mock.patch("acloud.create.local_image_local_instance.subprocess."
409 @mock.patch.dict("os.environ", clear=True)
435 @mock.patch("acloud.create.local_image_local_instance.subprocess."