From 954ef34051adc40dc5c9a9d310ca5762c2630f45 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Wed, 18 Aug 2010 15:53:33 +0300 Subject: [PATCH] TestSpecs/gen: update generation scripts to take into account "number of connections" variable --- TestSpecs/gen/rgen | 8 ++++---- TestSpecs/gen/tgen | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) 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 <