Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: tests/ec2/test_connection.py

Issue 8386013: Merging in latest boto. (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Redoing vendor drop by deleting and then merging. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/ec2/elb/test_connection.py ('k') | tests/s3/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ec2/test_connection.py
diff --git a/boto/tests/test_ec2connection.py b/tests/ec2/test_connection.py
similarity index 99%
rename from boto/tests/test_ec2connection.py
rename to tests/ec2/test_connection.py
index 046ff92f8f51ff9e8c5632f1c8801f11c2cd8721..6b7ece1f7487a99377bed43fc17a2a21e29ed1a7 100644
--- a/boto/tests/test_ec2connection.py
+++ b/tests/ec2/test_connection.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (c) 2006-2010 Mitch Garnaat http://garnaat.org/
# Copyright (c) 2009, Eucalyptus Systems, Inc.
# All rights reserved.
@@ -55,6 +53,7 @@ class EC2ConnectionTest (unittest.TestCase):
# now remove that permission
status = image.remove_launch_permissions(group_names=['all'])
assert status
+ time.sleep(10)
d = image.get_launch_permissions()
assert not d.has_key('groups')
« no previous file with comments | « tests/ec2/elb/test_connection.py ('k') | tests/s3/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698