summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/README
blob: bf7fa2db2ff122bd63055a48e8e2700ef6cc00b2 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
$Id$

This directory houses a collection of tests which exercise TAO support
for features defined in the RT-CORBA specification. Tests which exercise
TAO-specific RT features can be found in $TAO_ROOT/performance-tests/RTCorba.
OMG Real-time CORBA specification is available at:
http://cgi.omg.org/cgi-bin/doc?ptc/99-05-03 (or check the OMG website
for a more recent version).  

More information on TAO's implementation of RT-CORBA 1.0 specification
is available at:
$TAO_ROOT/docs/rtcorba/index.html

Each individual subdirectory contains a README file with more
information on the corresponding test.  The list of tests so far
includes the following:

        . Client_Propagated

          Tests PriorityModelPolicy with RTCORBA::CLIENT_PROPAGATED
          value.

        . Server_Declared

          Tests PriorityModelPolicy with RTCORBA::SERVER_DECLARED
          value.

        . Server_Protocol

          Tests various settings of RTCORBA::ServerProtocolPolicy.

        . Client_Protocol

          Tests various settings of RTCORBA::ClientProtocolPolicy.

        . Private_Connection

          Tests RTCORBA::PrivateConnectionPolicy support.

        . Banded_Connections

          Tests RTCORBA::PriorityBandedConnectionPolicy.

        . Explicit_Binding

          Tests <Object::_validate_connection>.

        . MT_Client_Protocol_Priority

          Multithreaded client test. Two client threads [with
          different priorities and different ClientProtocolPolicy
          Current-level overrides] concurrently making invocations on
          one object reference, which has a CLIENT_PROPAGATED priority
          model.

        . RTMutex

          Tests RTCORBA::Mutex.

        . Thread_Pool
        
          Tests the creation and use of thread pools.