summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl
index e90d02d7067..1e5f12834d5 100755
--- a/TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/scale_clients/run_test.pl
@@ -21,6 +21,7 @@ my $server_init_delay = 1;
my $server_reply_delay = 0;
my $rt_timeout_msecs = 0;
my $max_rt_tries = 1;
+my $asynch_loc = "";
if ($#ARGV >= 0) {
for (my $i = 0; $i <= $#ARGV; $i++) {
@@ -59,6 +60,9 @@ if ($#ARGV >= 0) {
elsif ($ARGV[$i] eq "-no_imr") {
$no_imr = 1;
}
+ elsif ($ARGV[$i] eq "-asynch") {
+ $asynch_loc = "--use_dsi";
+ }
else {
usage();
exit 1;
@@ -125,7 +129,7 @@ sub scale_clients_test
my $result = 0;
my $start_time = time();
- $IMR->Arguments ("-d 1 -o $imr_imriorfile -orbendpoint iiop://:$port ");
+ $IMR->Arguments ("-d 1 -o $imr_imriorfile -orbendpoint iiop://:$port $asynch_loc ");
# "-ORBDebugLevel 10 -ORBVerboseLogging");
if ($no_imr) {