summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Connection_Timeout/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Connection_Timeout/README')
-rw-r--r--TAO/tests/MProfile_Connection_Timeout/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/tests/MProfile_Connection_Timeout/README b/TAO/tests/MProfile_Connection_Timeout/README
new file mode 100644
index 00000000000..85dc6e4d7ed
--- /dev/null
+++ b/TAO/tests/MProfile_Connection_Timeout/README
@@ -0,0 +1,24 @@
+/**
+
+@page MProfile_Connection_Tiemout Test README File
+
+ The simplest possible test for connection timeouts across
+multiple profiles aka BUGID 1284. The aim of this test is to
+see whether TAO client fails over to the next profile if a connection
+timeout policy is set. If connection_timeout policy is set and if the
+client is not anle to establish connection using one of the profiles,
+the client should fail over to the next profile seamlessly. The test
+has been constructed to check for this feature.
+
+ Please refrain from "improving", extending or expanding this
+test.
+
+@todo: We need to write a MT test for this feature.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/