Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
15
.gitignore
vendored
15
.gitignore
vendored
@ -1 +1,14 @@
|
||||
SOURCES/v1.2.1.tar.gz
|
||||
/iptraf-ng-1.1.0.tar.gz
|
||||
/iptraf-ng-1.1.1.tar.gz
|
||||
/iptraf-ng-1.1.2.rc0.tar.gz
|
||||
/iptraf-ng-1.1.2.tar.gz
|
||||
/iptraf-ng-1.1.3.1.tar.gz
|
||||
/iptraf-ng-1.1.4.tar.gz
|
||||
/0001-fix-segfault-in-adding-interface.patch
|
||||
/iptraf-ng-tmpfiles.conf
|
||||
/iptraf-ng-logrotate.conf
|
||||
/0001-BUGFIX-fix-Floating-point-exception-in-tcplog_flowra.patch
|
||||
/0002-Makefile-add-Werror-format-security.patch
|
||||
/0003-fix-segfault-in-adding-interface.patch
|
||||
/v1.1.4.tar.gz
|
||||
/v1.2.1.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
fc72d2ec4c659d5355cdf1dd9371e64c34749cf1 SOURCES/v1.2.1.tar.gz
|
@ -1,9 +0,0 @@
|
||||
# Logrotate file for iptraf
|
||||
/var/log/iptraf-ng/*.log {
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
rotate 4
|
||||
create 0600 root root
|
||||
}
|
@ -1 +0,0 @@
|
||||
d /run/iptraf-ng 0755 root root -
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional}
|
3
sources
Normal file
3
sources
Normal file
@ -0,0 +1,3 @@
|
||||
SHA512 (iptraf-ng-logrotate.conf) = 47e26527bc3776a8018b02803cfc9b9bc48ef28d6356767d6a2a724b2e6049f1bdb5c96346809ab18f2c82496680aff1d32ee7a107dce40edd32e3fb85ede082
|
||||
SHA512 (iptraf-ng-tmpfiles.conf) = ff9f07ad8989bb172a74ac5f3a7311507dc04add8d4ca7cbc476da345f9bb67bb00445e95be1eb6ae16ddf6b03246700c3d8ad194ce41b6005878690bb3464d4
|
||||
SHA512 (v1.2.1.tar.gz) = 44d36fc92cdbf379f62cb63638663c3ee610225b9c28d60ee55e62e358f398a6b0db281129327b3472e45fb553ee3dd605af09c129f2233f8839ae3dbd799384
|
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 2>&1 | grep 'show this help message'"
|
Loading…
Reference in New Issue
Block a user