summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrey Morris <trey.morris@rackspace.com>2011-06-15 12:54:32 -0500
committerTrey Morris <trey.morris@rackspace.com>2011-06-15 12:54:32 -0500
commitf97c63fdc9d50baa0a739ff76665ef06fc6b8617 (patch)
tree4b6b718b716498a85063bd3c18df9df2663073b1
parent7ace517d3909454e4d2d6b48b37a5e6b37f6816d (diff)
network_info has injected in xenapi tests
-rw-r--r--nova/tests/test_xenapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py
index 5505011ca..83fdb4849 100644
--- a/nova/tests/test_xenapi.py
+++ b/nova/tests/test_xenapi.py
@@ -588,7 +588,7 @@ class XenAPIVMTestCase(test.TestCase):
'instance_type_id': '3', # m1.large
'os_type': 'linux'}
instance = db.instance_create(self.context, values)
- network_info = [({'bridge': 'fa0', 'id': 0},
+ network_info = [({'bridge': 'fa0', 'id': 0, 'injected': False},
{'broadcast': '192.168.0.255',
'dns': ['192.168.0.1'],
'gateway': '192.168.0.1',