blob: e72bf1b549fac8c3c61afc5319ab970ed50d4cbf [file] [log] [blame]
suibin zhangd0f09b32016-03-29 00:57:57 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 </COMPONENTS>
12 </ONOSbench>
13
14 <ONOScli1>
15 <host>OC1</host>
16 <user>sdn</user>
17 <password>rocks</password>
18 <type>OnosCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS>
21 </COMPONENTS>
22 </ONOScli1>
23
24 <Mininet1>
25 <host>localhost</host>
26 <user>admin</user>
27 <password>onos_test</password>
28 <type>MininetCliDriver</type>
29 <connect_order>5</connect_order>
30 <COMPONENTS> </COMPONENTS>
31 </Mininet1>
32
33 <ONOSrest>
34 <host>OC1</host>
35 <port>8181</port>
36 <user>onos</user>
37 <password>rocks</password>
38 <type>OnosRestDriver</type>
39 <connect_order>6</connect_order>
40 <COMPONENTS>
41 </COMPONENTS>
42 </ONOSrest>
43
44 </COMPONENT>
45</TOPOLOGY>