Home
last modified time | relevance | path

Searched refs:DeleteInstances (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/delete/
Ddelete_test.py352 delete.DeleteInstances(None, fake_instances_to_delete)
357 delete.DeleteInstances(None, fake_instances_to_delete)
409 delete.DeleteInstances.assert_called_with(fake_cfg, [])
413 delete.DeleteInstances.assert_called_with(fake_cfg, ["local_instances"])
417 delete.DeleteInstances.assert_called_with(fake_cfg, ["choice_instance"])
421 delete.DeleteInstances.assert_called_with(fake_cfg, ["filter_by_port_instance"])
427 delete.DeleteInstances.assert_called_with(
Ddelete.py51 def DeleteInstances(cfg, instances_to_delete): function
339 delete_report = DeleteInstances(cfg, active_instances)
442 return DeleteInstances(cfg, instances)
/tools/acloud/public/
Ddevice_driver_test.py166 self.compute_client.DeleteInstances.return_value = (instance_names, [],
169 self.compute_client.DeleteInstances.assert_called_once_with(
Ddevice_driver.py250 return self._compute_client.DeleteInstances(instance_names,
461 deleted_ins, failed_ins, error_ins = compute_client.DeleteInstances(
/tools/acloud/internal/lib/
Dgcompute_client.py1339 def DeleteInstances(self, instances, zone): member in ComputeClient
Dgcompute_client_test.py802 deleted, failed, error_msgs = self.compute_client.DeleteInstances(