From 4d12e7927618ceb3e2aa8ef8c2c61ce2e59b8770 Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Mon, 21 Apr 2025 10:12:32 +0200 Subject: [PATCH] test_qos_after_live_migration creates VMs on different computes test_qos_after_live_migration is skipped unless the environment has more than one compute available. The two created VMs should be spawned on different computes. Change-Id: I5f496d12aaff87aeb30ba226bfb52b1dc1479aa7 --- whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py b/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py index 7f4b829..bd8df3a 100644 --- a/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py +++ b/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py @@ -919,7 +919,7 @@ class QosTestCommon(QosBaseTest): @decorators.attr(type='slow') def test_qos_after_live_migration(self): src_server, dst_server = ( - self._create_vms_by_topology(different_host=False)) + self._create_vms_by_topology()) self._test_qos_after_migration( src_server, dst_server, migration_method='live-migration')