From a9bec94dbb424b8c9e6fb87b3cf472d3e016e083 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 4 Feb 2016 20:03:20 +0100 Subject: [PATCH] tests: execute rtmon to keep a trace of netlink messages --- tests/integration-tests.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ;; -- 2.39.5