Skip to content

Commit 2365c9d

Browse files
authored
[Upgrade] Remove migratable_vms from iuo files (#3307)
##### Short description: Since this PR merged, virt team upgrade tests fails because migratable_vms fixture include non-migratable network vms. The current implementation relies on execution order which is wrong. Restoring to the previous state. ##### More details: ##### What this PR does / why we need it: Until https://issues.redhat.com/browse/CNV-75357 will happen & merge, 4.20 & 4.21 upgrade tests fails. It may take few weeks. ##### Which issue(s) this PR fixes: ##### Special notes for reviewer: ##### jira-ticket: https://issues.redhat.com/browse/CNV-75793 Signed-off-by: Harel Meir <hmeir@redhat.com>
1 parent a26e27f commit 2365c9d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/install_upgrade_operators/product_upgrade/test_eus_upgrade.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def test_eus_upgrade_process(
2020
self,
2121
admin_client,
2222
hco_namespace,
23-
migratable_vms,
2423
eus_target_cnv_version,
2524
eus_cnv_upgrade_path,
2625
eus_paused_worker_mcp,

tests/install_upgrade_operators/product_upgrade/test_upgrade.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def test_cnv_upgrade_process(
5050
self,
5151
admin_client,
5252
hco_namespace,
53-
migratable_vms,
5453
cnv_target_version,
5554
cnv_upgrade_stream,
5655
fired_alerts_before_upgrade,
@@ -92,7 +91,6 @@ def test_production_source_cnv_upgrade_process(
9291
self,
9392
admin_client,
9493
hco_namespace,
95-
migratable_vms,
9694
cnv_target_version,
9795
cnv_upgrade_stream,
9896
fired_alerts_before_upgrade,

0 commit comments

Comments
 (0)