summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl
diff options
context:
space:
mode:
authorMilan Cvetkovic <milan.cvetkovic@mpathix.com>2016-04-07 10:08:35 -0400
committerMilan Cvetkovic <milan.cvetkovic@mpathix.com>2016-04-07 10:08:35 -0400
commit2884c7b4884d6410c44f15fbeffd97b1ee20fcfb (patch)
tree038f37a893948da4bcd7e301bfe92742490d4b54 /TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl
parent9143adca7bbe21d476c2e4387c056158d7b83a00 (diff)
parent6114e2b1df60ec798efd27da8bf07ce742cf3b5d (diff)
downloadATCD-2884c7b4884d6410c44f15fbeffd97b1ee20fcfb.tar.gz
Merge branch 'ssliop_corbaloc_test' into ssliop_corbaloc_parser_comma_fix
Diffstat (limited to 'TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl b/TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl
index fc09f50e2ef..a2b3352b09b 100755
--- a/TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl
+++ b/TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl
@@ -120,6 +120,8 @@ $orb_debug_level = ($quiet || $debug_level == 0) ? "" : "-ORBDebugLevel $debug_
@opts = (
"-s -ORBInitRef NameService=corbaloc:ssliop:$TARGETHOSTNAME:$ns_ssl_port/NameService"
. " -ORBSvcConf $cli_cliconffile $orb_debug_level",
+ "-s -ORBInitRef NameService=corbaloc:ssliop:$TARGETHOSTNAME:$ns_ssl_port,iiop:$TARGETHOSTNAME:$ns_orb_port/NameService"
+ . " -ORBSvcConf $cli_cliconffile $orb_debug_level",
"-t -ORBInitRef NameService=corbaloc:ssliop:$TARGETHOSTNAME:$ns_ssl_port/NameService"
. " -ORBSvcConf $cli_cliconffile $orb_debug_level",
"-i -ORBInitRef NameService=corbaloc:ssliop:$TARGETHOSTNAME:$ns_ssl_port/NameService"
@@ -142,11 +144,13 @@ $orb_debug_level = ($quiet || $debug_level == 0) ? "" : "-ORBDebugLevel $debug_
. " -ORBSvcConf $ns_nsconffile $orb_debug_level",
"-ORBEndpoint iiop://$TARGETHOSTNAME:$ns_orb_port/ssl_port=$ns_ssl_port"
. " -ORBSvcConf $ns_nsconffile $orb_debug_level",
-
+ "-ORBEndpoint iiop://$TARGETHOSTNAME:$ns_orb_port/ssl_port=$ns_ssl_port"
+ . " -ORBSvcConf $ns_nsconffile $orb_debug_level",
);
@comments = (
"(SSL) Simple Test:",
+ "(SSL) Simple Multi-Profile Corbaloc Test:",
"(SSL) Tree Test:",
"(SSL) Iterator Test:",
"(SSL) Exceptions Test:",