commit | 0084efb63e33e7f6b59fbebb770e912b6179cfa4 | [log] [tgz] |
---|---|---|
author | Aleksandr Pashkovskyi <opashkovskyi@mirantis.com> | Tue Oct 03 11:15:31 2023 +0300 |
committer | Oleksandr Pashkovskyi <opashkovskyi@mirantis.com> | Fri Oct 06 08:07:30 2023 +0000 |
tree | e069fba681a5aec70ff99cfbeb40a2109f3212ce | |
parent | e144f17c20a42897056cd6ef02dcf922e31a9c36 [diff] |
Fix block_migration parameter in function live_migration for _live_migrate_server in test_network_basic_ops Related-prod: PRODX-35782 Change-Id: I24cd3982ec388ab5bc9850829c22aa03292dd99d
diff --git a/tempest/scenario/test_network_basic_ops.py b/tempest/scenario/test_network_basic_ops.py index 90d249f..474db75 100644 --- a/tempest/scenario/test_network_basic_ops.py +++ b/tempest/scenario/test_network_basic_ops.py
@@ -403,7 +403,7 @@ self.os_adm.servers_client.live_migrate_server( server_id=server['id'], - block_migration=False, + block_migration=True, host=host_id) waiters.wait_for_server_status(