blob: 7d65d181abbf95b45cd0af8080e82341a3b6fb42 [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.20.10</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOScli>
14 <host>10.128.20.10</host>
15 <user>admin</user>
16 <password>onos_test</password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOScli>
21
22 <ONOS1>
23 <host>10.128.20.11</host>
24 <user>sdn</user>
25 <password>sdn</password>
26 <type>OnosDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS1>
30
31 <Mininet1>
32 <host>10.128.10.90</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>MininetCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS>
38 <arg1> --custom topo-4fan.py </arg1>
39 <arg2> --arp --mac</arg2>
40 <arg3> --topo mytopo </arg3>
41 <controller> remote </controller>
42 </COMPONENTS>
43 </Mininet1>
44
45 </COMPONENT>
46</TOPOLOGY>