Home
last modified time | relevance | path

Searched refs:DOWNLOAD_BIGFILESIZE (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/network/stress/http/
Dhttp-stress.sh48 if [ $DOWNLOAD_BIGFILESIZE -gt 2147483647 ]; then
50 DOWNLOAD_BIGFILESIZE=2147483647
53 create_file $HTTP_DOWNLOAD_DIR/http_file $DOWNLOAD_BIGFILESIZE || \
62 http_file $DOWNLOAD_BIGFILESIZE"
72 $DOWNLOAD_BIGFILESIZE $NS_DURATION $CONNECTION_TOTAL"
/external/ltp/testcases/network/stress/ftp/
Dftp-download-stress.sh30 DOWNLOAD_BIGFILESIZE=${DOWNLOAD_BIGFILESIZE:-2147483647}
67 tst_resm TINFO "download file with size '$DOWNLOAD_BIGFILESIZE'"
69 create_file $FTP_DOWNLOAD_DIR/ftp_file $DOWNLOAD_BIGFILESIZE || \
74 $(tst_ipaddr) ftp_file $DOWNLOAD_BIGFILESIZE"
/external/ltp/testcases/network/stress/
DREADME103 DOWNLOAD_BIGFILESIZE (for http/ftp downloading stress test)
204 o DOWNLOAD_BIGFILESIZE (for http/ftp downloading stress test)
/external/ltp/testcases/lib/
Dtst_net.sh916 export DOWNLOAD_BIGFILESIZE="${DOWNLOAD_BIGFILESIZE:-2147483647}"