Matthieu Baerts
45759a8715
selftests: mptcp: display warnings on one line
...
Before we had this in case of SYN retransmissions:
(...)
# ns4 MPTCP -> ns2 (10.0.1.2:10034 ) MPTCP (duration 1201ms) [ OK ]
# ns4 MPTCP -> ns2 (dead:beef:1::2:10035) MPTCP (duration 1242ms) [ OK ]
# ns4 MPTCP -> ns2 (10.0.2.1:10036 ) MPTCP ns2-60143c00-cDZWo4 SYNRX: MPTCP -> MPTCP: expect 11, got
# 13
# (duration 6221ms) [ OK ]
# ns4 MPTCP -> ns2 (dead:beef:2::1:10037) MPTCP (duration 1427ms) [ OK ]
# ns4 MPTCP -> ns3 (10.0.2.2:10038 ) MPTCP (duration 881ms) [ OK ]
(...)
Now we have:
(...)
# ns4 MPTCP -> ns2 (10.0.1.2:10034 ) MPTCP (duration 1201ms) [ OK ]
# ns4 MPTCP -> ns2 (dead:beef:1::2:10035) MPTCP (duration 1242ms) [ OK ]
# ns4 MPTCP -> ns2 (10.0.2.1:10036 ) MPTCP (duration 6221ms) [ OK ] WARN: SYNRX: expect 11, got 13
# ns4 MPTCP -> ns2 (dead:beef:2::1:10037) MPTCP (duration 1427ms) [ OK ]
# ns4 MPTCP -> ns3 (10.0.2.2:10038 ) MPTCP (duration 881ms) [ OK ]
(...)
So we put everything on one line, keep the durations and "OK" aligned
and removed duplicated info to short the warning.
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-02-12 16:20:34 -08:00
..
2020-12-24 09:24:20 -03:00
2021-01-14 10:32:20 -05:00
2021-01-13 19:11:14 -08:00
2020-12-17 14:37:24 -03:00
2020-09-01 19:38:33 -06:00
2020-12-08 10:53:58 -07:00
2021-01-18 10:05:35 +01:00
2020-08-22 10:53:12 +01:00
2021-02-04 09:29:57 -08:00
2020-09-21 07:50:58 -06:00
2020-12-11 19:18:51 -05:00
2021-01-28 17:09:31 -08:00
2020-11-06 17:25:17 -08:00
2021-01-21 15:49:58 -06:00
2021-01-21 17:25:33 -03:00
2021-02-03 11:58:19 +01:00
2020-11-11 12:18:22 -08:00
2021-02-12 16:20:34 -08:00
2020-08-19 14:11:44 +02:00
2020-12-18 16:14:30 -05:00
2020-09-04 12:46:06 +01:00