blob: 8a9f99fab3a16ea59f9075102381848a645b1681 [file] [log] [blame]
kelvin-onlabfe6df9c2015-02-06 11:16:38 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
kaouthera3f13ca22015-05-05 15:01:41 -07005 <host>10.128.40.70</host>
kelvin-onlabfe6df9c2015-02-06 11:16:38 -08006 <user>admin</user>
7 <password></password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
kaouthera3f13ca22015-05-05 15:01:41 -070010 <COMPONENTS>
11 <home>~/ONOS</home>
12 </COMPONENTS>
kelvin-onlabfe6df9c2015-02-06 11:16:38 -080013 </ONOSbench>
14
15 <ONOScli1>
kaouthera3f13ca22015-05-05 15:01:41 -070016 <host>10.128.40.70</host>
kelvin-onlabfe6df9c2015-02-06 11:16:38 -080017 <user>admin</user>
18 <password></password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS> </COMPONENTS>
22 </ONOScli1>
23
24 <ONOS1>
kaouthera3f13ca22015-05-05 15:01:41 -070025 <host>10.128.40.70</host>
kelvin-onlab56a3f462015-02-06 14:04:43 -080026 <user>admin</user>
27 <password></password>
kelvin-onlabfe6df9c2015-02-06 11:16:38 -080028 <type>OnosDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS> </COMPONENTS>
31 </ONOS1>
32
33 <Mininet1>
kaouthera3f13ca22015-05-05 15:01:41 -070034 <host>10.128.40.70</host>
kelvin-onlabfe6df9c2015-02-06 11:16:38 -080035 <user>admin</user>
36 <password></password>
37 <type>MininetCliDriver</type>
38 <connect_order>4</connect_order>
39 <COMPONENTS>
40 #Specify the Option for mininet
41 <arg1> --topo=tree,3,3 </arg1>
42 <arg2> </arg2>
43 <arg3> </arg3>
44 <controller> remote </controller>
45 </COMPONENTS>
46 </Mininet1>
47
48 </COMPONENT>
49</TOPOLOGY>