Add gating tests
Resolves: RHEL-7883 Signed-off-by: Pavel Reichl <preichl@redhat.com>
This commit is contained in:
parent
913c2bdbb8
commit
5ff54342fc
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
@ -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 <preichl@redhat.com> - 1.3.3-4
|
||||
- Add gating tests (rhel-7883)
|
||||
|
||||
* Tue Jan 2 2024 Steve Dickson <steved@redhat.com> - 1.3.3-3
|
||||
- Null pointers so they are not used again (RHEL-11371)
|
||||
|
||||
|
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user