added injected to network dict oportion of tuple returned by get_instance_nw_info

This commit is contained in:
Trey Morris
2011-06-15 12:25:42 -05:00
parent 6fa854cab8
commit 84fb1dbe7a

View File

@@ -687,7 +687,7 @@ class XenAPIMigrateInstance(test.TestCase):
stubs.stubout_session(self.stubs, stubs.FakeSessionForMigrationTests)
stubs.stubout_loopingcall_start(self.stubs)
conn = xenapi_conn.get_connection(False)
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',