diff options
| author | Jason Kölker <jason@koelker.net> | 2011-05-25 11:36:17 -0500 |
|---|---|---|
| committer | Jason Kölker <jason@koelker.net> | 2011-05-25 11:36:17 -0500 |
| commit | 1e8c46904471fe3cfae8805dcd8f9b64bdb5abac (patch) | |
| tree | 12cf06914d505ea67d5e3cc4ada78c69fd1b465f | |
| parent | 912aa4288e27d517b2d2ff17564b94009aeeec2b (diff) | |
remove my print
| -rw-r--r-- | nova/tests/test_cloud.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_cloud.py b/nova/tests/test_cloud.py index b63b43217..e4f445cf5 100644 --- a/nova/tests/test_cloud.py +++ b/nova/tests/test_cloud.py @@ -138,7 +138,6 @@ class CloudTestCase(test.TestCase): instance_type_id=type_id, project_id=project_id) # TODO(jkoelker) Make this mas bueno - print ips self.assertTrue(ips) self.assertTrue('ips' in ips[0][1]) self.assertTrue(ips[0][1]['ips']) |
