Searched refs:SupportRemoteInstance (Results 1 – 4 of 4) sorted by relevance
366 fake_cfg.SupportRemoteInstance = mock.MagicMock()367 fake_cfg.SupportRemoteInstance.return_value = True375 fake_cfg.SupportRemoteInstance.return_value = False396 fake_cfg.SupportRemoteInstance = mock.MagicMock()
105 if not cfg.SupportRemoteInstance():429 if not args.local_only and cfg.SupportRemoteInstance():
426 if not args.local_only and cfg.SupportRemoteInstance():
339 def SupportRemoteInstance(self): member in AcloudConfig