summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Miop/McastHello/README
blob: d96228dc86653095aaf76338b48498b88e137640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**

@page McastHello Test README File

This test verifies basic functionality of the MIOP support in TAO.
It creates two servers that listen on the same group id for requests.
A client then sends a few requests using MIOP.  If both servers
receive the multicast requests as expected, the test is successful.
The most likely failure of the test is if the servers don't receive
the requests and subsequently time out.

	To run the test, use the run_test.pl script:

$ ./run_test.pl

	the script returns 0 if the test was successful.

*/