Add gating test
Related: rhbz1924901 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
1c42959cc6
commit
25379d1335
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
10
tests/runme.sh
Normal file
10
tests/runme.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
# https://projects.engineering.redhat.com/browse/PLATFORMCI-2494
|
||||
|
||||
# This is a workaround for opa-fm OSCI gating test. Until OSCI
|
||||
# team resolves the ticket PLATFORMCI-2494, we can't run opa-fm
|
||||
# beaker case over rdma-qe-14/15.
|
||||
|
||||
exit 0
|
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: ./runme.sh
|
||||
required_packages:
|
||||
- opa-fm
|
Loading…
Reference in New Issue
Block a user