1# Initialize
2
3verbose 0
4cache_type multi
5
6# Destination name space collision test
7
8save_dest 2 a_dest a_prop b_endp
9sleep 1
10save_dest 2 a_dest a_prop b_endp
11sleep 1
12save_dest 2 a_dest a_prop b_endp
13sleep 2
14
15# Another destination name space collision test
16
17save_dest 2 a_dest a_prop b_endp
18sleep 1
19save_dest 2 a_dest a_prop2 b_endp
20sleep 1
21save_dest 2 a_dest a_prop2 b_endp2
22sleep 2
23
24# Endpoint name space collision test
25
26save_endp 2 b_endp b_prop 12
27save_endp 2 b_endp b_prop 13
28sleep 3
29
30# Combined destiation and endpoint collision test with lookup
31
32save_dest 2 a_dest a_prop b_endp
33save_dest 2 a_dest a_prop2 b_endp
34save_dest 2 a_dest a_prop2 b_endp2
35save_endp 2 b_endp b_prop 12
36save_endp 2 b_endp b_prop 13
37find_dest a_dest
38find_dest a_dest
39find_dest a_dest
40
41# Another combined destiation and endpoint collision test with lookup
42
43save_endp 2 b_endp2 b_prop 12
44save_endp 2 b_endp2 b_prop 13
45save_endp 2 b_endp2 b_prop 14
46find_dest a_dest
47find_dest a_dest
48find_dest a_dest
49find_dest a_dest
50
51# Let the exit handler clean up the destiation->endpoint bindings.
52
53