From d2e751cad4d33737f0c7f76ce8df5eeb0fd8dc97 Mon Sep 17 00:00:00 2001 From: "Ziqian SUN (Zamir)" Date: Mon, 2 Nov 2020 03:12:44 +0000 Subject: [PATCH] Add gating test for oracleasm Resolves: #2228579 Signed-off-by: Ziqian SUN (Zamir) Signed-off-by: Eugene Syromiatnikov --- gating.yaml | 6 ++++++ tests/tests.yml | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 gating.yaml create mode 100644 tests/tests.yml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..6985029 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..2460a3b --- /dev/null +++ b/tests/tests.yml @@ -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