summaryrefslogtreecommitdiffstats
path: root/nova/test.py
diff options
context:
space:
mode:
authorTrey Morris <trey.morris@rackspace.com>2011-09-16 14:07:41 -0500
committerTrey Morris <trey.morris@rackspace.com>2011-09-30 15:39:02 -0500
commit15b2a3b85b157e4a032d1fbb68bd3d7a509ed765 (patch)
tree6a4fde9971a746d4903e0dbf3d1e9023a36ff93a /nova/test.py
parent070e60d21776ea2b32ac557a0661d2025ef111d8 (diff)
downloadnova-15b2a3b85b157e4a032d1fbb68bd3d7a509ed765.tar.gz
nova-15b2a3b85b157e4a032d1fbb68bd3d7a509ed765.tar.xz
nova-15b2a3b85b157e4a032d1fbb68bd3d7a509ed765.zip
moved floating ip db access and sanity checking from network api into network manager
added floating ip get by fixed address added fixed_ip_get moved floating ip testing from osapi into the network tests where they belong Change-Id: I3ee53971206e37405a2adc2491412f7896e1af87
Diffstat (limited to 'nova/test.py')
-rw-r--r--nova/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/test.py b/nova/test.py
index d759aef60..b753f2314 100644
--- a/nova/test.py
+++ b/nova/test.py
@@ -56,6 +56,7 @@ LOG = log.getLogger('nova.tests')
class skip_test(object):
"""Decorator that skips a test."""
+ # TODO(tr3buchet): remember forever what comstud did here
def __init__(self, msg):
self.message = msg