Skip to content

Commit 5e7870a

Browse files
cescginaopenshift-merge-bot[bot]
authored andcommitted
Skip volume_migration to avoid failures in check
Patch [1] adds tests for volume migrations using the zone migration strategy. The test can't configure a wait until the storage model is updated and thus often fails because it's missing some volume as shown in [2]. Until we have Cinder notifications enabled, which solves the problem upstream, skip the test so it does not run and thus unblocks merging the upstream tempest-plugin patch. [1] https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/954625 [2] #217
1 parent 8878050 commit 5e7870a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ci/tests/watcher-tempest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ cifmw_test_operator_tempest_include_list: |
3232
# from watcher-tempest-plugin by openstack release 2024.2 eol.
3333
# TODO(amoralej): Disable test_execute_zone_migration_without_destination_host until
3434
# https://review.opendev.org/c/openstack/watcher/+/951535 is merged
35+
# TODO(jgilaber): Disable volume_migration tests until we have support for
36+
# cinder notifications
3537
cifmw_test_operator_tempest_exclude_list: |
3638
watcher_tempest_plugin.*client_functional.*
3739
watcher_tempest_plugin.tests.scenario.test_execute_strategies.TestExecuteStrategies.test_execute_storage_capacity_balance_strategy
3840
watcher_tempest_plugin.*\[.*\breal_load\b.*\].*
3941
watcher_tempest_plugin.tests.scenario.test_execute_zone_migration.TestExecuteZoneMigrationStrategy.test_execute_zone_migration_without_destination_host
40-
42+
watcher_tempest_plugin.*\[.*\bvolume_migration\b.*\].*
4143
# Tempest images cases
4244
# content_provider_os_registry_url is not null, It means an opendev depends-on is used
4345
# in the change. In this case, tempest image url should be content_provider_os_registry_url

0 commit comments

Comments
 (0)