Home
last modified time | relevance | path

Searched refs:SupportRemoteInstance (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/delete/
Ddelete_test.py366 fake_cfg.SupportRemoteInstance = mock.MagicMock()
367 fake_cfg.SupportRemoteInstance.return_value = True
375 fake_cfg.SupportRemoteInstance.return_value = False
396 fake_cfg.SupportRemoteInstance = mock.MagicMock()
Ddelete.py105 if not cfg.SupportRemoteInstance():
429 if not args.local_only and cfg.SupportRemoteInstance():
/tools/acloud/list/
Dlist.py426 if not args.local_only and cfg.SupportRemoteInstance():
/tools/acloud/public/
Dconfig.py339 def SupportRemoteInstance(self): member in AcloudConfig