HomeSort by relevance Sort by last modified time
    Searched refs:RHOST_HWADDRS (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/network/stress/ns-tools/
check_envval 69 # RHOST_HWADDRS
70 RHOST_HWADDRS=${RHOST_HWADDRS:=}
71 if [ x"${RHOST_HWADDRS}" = x ]; then
72 tst_resm TBROK "Environment variable RHOST_HWADDRS is not set."
get_ifname 69 hwaddrs="$RHOST_HWADDRS"
  /external/ltp/testscripts/
network.sh 111 echo " - ${RHOST_IFACES} remote interface (MAC address: ${RHOST_HWADDRS})"
  /external/ltp/testcases/network/stress/icmp/multi-diffnic/
icmp4-multi-diffnic01 129 rhost_link_total=`echo $RHOST_HWADDRS | wc -w`
131 tst_resm TBROK "The number of element in LHOST_HWADDRS differs from RHOST_HWADDRS"
  /external/ltp/testcases/network/stress/route/
route4-change-if 104 rhost_link_total=`echo $RHOST_HWADDRS | wc -w`
106 tst_resm TBROK "The number of element in LHOST_HWADDRS differs from RHOST_HWADDRS"
route6-change-if 104 rhost_link_total=`echo $RHOST_HWADDRS | wc -w`
106 tst_resm TBROK "The number of element in LHOST_HWADDRS differs from RHOST_HWADDRS"
  /external/ltp/testcases/network/stress/tcp/multi-diffnic/
tcp4-multi-diffnic01 145 rhost_link_total=`echo $RHOST_HWADDRS | wc -w`
147 tst_resm TBROK "The number of element in LHOST_HWADDRS differs from RHOST_HWADDRS"
  /external/ltp/testcases/network/stress/udp/multi-diffnic/
udp4-multi-diffnic01 129 rhost_link_total=`echo $RHOST_HWADDRS | wc -w`
131 tst_resm TBROK "The number of element in LHOST_HWADDRS differs from RHOST_HWADDRS"
  /external/ltp/testcases/lib/
test_net.sh 184 [ "$type" = "lhost" ] && hwaddrs=$LHOST_HWADDRS || hwaddrs=$RHOST_HWADDRS
695 export RHOST_HWADDRS="${RHOST_HWADDRS:-$(tst_get_hwaddrs rhost)}"

Completed in 88 milliseconds