Add gating test
Resolves: rhbz1924903 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
4d5752d382
commit
b0ad81d708
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-2495
|
||||||
|
|
||||||
|
# This is a workaround for opa-ff OSCI gating test. Until OSCI
|
||||||
|
# team resolves the ticket PLATFORMCI-2495, we can't run opa-ff
|
||||||
|
# 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