Lines Matching refs:tst_res_

84 tst_res_()  function
114 tst_res_ TINFO "using not default LTP netns: '$LTP_NETNS'"
167 tst_res_ TWARN "tst_rhost_run: command not defined"
232 tst_res_ TWARN "tst_net_run: command not defined"
242 [ $lret -ne 0 ] && tst_res_ TWARN "tst_net_run: lhost command failed: $lret"
243 [ $rret -ne 0 ] && tst_res_ TWARN "tst_net_run: rhost command failed: $rret"
254 tst_res_ TPASS "$* passed as expected"
256 tst_res_ TFAIL "$* failed unexpectedly"
264 tst_res_ TPASS "$* failed as expected"
266 tst_res_ TFAIL "$* passed unexpectedly"
421 tst_res_ TINFO "initialize '$type' '$iface' interface"
460 tst_res_ TINFO "set local addr $(tst_ipaddr)/$mask"
465 tst_res_ TINFO "set remote addr $(tst_ipaddr rhost)/$mask"
510 tst_res_ TINFO "wait for IPv6 DAD completion $((i / 10))/5 sec"
580 tst_res_ TINFO "run server 'netstress $s_opts'"
592 tst_res_ TINFO "run client 'netstress -l $c_opts'"
608 tst_res_ TPASS "netstress passed, time spent '$(cat $rfile)' ms"
610 tst_res_ TPASS "netstress failed as expected"
642 tst_res_ TPASS "$msg $size: pass"
644 tst_res_ TFAIL "$msg $size: fail"
684 tst_res_ TPASS "'ns-icmpv${ver}_sender -s $size $opts' pass"
686 tst_res_ TFAIL "'ns-icmpv${ver}_sender -s $size $opts' fail"
764 tst_res_ TINFO "Network config (local -- remote):"
765 tst_res_ TINFO "$LHOST_IFACES -- $RHOST_IFACES"
766 tst_res_ TINFO "$IPV4_LHOST/$IPV4_LPREFIX -- $IPV4_RHOST/$IPV4_RPREFIX"
767 tst_res_ TINFO "$IPV6_LHOST/$IPV6_LPREFIX -- $IPV6_RHOST/$IPV6_RPREFIX"
818tst_res_ TINFO "ping6 binary/symlink is missing, using workaround. Please, report missing ping6 to…