Add initial RHEL OSCI gating test
Resolves: RHEL-32194 Signed-off-by: German Maglione <gmaglione@redhat.com>
This commit is contained in:
parent
9088584d5a
commit
0487b52a25
6
gating.yaml
Normal file
6
gating.yaml
Normal 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
12
tests/tests.yml
Normal 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
|
3
tests/virtiofsd_printcaps.sh
Normal file
3
tests/virtiofsd_printcaps.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
/usr/libexec/virtiofsd --print-capabilities
|
Loading…
Reference in New Issue
Block a user