Merge "Remove an unnecessary duplicate flag"

This commit is contained in:
Zuul 2018-10-05 18:55:19 +00:00 committed by Gerrit Code Review
commit c003883182
1 changed files with 0 additions and 1 deletions

View File

@ -1245,7 +1245,6 @@ class LibvirtConnTestCase(test.NoDBTestCase,
def test_parse_block_migration_flags_default(self):
self._do_test_parse_migration_flags(
bm_expected=(libvirt_driver.libvirt.VIR_MIGRATE_UNDEFINE_SOURCE |
libvirt_driver.libvirt.VIR_MIGRATE_PERSIST_DEST |
libvirt_driver.libvirt.VIR_MIGRATE_PERSIST_DEST |
libvirt_driver.libvirt.VIR_MIGRATE_PEER2PEER |
libvirt_driver.libvirt.VIR_MIGRATE_LIVE |