diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-06-15 12:54:32 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-06-15 12:54:32 -0500 |
| commit | f97c63fdc9d50baa0a739ff76665ef06fc6b8617 (patch) | |
| tree | 4b6b718b716498a85063bd3c18df9df2663073b1 | |
| parent | 7ace517d3909454e4d2d6b48b37a5e6b37f6816d (diff) | |
network_info has injected in xenapi 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 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', |
