robottelo
robottelo copied to clipboard
Robottelo is a test suite that exercises The Foreman.
Replace entities with sat object.
## This is a tracking issue for robottelo setup on Python 3.11 ### Missing system packages __libxslt-devel__ - required by *libxml2* package __cmake__ - required by ssh2-python ### Blocking issues...
I have implemented tests for satellite clone. Fixture that provides suitable RHEL for sat (6 cores, 20 GiB) to be installed to has been added too because none of the...
Automation coverage for https://bugzilla.redhat.com/show_bug.cgi?id=1973329. I still need to add `rhel8_baseos` as another repo to the test case, but the implementation is a bit tricky. If I can't figure it out,...
This PR adds test scenario for discovering yum and docker type repo with Http proxy set in Satellite settings. Test result: ``` pytest tests/foreman/api/test_http_proxy.py ============================= test session starts ============================== collected...
Replace UI `create_fake_host` to CLI `make_fake_host`
Depends on: SatelliteQE/airgun/pull/742
Proposed changes: - moved the setup to the fixture completely - added `--membership-software=samba` in enroll_ad fixture - added changes in sssd.conf and auth_gssapi.conf per other discussion with DEVs