Enable gating & add gating test

Resolves: RHEL-52185
This commit is contained in:
Pavel Simovec 2024-10-02 10:58:10 +02:00
parent 33f9c83c72
commit 336d0d179e
3 changed files with 30 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

22
plans/main.fmf Normal file
View File

@ -0,0 +1,22 @@
discover:
- name: usbutils-smoke-tests
how: shell
tests:
- name: lsusb-command-test
test: lsusb
require:
- usbutils
duration: 1m
- name: usb-devices-command-test
test: usb-devices
require:
- usbutils
duration: 1m
- name: usbhid-dump-command-test
test: usbhid-dump --help
require:
- usbutils
duration: 1m
execute:
how: tmt