-
Notifications
You must be signed in to change notification settings - Fork 26
Enable zone migration extra tests in tempest configuration #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Enable zone migration extra tests in tempest configuration #319
Conversation
Add tempest configuration options to enable zone migration extra tests and storage tests. These options are required to run the full suite of zone migration tests introduced in the watcher tempest plugin. The configuration enables: - optimize.run_zone_migration_extra_tests: Runs additional zone migration test scenarios - optimize.run_zone_migration_storage_tests: Enables storage migration tests for zone migration This change aligns with the tempest plugin updates that added support for these test scenarios. Related-Change: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/969244 Signed-off-by: jgilaber <jgilaber@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/21f8efdde0364d75a8ffdcb80dd25cea ❌ openstack-meta-content-provider-master FAILURE in 31m 41s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/666a3f6423a44aac96c6b69520569a82 ✔️ openstack-meta-content-provider-master SUCCESS in 2h 41m 27s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/76e1dbd1dc624c58803beabcd5266ec8 ✔️ openstack-meta-content-provider-master SUCCESS in 3h 08m 00s |
|
recheck |
Add tempest configuration options to enable zone migration extra
tests and storage tests. These options are required to run the
full suite of zone migration tests introduced in the watcher
tempest plugin.
The configuration enables:
migration test scenarios
migration tests for zone migration
This change aligns with the tempest plugin updates that added
support for these test scenarios.
Related-Change: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/969244
Signed-off-by: jgilaber jgilaber@redhat.com