Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / Lanes / README
blobf319f9f725faf859c01f7e19a39fc7e3f2a37ecb
3 RT Notification test to verify lane support
4 ===========================================
5 This test makes sure that events are send according to the lanes
6 configured on the evnt channel.
8 Description:
9 ===========
11 notify.conf:
12 -----------
13 The notify.conf file specifies the Test Filter Factory to be used by
14 the RT Notification library.
15 The Test Filter factory create special filter objects. these objects
16 check if the correct lane is being used for invocations.
19 supplier.conf:
20 -------------
22 An event channel is created with 4 lanes. The lowest priority lane (0 in
23 continuous mapping) is used to handle the administrative invocations
24 by the driver program. 3 other lanes are used to handle 3 different
25 event flow "paths" in the event channel.
27 3 Periodic suppliers are created. Each supplier is configured to
28 operate in its lane.
30 consumer.conf:
31 ------------
33 An RT POA is created with 4 lanes (identical to the one setup on the
34 eventchannel).
36 3 Periodic consumers and created and activated in the local RT POA.
38 Expected Result:
39 ==============
40 if a request reaches a Lane that it was not supposed to, an
41 error message is printed. otherwise some housekeeping messages are
42 generated when the test runs.
46 Running the test on 1 host or distributed according as setup environment:
47 -------------------------
48 $> perl run_test.pl