robottelo
robottelo copied to clipboard
Robottelo is a test suite that exercises The Foreman.
I understand the goal of the helpers refactor and the need to standardize on `robottelo/host_helpers/cli_factory`, but there is enough going on in this PR already that I think this change...
## Problem statement A lot of tests hardcode RHEL versions in the test body. With every RHEL release all tests that work with multiple RHEL versions should be updated in...
### Problem Statement If a UI test is using the new session approach via `target_sat.ui_session()`, the browser window is not closed at the end of the test. Also the screenshot...
### Problem Statement Fix remaining UI errata failures (8-10 in recent CI 6.15.0/stream) - Fixture improvements - Remove some remaining outdated setup/ unusable fixtures - Fix intermittent failures of `test_end_to_end`...
Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/15068 ### Problem Statement Coverage for [BZ#2153523](https://bugzilla.redhat.com/show_bug.cgi?id=2153523) is missing. ### Solution This PR. ### PRT test Cases example trigger: test-robottelo pytest: tests/foreman/cli/test_contentview.py -k pattern
Reporting component eval. Adding cloning to end to end tests, fixing failing tests, and adding new tests for installing errata by search RHSAT6-44110 RHSAT6-44106 RHSAT6-40840 RHSAT6-45564
Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/15084 ### Problem Statement SAT-22530 Uses of `nailgun.entities.${ENTITY}` should be replaced with `${SATELLITE_INSTANCE}.api.${ENTITY}`. ### Solution All fixtures under `pytest_fixtures/` now use nailgun through the satellite instance's `api`...
Test fixes for sca only This work is shared with https://github.com/SatelliteQE/robottelo/pull/15085
Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/15084 ### Problem Statement SAT-22530 Uses of `nailgun.entities.${ENTITY}` should be replaced with `${SATELLITE_INSTANCE}.api.${ENTITY}`. ### Solution All fixtures under `pytest_fixtures/` now use nailgun through the satellite instance's `api`...
Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/15084 ### Problem Statement SAT-22530 Uses of `nailgun.entities.${ENTITY}` should be replaced with `${SATELLITE_INSTANCE}.api.${ENTITY}`. ### Solution All fixtures under `pytest_fixtures/` now use nailgun through the satellite instance's `api`...