blob: 3fc7bdca3e61048fa8aaeaaabce578a87f764cbf [file] [log] [blame]
andrewonlab47eddf22014-11-06 17:10:54 -05001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
kelvin-onlab052b1cc2015-01-21 10:58:12 -08005 <host>10.128.174.10</host>
andrewonlab47eddf22014-11-06 17:10:54 -05006 <user>admin</user>
kelvin-onlab052b1cc2015-01-21 10:58:12 -08007 <password>onos_test</password>
andrewonlab47eddf22014-11-06 17:10:54 -05008 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOS1cli>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080014 <host>10.128.174.10</host>
andrewonlab47eddf22014-11-06 17:10:54 -050015 <user>admin</user>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080016 <password>onos_test</password>
andrewonlab47eddf22014-11-06 17:10:54 -050017 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOS1cli>
21
22 <ONOS1>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080023 <host>10.128.174.1</host>
andrewonlab47eddf22014-11-06 17:10:54 -050024 <user>admin</user>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080025 <password>onos_test</password>
andrewonlab47eddf22014-11-06 17:10:54 -050026 <type>OnosDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS1>
30
31 <Mininet1>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080032 <host>10.128.10.90</host>
andrewonlab47eddf22014-11-06 17:10:54 -050033 <user>admin</user>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080034 <password>onos_test</password>
andrewonlab47eddf22014-11-06 17:10:54 -050035 <type>MininetCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS>
38 <arg1> --custom topo-100sw.py </arg1>
39 <arg2> --arp --mac --topo mytopo</arg2>
40 <arg3> </arg3>
41 <controller> remote </controller>
42 </COMPONENTS>
43 </Mininet1>
44
45 <Mininet2>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080046 <host>10.128.10.90</host>
andrewonlab47eddf22014-11-06 17:10:54 -050047 <user>admin</user>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080048 <password>onos_test</password>
andrewonlab47eddf22014-11-06 17:10:54 -050049 <type>RemoteMininetDriver</type>
50 <connect_order>5</connect_order>
51 <COMPONENTS> </COMPONENTS>
52 </Mininet2>
53
54 </COMPONENT>
55</TOPOLOGY>