summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrey Morris <trey.morris@rackspace.com>2011-08-26 13:28:17 -0500
committerTrey Morris <trey.morris@rackspace.com>2011-08-26 13:28:17 -0500
commit2fdf2d3fb05f58d1778671830eab111328f624fc (patch)
tree6dc156903a5df1a24708603d9dcd2a6035bd6521
parentfe74d65f7a8ccba26a03c72edbadf4b00e9a5294 (diff)
downloadnova-2fdf2d3fb05f58d1778671830eab111328f624fc.tar.gz
nova-2fdf2d3fb05f58d1778671830eab111328f624fc.tar.xz
nova-2fdf2d3fb05f58d1778671830eab111328f624fc.zip
forgot )
-rw-r--r--nova/tests/test_libvirt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py
index 02b2f0cfe..ded5a99ab 100644
--- a/nova/tests/test_libvirt.py
+++ b/nova/tests/test_libvirt.py
@@ -1379,7 +1379,7 @@ class NWFilterTestCase(test.TestCase):
def _ensure_all_called(mac):
instance_filter = 'nova-instance-%s-%s' % (instance_ref['name'],
- mac.translate(None, ':')
+ mac.translate(None, ':'))
secgroup_filter = 'nova-secgroup-%s' % self.security_group['id']
for required in [secgroup_filter, 'allow-dhcp-server',
'no-arp-spoofing', 'no-ip-spoofing',