Home
last modified time | relevance | path

Searched refs:ZONE (Results 1 – 8 of 8) sorted by relevance

/tools/acloud/internal/script/
Dcreate_extradisk.sh15 ZONE=us-central1-f
20 gcloud compute disks create "${DISK_NAME}" --zone=${ZONE} --project=${PROJECT} --size="${1}GB"
21 gcloud compute instances attach-disk instance-disk-creation --disk "${DISK_NAME}" --zone=${ZONE} --…
23 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "sudo mkfs.…
24 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "sudo mount…
25 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "ls /mnt"
26 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "sudo umoun…
28 gcloud compute instances detach-disk instance-disk-creation --disk "${DISK_NAME}" --zone=${ZONE} --…
29 gcloud compute images create "${IMAGE_NAME}" --source-disk-zone=${ZONE} --source-disk "${DISK_NAME}…
30 gcloud compute disks delete "${DISK_NAME}" --zone=${ZONE} --project=${PROJECT}
/tools/acloud/internal/lib/
Dgcompute_client_test.py59 ZONE = "fake-zone" variable in ComputeClientTest
105 elif operation_scope == gcompute_client.OperationScope.ZONE:
129 {"status": "GOOD"}, gcompute_client.OperationScope.ZONE)
131 {"name": self.OPERATION_NAME}, gcompute_client.OperationScope.ZONE,
132 self.ZONE)
137 zone=self.ZONE)
483 result = self.compute_client.GetInstance(self.INSTANCE, self.ZONE)
486 project=PROJECT, zone=self.ZONE, instance=self.INSTANCE)
615 zone=self.ZONE,
620 project=PROJECT, zone=self.ZONE, body=expected_body)
[all …]
Dandroid_compute_client_test.py40 ZONE = "fake-zone" variable in AndroidComputeClientTest
64 fake_cfg.zone = self.ZONE
139 expected_metadata, self.NETWORK, self.ZONE,
153 self.MACHINE_TYPE, self.MIN_MACHINE_SIZE, self.ZONE)
167 self.MACHINE_TYPE, self.MIN_MACHINE_SIZE, self.ZONE)
Dgcompute_client.py77 ZONE = "zone" variable in OperationScope
164 elif operation_scope == OperationScope.ZONE:
352 operation_scope=OperationScope.ZONE,
374 operation_scope=OperationScope.ZONE,
402 delete_requests, OperationScope.ZONE, scope_name=zone)
674 operation_scope=OperationScope.ZONE,
733 operation_scope=OperationScope.ZONE,
764 operation_scope=OperationScope.ZONE,
787 operation_scope=OperationScope.ZONE,
829 operation_scope=OperationScope.ZONE,
[all …]
Dcheeps_compute_client_test.py37 ZONE = "fake-zone" variable in CheepsComputeClientTest
60 fake_cfg.zone = self.ZONE
130 zone=self.ZONE)
177 zone=self.ZONE)
Dgoldfish_compute_client_test.py35 ZONE = "fake-zone" variable in GoldfishComputeClientTest
66 fake_cfg.zone = self.ZONE
154 zone=self.ZONE,
Dcvd_compute_client_test.py42 ZONE = "fake-zone" variable in CvdComputeClientTest
68 fake_cfg.zone = self.ZONE
144 zone=self.ZONE,
186 zone=self.ZONE,
Dcvd_compute_client_multi_stage_test.py46 ZONE = "fake-zone" variable in CvdComputeClientTest
73 fake_cfg.zone = self.ZONE
188 zone=self.ZONE,
222 zone=self.ZONE,