From: Vincent Bernat Date: Thu, 4 Feb 2016 19:03:20 +0000 (+0100) Subject: tests: execute rtmon to keep a trace of netlink messages X-Git-Tag: 0.9.1~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9bec94dbb424b8c9e6fb87b3cf472d3e016e083;p=thirdparty%2Flldpd.git tests: execute rtmon to keep a trace of netlink messages --- diff --git a/tests/integration-tests.in b/tests/integration-tests.in index a5eb0d96..801da40b 100755 --- a/tests/integration-tests.in +++ b/tests/integration-tests.in @@ -443,6 +443,7 @@ case $$,$STATE in ip -6 addr add 2001:db8::cafe:17/64 dev iface1 ;; esac + rtmon file /mnt/lab/tests/${uts}.rtmon & process_commands 2>&1 | tee /mnt/lab/tests/${uts}.output ;; @@ -486,7 +487,7 @@ case $$,$STATE in -e 's/^\( Firmware Revision: \).*/\1/' \ R1.output > R1.output.redacted diff -u @srcdir@/R1.expected R1.output.redacted || \ - log_warn_msg "Unexpected differences" + log_error_msg "Unexpected differences" log_info_msg "End of tests" ;;