blob: c01bb0a79cad3afa9d304826ccc4b47d40b55cd9 [file] [log] [blame]
suibin zhang116647a2016-05-06 16:30:09 -07001<TOPOLOGY>
2 <COMPONENT>
3 <!--
4 This is a list of all components and their handles in the test setup.
5 Even with some handles not used in test cases, we want to define
6 all onos cells here, for cases to set up onos cluster.
7 -->
8 <ONOSbench>
9 <host>localhost</host>
10 <user>sdn</user>
11 <password>rocks</password>
12 <type>OnosDriver</type>
13 <connect_order>1</connect_order>
14 <COMPONENTS>
15 <home></home> #defines where onos home is
16 </COMPONENTS>
17 </ONOSbench>
18
19 <ONOScli1>
20 <host>OC1</host>
21 <user>sdn</user>
22 <password>rocks</password>
23 <type>OnosCliDriver</type>
24 <connect_order>2</connect_order>
25 <COMPONENTS>
26 </COMPONENTS>
27 </ONOScli1>
28
29 <ONOScli2>
30 <host>OC2</host>
31 <user>sdn</user>
32 <password>rocks</password>
33 <type>OnosCliDriver</type>
34 <connect_order>3</connect_order>
35 <COMPONENTS>
36 </COMPONENTS>
37 </ONOScli2>
38
39 <ONOScli3>
40 <host>OC3</host>
41 <user>sdn</user>
42 <password>rocks</password>
43 <type>OnosCliDriver</type>
44 <connect_order>4</connect_order>
45 <COMPONENTS>
46 </COMPONENTS>
47 </ONOScli3>
48
49 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070050 <host>OCN</host>
suibin zhang116647a2016-05-06 16:30:09 -070051 <user>sdn</user>
52 <password>rocks</password>
53 <type>MininetCliDriver</type>
54 <connect_order>5</connect_order>
55 <COMPONENTS>
56 <home>~/mininet/custom/</home>
57 </COMPONENTS>
58 </Mininet1>
59
60 <ONOSrest1>
61 <host>OC1</host>
62 <port>8181</port>
63 <user>onos</user>
64 <password>rocks</password>
65 <type>OnosRestDriver</type>
66 <connect_order>6</connect_order>
67 <COMPONENTS>
68 </COMPONENTS>
69 </ONOSrest1>
70
71 <ONOSrest2>
72 <host>OC2</host>
73 <port>8181</port>
74 <user>onos</user>
75 <password>rocks</password>
76 <type>OnosRestDriver</type>
77 <connect_order>7</connect_order>
78 <COMPONENTS>
79 </COMPONENTS>
80 </ONOSrest2>
81
82 <ONOSrest3>
83 <host>OC3</host>
84 <port>8181</port>
85 <user>onos</user>
86 <password>rocks</password>
87 <type>OnosRestDriver</type>
88 <connect_order>8</connect_order>
89 <COMPONENTS>
90 </COMPONENTS>
91 </ONOSrest3>
92
93 </COMPONENT>
94</TOPOLOGY>