blob: cda1ed63a73e2671a27358d8aa7c9a58290d1c6d [file] [log] [blame]
cameron@onlab.us966d1be2015-05-15 14:54:09 -07001<TOPOLOGY>
2 <COMPONENT>
suibin zhangc969ddd2016-05-23 12:01:52 -07003 <!--
4 This is a list of all components and their handles in the test setup.
5 Even with some handles not used in test cases, we want to define
6 all onos cells here, for cases to set up onos cluster.
7 -->
cameron@onlab.us966d1be2015-05-15 14:54:09 -07008 <ONOSbench>
kelvin-onlaba4074292015-07-09 15:19:49 -07009 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -070010 <user>sdn</user>
11 <password>rocks</password>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070012 <type>OnosDriver</type>
13 <connect_order>1</connect_order>
14 <COMPONENTS>
suibin zhangc969ddd2016-05-23 12:01:52 -070015 <home></home> #defines where onos home is
cameron@onlab.us966d1be2015-05-15 14:54:09 -070016 </COMPONENTS>
17 </ONOSbench>
18
19 <ONOScli1>
You Wangc669d212017-01-25 11:09:48 -080020 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -070021 <user>sdn</user>
22 <password>rocks</password>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070023 <type>OnosCliDriver</type>
24 <connect_order>2</connect_order>
kelvin-onlaba4074292015-07-09 15:19:49 -070025 <COMPONENTS>
26 </COMPONENTS>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070027 </ONOScli1>
28
cameron@onlab.us966d1be2015-05-15 14:54:09 -070029 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070030 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070031 <user>sdn</user>
32 <password>rocks</password>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070033 <type>MininetCliDriver</type>
34 <connect_order>5</connect_order>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070035 <COMPONENTS>
36 <home>~/mininet/custom/</home>
37 </COMPONENTS>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070038 </Mininet1>
39
suibin zhangc969ddd2016-05-23 12:01:52 -070040 <ONOSrest1>
41 <host>OC1</host>
42 <port>8181</port>
43 <user>onos</user>
44 <password>rocks</password>
45 <type>OnosRestDriver</type>
46 <connect_order>6</connect_order>
47 <COMPONENTS>
48 </COMPONENTS>
49 </ONOSrest1>
50
cameron@onlab.us966d1be2015-05-15 14:54:09 -070051 </COMPONENT>
52</TOPOLOGY>