Lines Matching refs:cfg
37 def CreateSshKeyPairIfNecessary(cfg): argument
46 if not cfg.ssh_public_key_path:
54 elif cfg.ssh_public_key_path and not cfg.ssh_private_key_path:
60 elif cfg.ssh_public_key_path and cfg.ssh_private_key_path:
61 utils.CreateSshKeyPairIfNotExist(cfg.ssh_private_key_path,
62 cfg.ssh_public_key_path)
176 def CreateDevices(command, cfg, device_factory, num, avd_type, argument
212 CreateSshKeyPairIfNecessary(cfg)
247 rsa_key_file=cfg.ssh_private_key_path,
252 extra_args_ssh_tunnel=cfg.extra_args_ssh_tunnel)
260 rsa_key_file=cfg.ssh_private_key_path,
262 extra_args_ssh_tunnel=cfg.extra_args_ssh_tunnel)