robottelo
robottelo copied to clipboard
Robottelo is a test suite that exercises The Foreman.
First PR for 6.16 Podman work, will eventually encapsulate both pushing and pulling images through Satellite. Definitely curious for feedback here, as I'm sure there are better ways to be...
### Problem Statement Many hosts for Errata-UI, use a fixture [`registered_contenthost` (@L223)](https://github.com/SatelliteQE/robottelo/blob/56441e096da498084b3831ac72c98faeb363a5a1/tests/foreman/ui/test_errata.py#L223), which registers a `rhel_contenthost` fixture. In parameterized sessions, the `registered_contenthost` can fail if preexisting content is present, so...
### Problem Statement Nested inheritance of hostgroup is not honored for LCE & CV. (https://bugzilla.redhat.com/2266432) ### Solution Include a nested hostgroup in existing test `tests/foreman/api/test_host.py::test_positive_create_inherit_lce_cv`.
Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/15044 ### Problem Statement We have pre-conversion check for convert2rhel but missing automation for it. ### Solution Added pre-convesion check. ### Related Issues
Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/15044 ### Problem Statement We have pre-conversion check for convert2rhel but missing automation for it. ### Solution Added pre-convesion check. ### Related Issues
### Problem Statement We need case insensitive test collection component-wise ### Solution Added marker for component-wise test collection result: pytest tests/foreman/ --component auditlog collected 5434 items / 5426 deselected /...
Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/15035 ### Problem Statement Missing coverage for BZ:1931489, where we verified timeout to kill/execution_timeout_interval setting is honored by long running ansible-playbook job ### Solution Add test coverage...
### Problem Statement when checking the pid right after ncat startup it could happen that no pid was found despite ncat being started ### Solution polling the ncat pid ###...
As part of CV Eval, it's time to clean up this old test file - these tests haven't passed in several versions, as this whole set of screens has been...
Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/14977 ### Problem Statement The "Export" button in "All Hosts" page does not exports the visible columns as expected. (https://bugzilla.redhat.com/show_bug.cgi?id=2167146) ### Solution New test for exporting only...