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.
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.
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
33 An RT POA is created with 4 lanes (identical to the one setup on the
36 3 Periodic consumers and created and activated in the local RT POA.
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 -------------------------