add test case
Resolves: 1682317
This commit is contained in:
parent
d0b5e8d2ec
commit
2595dfab30
@ -1,7 +1,7 @@
|
|||||||
Summary: A console-based network monitoring utility
|
Summary: A console-based network monitoring utility
|
||||||
Name: iptraf-ng
|
Name: iptraf-ng
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 21%{?dist}
|
Release: 22%{?dist}
|
||||||
Source0: https://github.com/iptraf-ng/iptraf-ng/archive/v%{version}.tar.gz
|
Source0: https://github.com/iptraf-ng/iptraf-ng/archive/v%{version}.tar.gz
|
||||||
Source1: %{name}-logrotate.conf
|
Source1: %{name}-logrotate.conf
|
||||||
Source2: %{name}-tmpfiles.conf
|
Source2: %{name}-tmpfiles.conf
|
||||||
@ -76,6 +76,10 @@ install -d -m 0755 %{buildroot}/run/%{name}/
|
|||||||
%{_prefix}/lib/tmpfiles.d/%{name}.conf
|
%{_prefix}/lib/tmpfiles.d/%{name}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 11 2019 Phil Cameron <pcameron@redhat.com> - 1.1.4-22
|
||||||
|
- add test case
|
||||||
|
Resolves: 1682317
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-21
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-21
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
9
tests/tests.yml
Normal file
9
tests/tests.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: .
|
||||||
|
run: "iptraf-ng --help"
|
Loading…
Reference in New Issue
Block a user