diff --git a/lib/testmap.py b/lib/testmap.py index e1e7c5a019..50a1017a6e 100644 --- a/lib/testmap.py +++ b/lib/testmap.py @@ -60,6 +60,9 @@ def contexts(image, *scenarios: Iterable[str], repo: Optional[str] = None): 'rhel-7-9', 'centos-7', ], + 'rhel-9.3': [ + *contexts('rhel-9-3', COCKPIT_SCENARIOS), + ], # These can be triggered manually with bots/tests-trigger '_manual': [ 'fedora-rawhide',