summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/README
blob: 23fe71b3c5ea9e88d594a4c94c8ddd9b4e75ed0f (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
63
64
65
Basic Tests:

Updates:
-------
This test will check if the subscription and publication update messages
from the event channel are properly received from the Notify Service.

Command line parameters:
"-updates <update_count>",

where <update_count> is how many updates to send.

ConnectDisconnect:
-----------------
Connects/Disconnects consumers and suppliers in a loop to test connect
and disconnect to admin objects.

Command line parameters:
                     
"-count <testcount>",
"-consumers <number_of_consumers>",
"-suppliers <number_of_suppliers>",

LifeCycleTest:
-------------
Creates and destroys EC and Admin objects.

Command line parameters:
"-count testcount"

where <testcount> is how many times we want to create/destroy.  

IdAssignment:
------------
This test exercies Id generation by creating ec and admin objects and
using the assigned ids to lookup these objects and destroy them.

Command line parameters:                     
"-iter <count>", count is how many times to repeat this test.                    
"-ec_count <count>", count is number of ec objects to create 
"-ca_count <count>", count is number of consumer admin (ca) objects to create 
"-sa_count <count>\n", count is number of supplier admin (sa) objects to create 


AdminProperties_Test
--------------------
Tests out the EC Admin QoSproperties:

command line parameters:

-max_queue_length [max_queue_length]
-max_consumers [max_consumers]
-max_suppliers [max_suppliers]
-reject_new_events [reject_new_events]
-consumers [consumers]
-suppliers [suppliers]
-event_count [event_count]

Events_Test:
----------
(Under construction)

Priority_Test:
------------
(Under construction)