summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/MProfile_Connection_Timeout/README
blob: 85dc6e4d7ed53b71cd09a38b462006aad1fea8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.

*/