summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-10-30 12:08:34 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-10-30 12:08:34 +0100
commit6abc40ce9bd581f82422662543013689944a1f01 (patch)
treefb44b358eff607decd9ebea6b31a34bcd70e6ea7
parent7661e1085621c5a7548401865f3eb94407520a22 (diff)
downloadATCD-6abc40ce9bd581f82422662543013689944a1f01.tar.gz
Layout changes
* TAO/orbsvcs/tests/Security/ssliop_corbaloc/README:
-rw-r--r--TAO/orbsvcs/tests/Security/ssliop_corbaloc/README21
1 files changed, 9 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/Security/ssliop_corbaloc/README b/TAO/orbsvcs/tests/Security/ssliop_corbaloc/README
index a47619b779e..8b8b2301c1a 100644
--- a/TAO/orbsvcs/tests/Security/ssliop_corbaloc/README
+++ b/TAO/orbsvcs/tests/Security/ssliop_corbaloc/README
@@ -1,5 +1,3 @@
-
-
These application tests address various features of TAO's
Naming Service. The functionality is the same as in the
Simple_Naming test, but the difference is that all the
@@ -7,15 +5,15 @@ communication is done over SSLIOP and clients are using
INS-style corbaloc URLs.
To run all tests automatically -
- execute Perl script run_test.pl
+ execute Perl script run_test.pl
To run tests manually -
- start the Naming Service (see
- TAO/orbsvcs/Naming_Service/README for valid options).
+ start the Naming Service (see
+ TAO/orbsvcs/Naming_Service/README for valid options).
Make sure you use " -ORBSvcConf server.conf" and
"-ORBEndpoint iiop://localhost:23456/ssl_port=12345"
- Then run ./client with one of the options below.
+ Then run ./client with one of the options below.
Make sure you add " -ORBSvcConf client.conf" and
"-ORBInitRef NameService=corbaloc:ssliop:localhost:12345/NameService"
@@ -25,15 +23,15 @@ after themselves).
The following options exist:
---------------------------
--s Run the Simple test of the Naming Service.
+-s Run the Simple test of the Naming Service.
--t Run the Tree test of the Naming Service.
+-t Run the Tree test of the Naming Service.
--e Run the Exceptions test of the Naming Service
+-e Run the Exceptions test of the Naming Service
--i Run the Iterator test of the Naming Service.
+-i Run the Iterator test of the Naming Service.
--y Run the Destroy test of the Naming Service.
+-y Run the Destroy test of the Naming Service.
Persistent test consists of two parts (below).
@@ -81,7 +79,6 @@ Persistent test consists of two parts (below).
If no option is specified, Simple test is run. If more than one
option is specified, only one test runs.
-
DESCRIPTION AND EXPECTED OUTPUT FOR EACH TEST
*******************************************
Please see $TAO_ROOT/orbsvcs/tests/Simple_Naming/README