Skip to content

Commit

Permalink
oscap longrun tests parametrized for client rhel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk committed Jun 27, 2024
1 parent 743e840 commit 21a5415
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 207 deletions.
6 changes: 6 additions & 0 deletions robottelo/cli/scapcontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ class Scapcontent(Base):
"""Manipulates Satellite's scap-content."""

command_base = 'scap-content'

@classmethod
def bulk_upload(cls, options=None):
"""Delete assignment sync plan and product."""
cls.command_sub = 'bulk-upload'
return cls.execute(cls._construct_command(options))
2 changes: 1 addition & 1 deletion robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@
'cbrhel6': 'PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 6',
'cbrhel7': 'PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 7',
'cbrhel8': 'PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 8',
'cbrhel9': 'PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 9',
'cbrhel9': 'PCI-DSS v4.0 Control Baseline for Red Hat Enterprise Linux 9',
'ppgpo': 'Protection Profile for General Purpose Operating Systems',
'acscee': 'Australian Cyber Security Centre (ACSC) Essential Eight',
'ospp7': 'OSPP - Protection Profile for General Purpose Operating Systems v4.2.1',
Expand Down
Loading

0 comments on commit 21a5415

Please sign in to comment.