blob: f49c99428473d02b9721854545dd9673444e53e3 [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>
suibin zhang5c735ca2016-03-30 16:01:06 -070011 <home>~/Projects/onos</home>
suibin zhangd0f09b32016-03-29 00:57:57 -070012 </COMPONENTS>
13 </ONOSbench>
14
15 <ONOScli1>
16 <host>OC1</host>
17 <user>sdn</user>
18 <password>rocks</password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
22 </COMPONENTS>
23 </ONOScli1>
24
25 <Mininet1>
26 <host>localhost</host>
27 <user>admin</user>
28 <password>onos_test</password>
29 <type>MininetCliDriver</type>
30 <connect_order>5</connect_order>
31 <COMPONENTS> </COMPONENTS>
32 </Mininet1>
33
34 <ONOSrest>
35 <host>OC1</host>
36 <port>8181</port>
37 <user>onos</user>
38 <password>rocks</password>
39 <type>OnosRestDriver</type>
40 <connect_order>6</connect_order>
41 <COMPONENTS>
42 </COMPONENTS>
43 </ONOSrest>
44
45 </COMPONENT>
46</TOPOLOGY>