Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark some scenarios as specific to SCE #12052

Merged
merged 2 commits into from
Jun 10, 2024

Commits on Jun 7, 2024

  1. Mark some scenarios as specific to SCE

    We introduce a new test scenarios header `check` that allows
    to mark test scenarios as specific to a single check engine
    type. For example, adding header `check = sce` to a test scenario
    marks this test scenario as specific only to SCE. If SCE check
    isn't available, such scenario will be skipped. If the `check`
    header isn't specified in a test scenario, the test scenario
    will work with any check type.
    
    Fixes: ComplianceAsCode#12030
    jan-cerny committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    71f97c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Test if SCE is supported by OpenSCAP

    For SCE test scenarios we will check if SCE is supported by
    OpenSCAP installed in the testing back end. If OpenSCAP on the
    back end doesn't support SCE we will display a warning and skip
    the tests.
    
    SCE support will be verified only once, during the back end
    initialization.
    jan-cerny committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6602496 View commit details
    Browse the repository at this point in the history