synkd
synkd
This PR will convert all CLI tests that use manifests to obtain those manifests via manifester. Like https://github.com/SatelliteQE/robottelo/pull/10162, my plan is to push one commit for each module that I'm...
This PR will convert all API tests that use manifests to obtain their manifests using manifester. I am planning on pushing one commit per module in an attempt to stay...
**Is your feature request related to a problem? Please describe.** Currently, in a Pytest environment, we preload approximately 40 yaml config files when instantiating a `LazySettings` object for a test...
### Problem Statement The activation key upgrade scenario is currently failing and uses the old upgrade test format. ### Solution Convert the test to the new format using the `shared_resource`...