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/libtirpc.spec b/libtirpc.spec index 120eb2a..a330c77 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -2,7 +2,7 @@ Name: libtirpc Version: 1.3.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Transport Independent RPC Library License: SISSL and BSD URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary @@ -128,6 +128,9 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %{_mandir}/*/* %changelog +* Mon Feb 19 2024 Pavel Reichl - 1.3.3-4 +- Add gating tests (rhel-7883) + * Tue Jan 2 2024 Steve Dickson - 1.3.3-3 - Null pointers so they are not used again (RHEL-11371) diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..93c87bd --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,17 @@ +--- +# 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/rpcbind/services/systemd/rpcbind/main.sh + - tests/function/nfs-mount-options-all/main.sh + required_packages: + - nfs-utils + - redhat-lsb-core # lsb_release is needed by tests