robottelo
robottelo copied to clipboard
Robottelo is a test suite that exercises The Foreman.
Tests failures due to trying to promote a content view version out of sequential order. Adding functionality to test on multiple hosts, and adding pytest fixture to tests due to...
Adding Closed loop for BZ#2250397 covering host registration with custom facts
Customer Case/CV Eval Automation for https://bugzilla.redhat.com/show_bug.cgi?id=2141421 Also includes a new CLI endpoint "hammer content-view list" to support it.
### Problem Statement ### Solution ### Related Issues
Adding a test case to cover BZ1964539 Satellite and any of it's dependencies should not require package nmap-ncat. The test is parametrized, so it can be easily extended to test...
### This PR just addresses a few changes from the component eval - adds a case for insights client registration via HTTP proxy - removes old stub covered in foreman-maintain...
### Problem Statement Rex jobs killed after 10 minutes ### Solution https://github.com/theforeman/foreman-tasks/pull/746 This PR runs a longer job to verify ^, unfortunately there is no reproduction shortcut that we could...
The Tools repository was removed and is not longer in the recommended repo list. Switching the repository check to use the Utils and Capsule repositories instead
Test for following BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2164997 Also adds the associated CLI endpoint to enable the test. trigger: test-robottelo pytest: tests/foreman/cli/test_repositories.py -k 'test_positive_reclaim_space'
### Problem Statement Many tests were failing in the UI due to several issues including outdated code, old non-sca fixtures, and more. The associated issues were addressed and now passing...