ManageIQ / integration_tests

ManageIQ integration tests
GNU General Public License v2.0
69 stars 165 forks source link

[RFR] Automate test_service_provision_retire_from_global_region_bundle #10310

Closed tpapaioa closed 4 years ago

tpapaioa commented 4 years ago

This PR automates multi-region service provisioning and retirement for a catalog containing a catalog bundle. The remaining manual test for multi-region service retirement, for catalogs using orchestration templates, is also marked as manualonly, because after internal discussion about the bug described in https://bugzilla.redhat.com/show_bug.cgi?id=1754543 , we decided that the possible workarounds to get orchestration template creation working in automation are not worth the effort.

{{ pytest: -vv --use-provider complete --long-running -k test_service_provision_retire_from_global_region_bundle cfme/tests/services/test_service_catalogs_multi_region.py }}

dajoRH commented 4 years ago

I detected some fixture changes in commit ce8ef8535d7a375638c9e0beef448b2b443859cb

The local fixture remote_catalog_bundle is used in the following files:

Please, consider creating a PRT run to make sure your fixture changes do not break existing usage :smiley: