You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The global fixture temp_appliance_preconfig_modscope is used in the following files:
cfme/tests/cli/test_appliance_cli.py
test_appliance_console_cli_timezone
cfme/tests/cli/test_appliance_console.py
test_appliance_console_set_timezone
test_appliance_console_network_conf_negative
test_appliance_console_shutdown
test_appliance_console_static_ip_negative
The global fixture temp_appliance_preconfig_clsscope was changed, but I didn't find where it's used.
The global fixture temp_appliance_preconfig_funcscope is used in the following files:
The global fixture temp_appliance_preconfig_funcscope_rhevm was changed, but I didn't find where it's used.
The global fixture temp_appliance_unconfig_modscope was changed, but I didn't find where it's used.
The global fixture temp_appliance_unconfig_clsscope was changed, but I didn't find where it's used.
The global fixture temp_appliance_unconfig_funcscope is used in the following files:
cfme/tests/cli/test_appliance_cli.py
cfme/tests/cli/test_appliance_console.py
test_appliance_console_external_db
The global fixture temp_appliance_unconfig_funcscope_rhevm is used in the following files:
cfme/tests/test_db_migrate.py
temp_appliance_global_region
The global fixture temp_appliances_unconfig_modscope was changed, but I didn't find where it's used.
The global fixture temp_appliances_unconfig_funcscope_rhevm is used in the following files:
The global fixture temp_appliances_unconfig_clsscope was changed, but I didn't find where it's used.
The global fixture temp_appliances_unconfig_funcscope was changed, but I didn't find where it's used.
The global fixture unconfigured_appliance is used in the following files:
cfme/tests/cli/test_appliance_cli.py
test_appliance_console_cli_internal_fetch_key
test_appliance_console_cli_extend_storage
test_appliance_console_cli_extend_log_storage
test_appliance_console_cli_configure_dedicated_db
cfme/tests/cli/test_appliance_console.py
test_appliance_console_internal_db
test_appliance_console_dedicated_db
test_appliance_console_extend_storage
test_appliance_console_dhcp
test_appliance_console_static_ipv4
test_appliance_console_static_ipv6
test_appliance_overwrite_ssl_ipa
cfme/tests/test_replication.py
setup_replication
test_replication_appliance_set_type_global_ui
The global fixture unconfigured_appliance_secondary is used in the following files:
cfme/tests/cli/test_appliance_cli.py
cfme/tests/cli/test_appliance_console.py
The global fixture configured_appliance is used in the following files:
The global fixture appliance_preupdate was changed, but I didn't find where it's used.
The global fixture multiple_preupdate_appliances was changed, but I didn't find where it's used.
The global fixture ha_multiple_preupdate_appliances was changed, but I didn't find where it's used.
Please, consider creating a PRT run to make sure your fixture changes do not break existing usage 😃
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
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.
Purpose or Intent
Enhancement of type annotations will help to discover type errors and write the code with autocompleting editor.
Also, some typos were corrected.