add iptables debug output
This commit is contained in:
parent
2612bccf56
commit
a669c2afc9
2 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ recommend:
|
|||
- ftp
|
||||
- vsftpd
|
||||
- iptables-legacy
|
||||
- iptables
|
||||
duration: 5m
|
||||
enabled: true
|
||||
tag:
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ COMMANDS='ftpcommands'
|
|||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
rlAssertRpm $PACKAGE
|
||||
rpm -qa | grep iptables
|
||||
rpm -ql iptables-legacy
|
||||
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
|
||||
rlRun "pushd $TmpDir"
|
||||
if rlIsRHEL '<7.3'; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue