From 198a3a8f1f904f009128b9eccda2aa8e4c8620f9 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 13 Feb 2024 00:05:20 +0100 Subject: [PATCH] Add support for gating Resolves: RHEL-7884 Signed-off-by: Pavel Reichl --- gating.yaml | 6 ++++++ rpcbind.spec | 6 +++++- tests/tests.yml | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) 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..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/rpcbind.spec b/rpcbind.spec index d39647f..8e29155 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -4,7 +4,7 @@ Name: rpcbind Version: 1.2.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Universal Addresses to RPC Program Number Mapper License: BSD URL: https://sourceforge.net/projects/rpcbind/ @@ -125,6 +125,10 @@ fi %attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir} %changelog +* Mon Feb 12 2024 Pavel Reichl - 1.2.6-6 +- Add support for gating +- Related: RHEL-7884 + * Tue Sep 6 2022 Steve Dickson - 1.2.6-5 - Fixed a typo in changelog (bz 2115517) diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..7a9ffa7 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,18 @@ +--- +# Tests that run in classic context +- hosts: localhost + roles: + - role: standard-test-beakerlib + use_beakerlib_libraries: yes + tags: + - classic + repositories: + - repo: "https://pkgs.devel.redhat.com/git/tests/nfs-utils" + dest: "tests" + tests: + - tests/function/nfs-mount-options-all + - tests/rpcbind/rpcinfo_common + - tests/rpcbind/services/systemd/rpcbind + required_packages: + - nfs-utils + - redhat-lsb-core # lsb_release is needed by tests