robottelo icon indicating copy to clipboard operation
robottelo copied to clipboard

RHEL10 Support, test in Errata e2e parametrized content host.

Open damoore044 opened this issue 3 months ago • 7 comments

Problem Statement

Collection using regex considers a two-digit number like 10, to be two ints, 1 and 0 Result: adding rhel10, test parametrization of [^6] or others used before, ignores rhel10 unless passed explicitly. Relates to SatelliteJenkins MR 1529

Pass the rhel_ver_match marker a string to collect rhel8, 9, and 10. @pytest.marker.rhel_ver_match('8|9|10') also works

PRT

trigger: test-robottelo
pytest: tests/foreman/ui/test_errata.py::test_end_to_end[rhel10-ipv4-registered_contenthost0]
satqe-jenkins: 1529

damoore044 avatar Oct 28 '24 15:10 damoore044