summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-03-29 15:08:42 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-03-29 15:08:42 +0200
commitc417a6e064469268e765717e3d6b5320413a0be5 (patch)
treef49c55792bc83e9207481bad0041f3b722b80cd8 /TAO/orbsvcs/tests
parent70870ce06c3f2497991a43c3e87cbec56d56407b (diff)
downloadATCD-c417a6e064469268e765717e3d6b5320413a0be5.tar.gz
Add new tests
* TAO/orbsvcs/tests/ImplRepo/README:
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/README15
1 files changed, 12 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/README b/TAO/orbsvcs/tests/ImplRepo/README
index 2e37ba0200a..fddecd55379 100644
--- a/TAO/orbsvcs/tests/ImplRepo/README
+++ b/TAO/orbsvcs/tests/ImplRepo/README
@@ -27,9 +27,18 @@ failover runs a primary and backup ImR Locator, verifying
tao_imr activities being unaffected. Must also
pass the "-replica" command to run_test.pl for
this test to run.
-
-The nt_service_ir and persistent_ir_registry tests will work only on Win32
-platforms. For the test to run successfully, these conditions must be met:
+manual_persistent_restart Does a test with the ImR where we are using a
+ manual registered server that is started but
+ then killed when the ImR is not running, using
+ the -x <file> flag
+manual_persistent_restart_hash same as manual_persistent_restart but using -p
+manual_persistent_restart_registry same as manual_persistent_restart but using
+ windows registry
+manual_persistent_restart_shared same as manual_persistent_restart --directory
+
+The nt_service_ir, persistent_ir_registry, and manual_persistent_restart_registry
+tests will work only on Win32 platforms. For the test to run successfully,
+these conditions must be met:
-- The user must be logged in as administrator, or have administrative
priveleges (in order to register an NT service).