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 Jul 1, 2024
1 parent 743e840 commit a406629
Show file tree
Hide file tree
Showing 2 changed files with 345 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))
Loading

0 comments on commit a406629

Please sign in to comment.