summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/tests/db/fakes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/db/fakes.py b/nova/tests/db/fakes.py
index 5190cff8d..f00efb41b 100644
--- a/nova/tests/db/fakes.py
+++ b/nova/tests/db/fakes.py
@@ -105,6 +105,7 @@ def stub_out_db_network_api(stubs):
ips = filter(lambda i: i['fixed_ip_id'] == None \
and i['project_id'] == None,
floating_ips)
+ print "A" * 20, "|%s|" % floating_ips
if not ips:
raise db.NoMoreAddresses()
ips[0]['project_id'] = project_id