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') |