blob: 3a2bfd20c9ad7331e42fefa9880eb2f83a5935f8 [file] [log] [blame]
kelvin-onlaba0ce3222015-01-27 17:25:15 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.10.20</host>
6 <user>admin</user>
kelvin-onlab0fd25b92015-02-04 09:42:44 -08007 <password>onos_test</password>
kelvin-onlaba0ce3222015-01-27 17:25:15 -08008 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOScli1>
14 <host>10.128.10.20</host>
15 <user>admin</user>
kelvin-onlab0fd25b92015-02-04 09:42:44 -080016 <password>onos_test</password>
kelvin-onlaba0ce3222015-01-27 17:25:15 -080017 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOScli1>
21
22 <ONOS1>
23 <host>10.128.10.21</host>
24 <user>admin</user>
kelvin-onlab0fd25b92015-02-04 09:42:44 -080025 <password>onos_test</password>
kelvin-onlaba0ce3222015-01-27 17:25:15 -080026 <type>OnosDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS1>
30
31 <Mininet1>
32 <host>10.128.10.20</host>
33 <user>admin</user>
kelvin-onlab0fd25b92015-02-04 09:42:44 -080034 <password>onos_test</password>
kelvin-onlaba0ce3222015-01-27 17:25:15 -080035 <type>MininetCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS>
38 #Specify the Option for mininet
39 <arg1> --topo=tree,3,3 </arg1>
40 <arg2> </arg2>
41 <arg3> </arg3>
42 <controller> remote </controller>
43 </COMPONENTS>
44 </Mininet1>
45
46 </COMPONENT>
47</TOPOLOGY>