[LTP] [PATCH 1/1] ipneigh01: Replace TCONF error message with TINFO
Alexey Kodanev
alexey.kodanev@oracle.com
Fri May 4 16:18:50 CEST 2018
On 03.05.2018 14:36, Anton Smorodskyi wrote:
> When test case catch that arp command not support ipv6
> it is more appropriate to send this as TINFO message
Hi Anton,
And why it is more appropriate? TCONF is not an error message.
> @@ -76,7 +76,7 @@ rhost=$(tst_ipaddr rhost)
> if [ -z "$TST_IPV6" ]; then
> do_test "arp -a" "arp -d $rhost"
> else
> - tst_resm TCONF "'arp cmd doesn't support IPv6, skipping test-case"
> + tst_resm TINFO "'arp cmd doesn't support IPv6, skipping test-case"
> fi
TCONF here, only to make sure that the test results are consistent with
'TST_TOTAL=2', regardless whether we use '-6' option or not.
More information about the ltp
mailing list