3 Sequence Event ETCL Filter Test
4 ===============================
9 This test checks push supplier and push consumer ETCL event filter mechanisms.
10 The supplier sends a number of events specified by the consumer. The consumer
11 can filter or not filter the events and can use multiple consumers.
12 The consumer may specify 'and' and/or 'or' relations on the filterable data
13 contained within an event.
19 The test consists of a Supplier and Consumer. The usage for each as is
23 usage: ./Sequence_Supplier -o <iorfile> -e <# of events>
25 $ ./Sequence_Consumer -\?
26 usage: ./Sequence_Consumer -k <ior> -l <low expected events>
27 -h <high expected events>
29 To run this test, run the run_test.pl perl script.
30 This script is designed to test various aspects of the filtering
36 The test script will display an error if for any test that fails.
37 Otherwise, the test passed.