Skip to content

Commit

Permalink
adjusting oscap tests for rhel10
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk committed Dec 3, 2024
1 parent 5e0029d commit 68d36a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/foreman/longrun/test_oscap.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,25 @@
from robottelo.logging import logger

ak_name = {
'rhel10': f'ak_{gen_string("alpha")}_rhel10',
'rhel9': f'ak_{gen_string("alpha")}_rhel9',
'rhel8': f'ak_{gen_string("alpha")}_rhel8',
'rhel7': f'ak_{gen_string("alpha")}_rhel7',
}
cv_name = {
'rhel10': f'cv_{gen_string("alpha")}_rhel10',
'rhel9': f'cv_{gen_string("alpha")}_rhel9',
'rhel8': f'cv_{gen_string("alpha")}_rhel8',
'rhel7': f'cv_{gen_string("alpha")}_rhel7',
}
profiles = {
'rhel10': OSCAP_PROFILE['cbrhel10'],
'rhel9': OSCAP_PROFILE['cbrhel9'],
'rhel8': OSCAP_PROFILE['ospp8'],
'rhel7': OSCAP_PROFILE['security7'],
}
rhel_repos = {
'rhel10': settings.repos.rhel10_os,
'rhel9': settings.repos.rhel9_os,
'rhel8': settings.repos.rhel8_os,
'rhel7': settings.repos.rhel7_os,
Expand Down

0 comments on commit 68d36a0

Please sign in to comment.