Lines Matching refs:cfg
80 cfg = mock.MagicMock()
81 cfg.service_account_name = "fake@service.com"
82 cfg.service_account_private_key_path = "/fake/path/to/key"
83 cfg.zone = "fake_zone"
84 cfg.disk_image_name = "fake_image.tar.gz"
85 cfg.disk_image_mime_type = "fake/type"
86 cfg.ssh_private_key_path = ""
87 cfg.ssh_public_key_path = ""
88 return cfg
99 cfg = self._CreateCfg()
100 _report = common_operations.CreateDevices(self.CMD, cfg,
118 cfg = self._CreateCfg()
119 _report = common_operations.CreateDevices(self.CMD, cfg,