Adds integration tests for gce_pd module.

This commit is contained in:
Chris Conway
2014-03-30 14:49:55 -07:00
parent 2cc4a372c5
commit 1e76fe2569
4 changed files with 136 additions and 1 deletions

View File

@@ -98,5 +98,7 @@ if __name__ == '__main__':
try:
# Delete matching instances
delete_gce_resources(gce.list_nodes, 'name', opts)
# Delete matching disks
delete_gce_resources(gce.list_volumes, 'name', opts)
except KeyboardInterrupt, e:
print "\nExiting on user command."