All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] ipneigh01: Replace TCONF error message with TINFO
@ 2018-05-03 11:36 Anton Smorodskyi
  2018-05-04 14:18 ` Alexey Kodanev
  0 siblings, 1 reply; 6+ messages in thread
From: Anton Smorodskyi @ 2018-05-03 11:36 UTC (permalink / raw)
  To: ltp

When test case catch that arp command not support ipv6
it is more appropriate to send this as TINFO message

Signed-off-by: Anton Smorodskyi <asmorodskyi@suse.com>
---
 testcases/network/tcp_cmds/ipneigh/ipneigh01.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/network/tcp_cmds/ipneigh/ipneigh01.sh b/testcases/network/tcp_cmds/ipneigh/ipneigh01.sh
index 9af3aa31e..24e540dd0 100755
--- a/testcases/network/tcp_cmds/ipneigh/ipneigh01.sh
+++ b/testcases/network/tcp_cmds/ipneigh/ipneigh01.sh
@@ -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
 
 do_test "ip neigh show" "ip neigh del $rhost dev $(tst_iface)"
-- 
2.13.6


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-07 12:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03 11:36 [LTP] [PATCH 1/1] ipneigh01: Replace TCONF error message with TINFO Anton Smorodskyi
2018-05-04 14:18 ` Alexey Kodanev
2018-05-04 14:41   ` Petr Vorel
2018-05-07 11:13     ` Anton Smorodskyi
2018-05-07 12:13       ` Petr Vorel
2018-05-07 12:31       ` Alexey Kodanev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.