summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrey Morris <trey.morris@rackspace.com>2011-06-28 11:20:02 -0500
committerTrey Morris <trey.morris@rackspace.com>2011-06-28 11:20:02 -0500
commitf22b45dd7b149248be2eacf36b2c7428b3c71efc (patch)
treead42d16addd1ef8bbd472d75cd5f3ede61af0a7f
parent80e71c50e88cb5552b7f700c8946e14b915eea11 (diff)
downloadnova-f22b45dd7b149248be2eacf36b2c7428b3c71efc.tar.gz
nova-f22b45dd7b149248be2eacf36b2c7428b3c71efc.tar.xz
nova-f22b45dd7b149248be2eacf36b2c7428b3c71efc.zip
skipping another libvirt test
-rw-r--r--nova/tests/test_libvirt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py
index 5a081ddf7..f99e1713d 100644
--- a/nova/tests/test_libvirt.py
+++ b/nova/tests/test_libvirt.py
@@ -739,6 +739,7 @@ class LibvirtConnTestCase(test.TestCase):
db.volume_destroy(self.context, volume_ref['id'])
db.instance_destroy(self.context, instance_ref['id'])
+ @test.skip_test("test needs rewrite: instance no longer has mac_address")
def test_spawn_with_network_info(self):
# Skip if non-libvirt environment
if not self.lazy_load_library_exists():