robottelo
robottelo copied to clipboard
Robottelo is a test suite that exercises The Foreman.
Execute pytest the way we do it in the PIT pipeline and verify it installs Satellite on the correct RHEL version. Modify the test/fixtures if needed. If you want to...
Airgun has the possibility to set [browseroptions](https://github.com/SatelliteQE/airgun/blob/master/airgun/browser.py#L139) (at least for chrome). This settings option is not forwarded to [airgun](https://github.com/SatelliteQE/robottelo/blob/master/robottelo/config/__init__.py#L189) This could be fixed by adding ``` 'browseroptions': settings.ui.browseroptions, ``` In...
Can you also run `pre-commit autoupdate; pre-commit run -a` to update the available pre-commit hooks and code changes? #12621 needs to go in first _Originally posted by @Gauravtalreja1 in https://github.com/SatelliteQE/robottelo/pull/12621#discussion_r1327493385_
Do you see this could be moved to / mixed with (atleast for RHEL repos) the https://github.com/SatelliteQE/robottelo/blob/master/robottelo/host_helpers/contenthost_mixins.py#L14 repo related cached properties! Not forcing you to do it in this PR...
## Affected function(s) * remove_katello_ca ## Notes * Global registration script: `KATELLO_SERVER_CA_CERT=/etc/rhsm/ca/katello-server-ca.pem` * Should we also revert the subscription-manager config to the default one in `remove_katello_ca`?
We can ultimately change this to verify if manifest and manifester settings files availability. _Originally posted by @jyejare in https://github.com/SatelliteQE/robottelo/pull/10394#discussion_r1230605059_
PR reference: https://github.com/SatelliteQE/robottelo/pull/11491
The best end to end test for Content Views currently is a UI test, but it's not perfect. This issue is to port that test over to API, and add...
Recently raised PR https://github.com/SatelliteQE/robottelo/pull/11090 introduces a simple test around the Katello-tracer tab in the new Host UI. This is new territory for testing, but doesn't fully exercise the component. This...
We see a lot of the following log messages during `pip install -r requirements.txt.` ``` DEPRECATION: automation-tools is being installed using the legacy 'setup.py install' method, because it does not...