From 46b837709bd6f30a1684cb4b3a86a853873941f5 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Fri, 16 Feb 2024 15:22:50 +0100 Subject: [PATCH] Fix gating (RHEL-25837) Git protocol in now unsupported on distgit; hence, switching to https. Gating test relies on STI, which is currently discouraged and losing support in favor of TMT. Strangely, this necessitates providing the complete path to the executed script instead of utilizing the default run.sh. Resolves: RHEL-25837 Signed-off-by: Pavel Reichl --- nfs-utils.spec | 7 +++++-- tests/tests.yml | 13 ++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 10aeea9..e8e6c73 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser Name: nfs-utils URL: http://linux-nfs.org/ Version: 2.5.4 -Release: 23%{?dist} +Release: 24%{?dist} Epoch: 1 # group all 32bit related archs @@ -499,7 +499,10 @@ fi %{_mandir}/*/nfsiostat.8.gz %changelog -* Tus Feb 6 2024 Steve Dickson 2.5.4-23 +* Fri Feb 16 2024 Pavel Reichl - 2.5.4-24 +- Fix gating (RHEL-25837) + +* Tue Feb 6 2024 Steve Dickson 2.5.4-23 - Typos and documentation fixes (RHEL-22654) - blkmapd: fix coredump in bl_add_disk (RHEL-7941) - rpcdebug: avoid buffer underflow (RHEL-7931) diff --git a/tests/tests.yml b/tests/tests.yml index 2bd4ee7..d41e81a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -7,15 +7,14 @@ tags: - classic repositories: - - repo: "git://pkgs.devel.redhat.com/tests/nfs-utils" + - repo: "https://pkgs.devel.redhat.com/git/tests/nfs-utils" dest: "tests" - version: "6f3c1af32931edef9c0a2829a570156ec3ba94d6" tests: - - tests/commands/utils/umount - - tests/commands/utils/exportfs - - tests/commands/utils/mount - - tests/services/systemd/nfs - - tests/function/nfs-mount-options-all + - tests/commands/utils/umount/main.sh + - tests/commands/utils/exportfs/main.sh + - tests/commands/utils/mount/main.sh + - tests/services/systemd/nfs/main.sh + - tests/function/nfs-mount-options-all/main.sh required_packages: - nfs-utils - redhat-lsb-core # lsb_release is needed by tests