Add initial RHEL OSCI gating test

Resolves: RHEL-32194

Signed-off-by: German Maglione <gmaglione@redhat.com>
This commit is contained in:
German Maglione 2024-04-25 14:38:31 +02:00
parent 9088584d5a
commit 0487b52a25
3 changed files with 21 additions and 0 deletions

6
gating.yaml Normal file
View File

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

12
tests/tests.yml Normal file
View File

@ -0,0 +1,12 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
remote_user: root
tests:
- virtiofsd_printcaps:
dir: .
run: ./virtiofsd_printcaps.sh
required_packages:
- virtiofsd

View File

@ -0,0 +1,3 @@
#!/bin/bash -ex
/usr/libexec/virtiofsd --print-capabilities