summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Event_Connection_Test/README
blob: 02691d71506b2412b09b1f0925ad837ecb8e2386 (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
25
# $Id$

This test tests all possible connections between
a Sender and a DDS Event connector and a Receiver and a
DDS Event connector.
The Sender requests the following connections:
  * A writer
  * A DDS writer

The Receiver expects the following listeners to be created:
  * A ConnectorStatusListener
  * A PortStatusListener for the DDS_Listen port
  * A PortStatusListener for the DDS_Get port
  * A 'normal' listener

The Receiver requests the following connections:
  * A reader
  * A getter
  * A DDS reader
  * A DataControlListener

This test tests every single connection and reports an error when
a connections couldn't be esthablished.

No actual read/write/listen operations are performed.