add smoke tests
Related: RHEL-29176
This commit is contained in:
parent
53d190a3ea
commit
e31ba7c198
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
5
mtr.spec
5
mtr.spec
@ -3,7 +3,7 @@
|
||||
Summary: Network diagnostic tool combining 'traceroute' and 'ping'
|
||||
Name: mtr
|
||||
Version: 0.94
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Epoch: 2
|
||||
License: GPLv2
|
||||
URL: https://www.bitwizard.nl/mtr/
|
||||
@ -80,6 +80,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
||||
%{_datadir}/applications/net-x%{name}.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Apr 22 2024 Lukas Nykryn <lnykryn@redhat.com> - 2:0.94-6
|
||||
- add smoke test
|
||||
|
||||
* Mon Apr 22 2024 Lukas Nykryn <lnykryn@redhat.com> - 2:0.94-5
|
||||
- Change UDP and ICMP sockets binding to accept a source IP from the -a CLI option
|
||||
|
||||
|
||||
4
plans/example.fmf
Normal file
4
plans/example.fmf
Normal file
@ -0,0 +1,4 @@
|
||||
summary: Basic smoke test
|
||||
execute:
|
||||
how: tmt
|
||||
script: mtr --version
|
||||
Loading…
Reference in New Issue
Block a user