add smoke tests

Related: RHEL-29176
This commit is contained in:
Lukas Nykryn 2024-04-22 12:33:12 +02:00
parent 53d190a3ea
commit e31ba7c198
3 changed files with 9 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -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
View File

@ -0,0 +1,4 @@
summary: Basic smoke test
execute:
how: tmt
script: mtr --version