summaryrefslogtreecommitdiffstats
path: root/tests/check_klog.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests/check_klog.sh: Try dmesg too, don't let shell terminate scriptStefano Brivio2018-05-301-0/+4
| | | | | | | | | | | | | Some hosts might not use /var/log/kern.log for kernel messages, so if we can't find a match there, try dmesg next. If no matches are found, don't let the shell terminate the script, so that we have a chance to try dmesg and actually echo "no match!" if no matches are found: set +e before the setname loop. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* testsuite: Make sure it can be run over ssh :-)Jozsef Kadlecsik2017-09-231-1/+7
|
* Add new testsuite entries to verify counters and the new type implementationsJozsef Kadlecsik2013-04-091-1/+1
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 5: IPv6 port related and manpage fixes, more testsv5.0-pre4Jozsef Kadlecsik2010-06-251-0/+46
- getting ports for family INET6 fixed - more manpage polishing - tests to check the iptables/ip6tables match and target added