Add gating test for oracleasm
Resolves: #2228579 Signed-off-by: Ziqian SUN (Zamir) <zsun@redhat.com> Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
This commit is contained in:
parent
8fb3895357
commit
d2e751cad4
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
14
tests/tests.yml
Normal file
14
tests/tests.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-beakerlib
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
repositories:
|
||||||
|
- repo: "git://pkgs.devel.redhat.com/tests/oracleasm"
|
||||||
|
dest: "oracleasm"
|
||||||
|
tests:
|
||||||
|
- oracleasm/sanity:
|
||||||
|
dir: oracleasm/sanity
|
||||||
|
run: ./runtest.sh
|
||||||
|
required_packages:
|
||||||
|
- kmod-redhat-oracleasm
|
Loading…
Reference in New Issue
Block a user