robottelo
robottelo copied to clipboard
Updates for CV component eval
Problem Statement
CV component eval proposes several changes to be done for content view tests.
Solution
This PR addresses some of them, mostly merges and some minor modifications. In particular:
-
test_positive_remove_cv_version_from_env
is merged withtest_positive_remove_cv_version_from_multi_env
-
test_positive_promote_with_docker_repo_composite
is merged withtest_positive_promote_multiple_with_docker_repo_composite
-
test_positive_add_custom_repo_by_name
is parametrized for adding repo byid
and incorrect BZ reference is removed -
test_negative_update_with_name
another test case where incorrect BZ reference is removed -
test_positive_arbitrary_file_sync_over_capsule
is removed since it is already implemented in test_positive_sync_file_repo -
test_positive_restart_dynflow_publish
andtest_positive_restart_dynflow_promote
are removed since they represent obsolete workflows nowadays
PRT test Cases example
trigger: test-robottelo pytest: tests/foreman/cli/test_contentview.py -k 'test_positive_add_custom_repo_by or test_positive_remove_cv_version_from_multi_env and not capsule'