blob: 4ecb7ed316e3a70b106030b5eb35968a50e5d476 [file] [log] [blame]
andrewonlab61354f82014-12-05 16:43:25 -05001<TOPOLOGY>
2 <COMPONENT>
3 <ONOSbench>
4 <host>10.128.174.10</host>
5 <user>admin</user>
6 <password>onos_test</password>
7 <type>OnosDriver</type>
8 <connect_order>1</connect_order>
9 <COMPONENTS> </COMPONENTS>
10 </ONOSbench>
11
12 <Mininet1>
13 <host>10.128.10.90</host>
14 <user>admin</user>
15 <password>onos_test</password>
16 <type>MininetCliDriver</type>
17 <connect_order>2</connect_order>
18 <COMPONENTS>
19 <arg1> --custom topo-perf-2sw.py </arg1>
20 <arg2> --arp --mac --topo mytopo </arg2>
21 <arg3> </arg3>
22 <controller> remote </controller>
23 </COMPONENTS>
24 </Mininet1>
25 </COMPONENT>
26</TOPOLOGY>