calling the selfserv now with -y to get the certs at the end, adjusted clients and wait times

This commit is contained in:
sonja.mirtitsch%sun.com 2002-02-06 02:51:59 +00:00
Родитель 8a7b873c47
Коммит 2525dbb183
1 изменённых файлов: 344 добавлений и 343 удалений

Просмотреть файл

@ -244,7 +244,8 @@ ssl_ds_dist_stress()
compaqtor-10" compaqtor-10"
#clientlist=" huey-2 dewey-2 hornet-2 shabadoo-2" #FIXME ADJUST #clientlist=" huey-2 dewey-2 hornet-2 shabadoo-2" #FIXME ADJUST
clientlist=" box-200 washer-200 huey-200 dewey-200 hornet-200 shabadoo-200 " clientlist=" box-200 washer-200 huey-200 dewey-200 hornet-200 shabadoo-200 louie-200"
#clientlist=" box-2 huey-2 "
#clientlist="washer-200 huey-200 dewey-200 hornet-200 " #clientlist="washer-200 huey-200 dewey-200 hornet-200 "
html_head "SSL Distributed Stress Test" html_head "SSL Distributed Stress Test"
@ -260,7 +261,7 @@ ssl_ds_dist_stress()
fi fi
#sparam=" -t 128 -D -r " #sparam=" -t 128 -D -r "
sparam=" -t 16 -D -r -r " sparam=" -t 16 -D -r -r -y "
start_selfserv start_selfserv
for c in $clientlist for c in $clientlist
@ -285,7 +286,7 @@ ssl_ds_dist_stress()
echo cd "${CLIENTDIR}" echo cd "${CLIENTDIR}"
cd "${CLIENTDIR}" cd "${CLIENTDIR}"
sleep 600 # give the clients time to finish #FIXME ADJUST sleep 500 # give the clients time to finish #FIXME ADJUST
echo "GET /stop HTTP/1.0\n\n" > stdin.txt #check to make sure it has /r/n echo "GET /stop HTTP/1.0\n\n" > stdin.txt #check to make sure it has /r/n
echo "tstclnt -h $HOSTADDR -p 8443 -d ${CLIENTDIR} -n TestUser0 " echo "tstclnt -h $HOSTADDR -p 8443 -d ${CLIENTDIR} -n TestUser0 "