diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci_tests.fmf b/ci_tests.fmf new file mode 100644 index 0000000..31be9a5 --- /dev/null +++ b/ci_tests.fmf @@ -0,0 +1,12 @@ +/e2e: + plan: + import: + url: https://github.com/RedHat-SP-Security/usbguard-plans.git + name: /generic/e2e_ci + +/rpmverify: + plan: + import: + url: https://github.com/RedHat-SP-Security/usbguard-plans.git + name: /generic/rpmverify + diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4ca9235 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 294bc61..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -# Test to run in classic context -- hosts: localhost - roles: - - role: standard-test-beakerlib - tags: - - classic - repositories: - - repo: "https://github.com/RedHat-SP-Security/tests" - dest: "tests" - fmf_filter: "component: usbguard" - required_packages: - - beakerlib-libraries