wireguard-tools: Enabled gating test in tmt for rhel9

Resolves: RHEL-137806

Signed-off-by: Jian Liu <jianliu@redhat.com>
This commit is contained in:
Jian Liu 2025-12-29 10:46:57 +08:00
parent 3c4a123994
commit 9b02b81075
4 changed files with 20 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

5
plan.fmf Normal file
View File

@ -0,0 +1,5 @@
summary: Basic smoke test
discover:
how: fmf
execute:
how: tmt

8
tests/main.fmf Normal file
View File

@ -0,0 +1,8 @@
summary: wireguard-tools for selftests
test: ./netns.sh
framework: shell
require:
- iperf3
- iproute
- iptables
- nmap-ncat

View File

@ -1,6 +1,6 @@
Name: wireguard-tools
Version: 1.0.20210914
Release: 3%{?dist}
Release: 4%{?dist}
URL: https://www.wireguard.com/
Summary: Fast, modern, secure VPN tunnel
License: GPL-2.0-only
@ -51,6 +51,11 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src
%{_mandir}/man8/wg-quick.8*
%changelog
* Mon Dec 29 2025 Jian Liu <jianliu@redhat.com> - 1.0.20210914-4
- Enable gating test in tmt (RHEL-137806)
Resolves: RHEL-137806
* Fri Aug 11 2023 Hangbin Liu <haliu@redhat.com> - 1.0.20210914-3
- Convert spec license tag to SPDX format (RHELMISC-1353)