Add gating test

Resolves: rhbz1924903

Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
Honggang Li 2021-07-27 00:26:35 -04:00
parent 4d5752d382
commit b0ad81d708
3 changed files with 27 additions and 0 deletions

6
gating.yaml Normal file
View 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
View 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
View File

@ -0,0 +1,11 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: ./runme.sh
required_packages:
- opa-fm