• Home
  • Raw
  • Download

Lines Matching refs:tst_res_

94 tst_res_()  function
121 tst_res_ TINFO "using not default LTP netns: '$LTP_NETNS'"
175 tst_res_ TWARN "tst_rhost_run: command not defined"
191 tst_res_ TINFO "tst_rhost_run: cmd: $cmd"
192 tst_res_ TINFO "$use: $rcmd \"$sh_cmd\" $out 2>&1"
248 tst_res_ TWARN "tst_net_run: command not defined"
258 [ $lret -ne 0 ] && tst_res_ TWARN "tst_net_run: lhost command failed: $lret"
259 [ $rret -ne 0 ] && tst_res_ TWARN "tst_net_run: rhost command failed: $rret"
272 tst_res_ TPASS "$* passed as expected"
274 tst_res_ TFAIL "$* failed unexpectedly"
287 tst_res_ TPASS "$* failed as expected"
289 tst_res_ TFAIL "$* passed unexpectedly"
510 tst_res_ TINFO "initialize '$type' '$iface' interface"
576 [ "$quiet" ] || tst_res_ TINFO "$action local addr $addr"
581 [ "$quiet" ] || tst_res_ TINFO "$action remote addr $addr"
633 tst_res_ TINFO "wait for IPv6 DAD completion $((i / 10))/5 sec"
720 tst_res_ TINFO "run server 'netstress $s_opts'"
721 tst_res_ TINFO "run client 'netstress -l $c_opts' $run_cnt times"
745 tst_res_ TPASS "netstress failed as expected"
747 tst_res_ TFAIL "expected '$expect_res' but ret: '$ret'"
759 tst_res_ TWARN "netstress failed, ret: $ret"
773 tst_res_ TWARN "netstress has warnings"
780 tst_res_ TPASS "netstress passed, median time $median ms, data:$results"
806 tst_res_ TFAIL "$msg < threshold ${threshold_low}%"
811 tst_res_ TWARN "$msg > threshold ${threshold_hi}%"
813 tst_res_ TPASS "$msg, in range [${threshold_low}:${threshold_hi}]%"
904 tst_res_ TPASS "'ns-icmpv${TST_IPVER}_sender -s $size $opts' pass"
906 tst_res_ TFAIL "'ns-icmpv${TST_IPVER}_sender -s $size $opts' fail"
993 tst_res_ TINFO "Network config (local -- remote):"
994 tst_res_ TINFO "$LHOST_IFACES -- $RHOST_IFACES"
995 tst_res_ TINFO "$IPV4_LHOST/$IPV4_LPREFIX -- $IPV4_RHOST/$IPV4_RPREFIX"
996 tst_res_ TINFO "$IPV6_LHOST/$IPV6_LPREFIX -- $IPV6_RHOST/$IPV6_RPREFIX"
1057tst_res_ TINFO "ping6 binary/symlink is missing, using workaround. Please, report missing ping6 to…