diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-06-15 12:25:42 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-06-15 12:25:42 -0500 |
| commit | 59453fe8d56c678495b1caf0cb7faeba6aa87d0f (patch) | |
| tree | 5f902b92c79714cc616314c9ca090cf8b450e7db /nova/tests | |
| parent | c220bfd9d233ae0b18b5181eeafa2e70c17f7a30 (diff) | |
added injected to network dict oportion of tuple returned by get_instance_nw_info
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_xenapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py index 8b71a1d76..7e8b09275 100644 --- a/nova/tests/test_xenapi.py +++ b/nova/tests/test_xenapi.py @@ -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', |
