File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -6147,15 +6147,6 @@ def raise_migration_failure(*args):
6147
6147
self.assertEqual(instance.vm_state, vm_states.ERROR)
6148
6148
self.compute.terminate_instance(self.context, instance, [])
6149
6149
6150
- def test_pre_live_migration_instance_has_no_fixed_ip(self):
6151
- # Confirm that no exception is raised if there is no fixed ip on
6152
- # pre_live_migration
6153
- self.compute.driver.pre_live_migration(
6154
- test.MatchType(nova.context.RequestContext),
6155
- test.MatchType(objects.Instance),
6156
- {'block_device_mapping': []},
6157
- mock.ANY, mock.ANY, mock.ANY)
6158
-
6159
6150
@mock.patch.object(fake.FakeDriver, 'ensure_filtering_rules_for_instance')
6160
6151
@mock.patch.object(fake.FakeDriver, 'pre_live_migration')
6161
6152
@mock.patch('nova.compute.utils.notify_about_instance_action')
You can’t perform that action at this time.
0 commit comments