Make the azure test python script clean up files from BlueSky runs.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 28 Feb 2011 16:31:51 +0000 (08:31 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 28 Feb 2011 16:31:51 +0000 (08:31 -0800)
cleaner/azure.py

index d7ee338..9f0ac51 100644 (file)
@@ -149,7 +149,7 @@ class AzureConnection:
         r = self._make_request(path, method='DELETE')
 
 if __name__ == '__main__':
-    container = 'benchmark'
+    container = 'bluesky'
     conn = AzureConnection()
 
     print "Container contents:"