From: Razvan Deaconescu Date: Wed, 18 Aug 2010 12:53:33 +0000 (+0300) Subject: TestSpecs/gen: update generation scripts to take into account "number of connections... X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=954ef34051adc40dc5c9a9d310ca5762c2630f45;p=p2p-testing-infrastructure.git TestSpecs/gen: update generation scripts to take into account "number of connections" variable --- diff --git a/TestSpecs/gen/rgen b/TestSpecs/gen/rgen index f553700..56c5501 100755 --- a/TestSpecs/gen/rgen +++ b/TestSpecs/gen/rgen @@ -56,7 +56,7 @@ rm(args) END index=1 -while read server port user remote_path remote_if dl_bw dl_burst ul_bw ul_burst pre_run_script post_run_script client_type torrent_file periods; do +while read server port user remote_path remote_if dl_bw dl_burst ul_bw ul_burst num_conn pre_run_script post_run_script client_type torrent_file periods; do new_port=${port%22} if test -z "${new_port}"; then base_log_name=${server%%.*} @@ -80,7 +80,7 @@ cat <