blob: 957afc72bcb9664c2d93aeab18784ee69dca5c9d [file] [log] [blame]
Jon Hallf1f285d2015-01-12 10:58:08 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
kelvin-onlab8749c8e2015-01-26 16:59:05 -08005 <host>10.128.10.20</host>
Jon Hallf1f285d2015-01-12 10:58:08 -08006 <user>admin</user>
7 <password></password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
kelvin-onlab4576b972015-01-29 16:35:16 -080010 <COMPONENTS>
11 #Specify which onos branch you want to run
12 <home></home>
13 </COMPONENTS>
Jon Hallf1f285d2015-01-12 10:58:08 -080014 </ONOSbench>
15
16 <ONOScli1>
kelvin-onlab8749c8e2015-01-26 16:59:05 -080017 <host>10.128.10.20</host>
Jon Hallf1f285d2015-01-12 10:58:08 -080018 <user>admin</user>
19 <password></password>
20 <type>OnosCliDriver</type>
21 <connect_order>2</connect_order>
22 <COMPONENTS> </COMPONENTS>
23 </ONOScli1>
24
25 <ONOS1>
kelvin-onlab8749c8e2015-01-26 16:59:05 -080026 <host>10.128.10.21</host>
27 <user>admin</user>
28 <password></password>
Jon Hallf1f285d2015-01-12 10:58:08 -080029 <type>OnosDriver</type>
30 <connect_order>3</connect_order>
31 <COMPONENTS> </COMPONENTS>
32 </ONOS1>
33
34 <Mininet1>
kelvin-onlab8749c8e2015-01-26 16:59:05 -080035 <host>10.128.10.20</host>
Jon Hallf1f285d2015-01-12 10:58:08 -080036 <user>admin</user>
37 <password></password>
38 <type>MininetCliDriver</type>
39 <connect_order>4</connect_order>
40 <COMPONENTS>
41 #Specify the Option for mininet
42 <arg1> --topo=tree,3,3 </arg1>
43 <arg2> </arg2>
44 <arg3> </arg3>
45 <controller> remote </controller>
46 </COMPONENTS>
47 </Mininet1>
48
49 </COMPONENT>
50</TOPOLOGY>