summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocated_Best/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocated_Best/README')
-rw-r--r--TAO/tests/Collocated_Best/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/tests/Collocated_Best/README b/TAO/tests/Collocated_Best/README
new file mode 100644
index 00000000000..6abd103bbe4
--- /dev/null
+++ b/TAO/tests/Collocated_Best/README
@@ -0,0 +1,22 @@
+// $Id$
+CollocationStrategy TAO_COLLOCATION_BEST:
+
+This tests performs a series of checks on CollocationStrategy 'best' (TAO_COLLOCATION_BEST) support in TAO.
+
+With CollocationStrategy 'best' the best possible collocation strategy is tried to perform.
+ If TAO_COLLOCATION_DIRECT is possible, this has to be used, else if TAO_COLLOCATION_THRU_POA
+ is possible this has to be used, else use remote stub.
+
+The test Collocated_Best_Direct uses IDLflags -Sp, to disable Thru_poa collocation
+ and -Gd, to enable Direct collocation.
+Starting the test with -ORBCollocationStrategy 'best' ,
+ the test should use TAO_COLLOCATION_DIRECT collocation.
+
+The test Collocated_Best_ThruP uses default IDLflags,so Thru_poa collocation is enabled
+and Direct collocation is default not enabled.
+Starting the test with -ORBCollocationStrategy 'best', the test should use
+TAO_COLLOCATION_THRU_POA collocation.
+
+The test Collocated_Best_ThruP uses IDLflags -Sp, to disable Thru_poa collocation
+and Direct collocation is default not enabled.
+Starting the test with -ORBCollocationStrategy 'best', the test should use no collocation, but remote stubs. \ No newline at end of file