This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
[1LP][RFR] Move distributed and replicated appliance configuration to fixtures #10000
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The configuration of database replication (global/remote appliances) or distributed (primary/secondary) appliances in cfme/tests/distributed/test_appliance_replication.py has been moved to the replicated_appliances and distributed_appliances fixtures in cfme/fixtures/cli.py.
The existing fixture replicated_appliances_with_providers has uses the new fixture replicated_appliances, and the new fixtures replicated_appliances_preupdate and replicated_appliances_preupdate_with_providers have been added for use by test_appliance_console_restore_db_replicated.
{{ pytest: --long-running -k 'test_appliance_replicate_between_regions or test_external_database_appliance or test_appliance_console_restore_db_replicated or test_update_replicated_webui' cfme/tests/distributed/test_appliance_replication.py cfme/tests/cli/test_appliance_console_db_restore.py cfme/tests/cli/test_appliance_update.py -vv }}