Searched refs:SupportRemoteInstance (Results 1 – 4 of 4) sorted by relevance
365 fake_cfg.SupportRemoteInstance = mock.MagicMock()366 fake_cfg.SupportRemoteInstance.return_value = True374 fake_cfg.SupportRemoteInstance.return_value = False393 fake_cfg.SupportRemoteInstance = mock.MagicMock()
104 if not cfg.SupportRemoteInstance():429 if not args.local_only and cfg.SupportRemoteInstance():
436 if not args.local_only and cfg.SupportRemoteInstance():
348 def SupportRemoteInstance(self): member in AcloudConfig