blob: 3cea19b70cc883bcf161115fc59566d86a317d7a [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
Devin Limdc78e202017-06-09 18:30:07 -070016 <prompt></prompt>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070017 </COMPONENTS>
18 </ONOSbench>
19
20 <ONOScli1>
You Wangc669d212017-01-25 11:09:48 -080021 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -070022 <user>sdn</user>
23 <password>rocks</password>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070024 <type>OnosCliDriver</type>
25 <connect_order>2</connect_order>
kelvin-onlaba4074292015-07-09 15:19:49 -070026 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070027 <prompt></prompt>
kelvin-onlaba4074292015-07-09 15:19:49 -070028 </COMPONENTS>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070029 </ONOScli1>
30
cameron@onlab.us966d1be2015-05-15 14:54:09 -070031 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070032 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070033 <user>sdn</user>
34 <password>rocks</password>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070035 <type>MininetCliDriver</type>
36 <connect_order>5</connect_order>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070037 <COMPONENTS>
38 <home>~/mininet/custom/</home>
Devin Limdc78e202017-06-09 18:30:07 -070039 <prompt></prompt>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070040 </COMPONENTS>
cameron@onlab.us966d1be2015-05-15 14:54:09 -070041 </Mininet1>
42
suibin zhangc969ddd2016-05-23 12:01:52 -070043 <ONOSrest1>
44 <host>OC1</host>
45 <port>8181</port>
46 <user>onos</user>
47 <password>rocks</password>
48 <type>OnosRestDriver</type>
49 <connect_order>6</connect_order>
50 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070051 <prompt></prompt>
suibin zhangc969ddd2016-05-23 12:01:52 -070052 </COMPONENTS>
53 </ONOSrest1>
54
cameron@onlab.us966d1be2015-05-15 14:54:09 -070055 </COMPONENT>
56</TOPOLOGY>