Lines Matching refs:tst_res_
92 tst_res_() function
126 tst_res_ TINFO "using not default LTP netns: '$LTP_NETNS'"
176 tst_res_ TWARN "tst_rhost_run: command not defined"
241 tst_res_ TWARN "tst_net_run: command not defined"
251 [ $lret -ne 0 ] && tst_res_ TWARN "tst_net_run: lhost command failed: $lret"
252 [ $rret -ne 0 ] && tst_res_ TWARN "tst_net_run: rhost command failed: $rret"
263 tst_res_ TPASS "$* passed as expected"
265 tst_res_ TFAIL "$* failed unexpectedly"
273 tst_res_ TPASS "$* failed as expected"
275 tst_res_ TFAIL "$* passed unexpectedly"
493 tst_res_ TINFO "initialize '$type' '$iface' interface"
557 [ "$quiet" ] || tst_res_ TINFO "$action local addr $addr"
562 [ "$quiet" ] || tst_res_ TINFO "$action remote addr $addr"
614 tst_res_ TINFO "wait for IPv6 DAD completion $((i / 10))/5 sec"
691 tst_res_ TINFO "run server 'netstress $s_opts'"
703 tst_res_ TINFO "run client 'netstress -l $c_opts'"
709 tst_res_ TPASS "netstress failed as expected"
711 tst_res_ TFAIL "expected '$expect_res' but ret: '$ret'"
724 tst_res_ TWARN "netstress has warnings"
733 tst_res_ TPASS "netstress passed, time spent '$(cat $rfile)' ms"
764 tst_res_ TPASS "$msg $size: pass"
766 tst_res_ TFAIL "$msg $size: fail"
805 tst_res_ TPASS "'ns-icmpv${TST_IPVER}_sender -s $size $opts' pass"
807 tst_res_ TFAIL "'ns-icmpv${TST_IPVER}_sender -s $size $opts' fail"
892 tst_res_ TINFO "Network config (local -- remote):"
893 tst_res_ TINFO "$LHOST_IFACES -- $RHOST_IFACES"
894 tst_res_ TINFO "$IPV4_LHOST/$IPV4_LPREFIX -- $IPV4_RHOST/$IPV4_RPREFIX"
895 tst_res_ TINFO "$IPV6_LHOST/$IPV6_LPREFIX -- $IPV6_RHOST/$IPV6_RPREFIX"
951 …tst_res_ TINFO "ping6 binary/symlink is missing, using workaround. Please, report missing ping6 to…