network_info has injected in xenapi tests

This commit is contained in:
Trey Morris
2011-06-15 12:54:32 -05:00
parent 6003956305
commit 38d6da422a

View File

@@ -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',