Searched refs:EXTRA_SCOPES (Results 1 – 5 of 5) sorted by relevance
/tools/acloud/internal/lib/ |
D | goldfish_compute_client_test.py | 75 EXTRA_SCOPES = "scope1" variable in GoldfishComputeClientTest 94 fake_cfg.extra_scopes = self.EXTRA_SCOPES 186 extra_scopes=self.EXTRA_SCOPES, 202 extra_scopes=self.EXTRA_SCOPES) 258 avd_spec=mock_avd_spec, extra_scopes=self.EXTRA_SCOPES, 273 extra_scopes=self.EXTRA_SCOPES)
|
D | cvd_compute_client_multi_stage_test.py | 67 EXTRA_SCOPES = ["scope1"] variable in CvdComputeClientTest 89 fake_cfg.extra_scopes = self.EXTRA_SCOPES 162 fake_avd_spec, self.EXTRA_SCOPES) 174 extra_scopes=self.EXTRA_SCOPES,
|
D | android_compute_client_test.py | 51 EXTRA_SCOPES = None variable in AndroidComputeClientTest 71 fake_cfg.extra_scopes = self.EXTRA_SCOPES 141 extra_scopes=self.EXTRA_SCOPES, tags=None)
|
D | gcompute_client_test.py | 71 EXTRA_SCOPES = ["scope1"] variable in ComputeClientTest 79 fake_cfg.extra_scopes = self.EXTRA_SCOPES 579 expected_scope.extend(self.EXTRA_SCOPES) 615 extra_scopes=self.EXTRA_SCOPES) 656 expected_scope.extend(self.EXTRA_SCOPES) 694 extra_scopes=self.EXTRA_SCOPES)
|
/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 51 EXTRA_SCOPES = None variable in CreateGoldfishActionTest 98 cfg.extra_scopes = self.EXTRA_SCOPES 154 extra_scopes=self.EXTRA_SCOPES, 212 extra_scopes=self.EXTRA_SCOPES, 278 extra_scopes=self.EXTRA_SCOPES, 334 extra_scopes=self.EXTRA_SCOPES, 393 extra_scopes=self.EXTRA_SCOPES, 449 extra_scopes=self.EXTRA_SCOPES,
|