blob: 0484c01af61f8872017a40734c3df048f2012aec [file] [log] [blame]
Flavio Castrocc38a542016-03-03 13:15:46 -08001<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 <nodes>1</nodes>
12 </COMPONENTS>
13 </ONOSbench>
14
15 <ONOScli1>
16 <host>localhost</host>
17 <user>admin</user>
18 <password>onos_test</password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
22 </COMPONENTS>
23 </ONOScli1>
24
25 <Mininet1>
26 <host>OCN</host>
27 <user>admin</user>
28 <password>onos_test</password>
29 <type>MininetCliDriver</type>
30 <connect_order>3</connect_order>
31 <COMPONENTS>
32 <home>~/mininet/custom/</home>
33 </COMPONENTS>
34 </Mininet1>
35
36 </COMPONENT>
37</TOPOLOGY>