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

  /external/ltp/testcases/network/stress/ns-tools/
check_envval 62 # LHOST_HWADDRS
63 LHOST_HWADDRS=${LHOST_HWADDRS:=}
64 if [ x"${LHOST_HWADDRS}" = x ]; then
65 tst_resm TBROK "Environment variable LHOST_HWADDRS is not set."
get_ifname 65 hwaddrs="$LHOST_HWADDRS"
  /external/ltp/testscripts/
network.sh 110 echo " - ${LHOST_IFACES} local interface (MAC address: ${LHOST_HWADDRS})"
  /external/ltp/testcases/network/stress/icmp/multi-diffnic/
icmp4-multi-diffnic01 128 link_total=`echo $LHOST_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 103 link_total=`echo $LHOST_HWADDRS | wc -w`
106 tst_resm TBROK "The number of element in LHOST_HWADDRS differs from RHOST_HWADDRS"
route6-change-if 103 link_total=`echo $LHOST_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 144 link_total=`echo $LHOST_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 128 link_total=`echo $LHOST_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
694 export LHOST_HWADDRS="${LHOST_HWADDRS:-$(tst_get_hwaddrs lhost)}"

Completed in 650 milliseconds