blob: 9d8298efe164fc0d90ddb4f059a98c89720683a2 [file] [log] [blame]
suibin zhang116647a2016-05-06 16:30:09 -07001<TOPOLOGY>
2 <COMPONENT>
3 <!--
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 -->
8 <ONOSbench>
9 <host>localhost</host>
10 <user>sdn</user>
11 <password>rocks</password>
12 <type>OnosDriver</type>
13 <connect_order>1</connect_order>
14 <COMPONENTS>
15 <home></home> #defines where onos home is
Devin Limdc78e202017-06-09 18:30:07 -070016 <prompt></prompt>
suibin zhang116647a2016-05-06 16:30:09 -070017 </COMPONENTS>
18 </ONOSbench>
19
20 <ONOScli1>
You Wangc669d212017-01-25 11:09:48 -080021 <host>localhost</host>
suibin zhang116647a2016-05-06 16:30:09 -070022 <user>sdn</user>
23 <password>rocks</password>
24 <type>OnosCliDriver</type>
25 <connect_order>2</connect_order>
26 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070027 <karaf_username></karaf_username>
28 <karaf_password></karaf_password>
29 <prompt></prompt>
suibin zhang116647a2016-05-06 16:30:09 -070030 </COMPONENTS>
31 </ONOScli1>
32
33 <ONOScli2>
You Wangc669d212017-01-25 11:09:48 -080034 <host>localhost</host>
suibin zhang116647a2016-05-06 16:30:09 -070035 <user>sdn</user>
36 <password>rocks</password>
37 <type>OnosCliDriver</type>
38 <connect_order>3</connect_order>
39 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070040 <prompt></prompt>
suibin zhang116647a2016-05-06 16:30:09 -070041 </COMPONENTS>
42 </ONOScli2>
43
44 <ONOScli3>
You Wangc669d212017-01-25 11:09:48 -080045 <host>localhost</host>
suibin zhang116647a2016-05-06 16:30:09 -070046 <user>sdn</user>
47 <password>rocks</password>
48 <type>OnosCliDriver</type>
49 <connect_order>4</connect_order>
50 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070051 <prompt></prompt>
suibin zhang116647a2016-05-06 16:30:09 -070052 </COMPONENTS>
53 </ONOScli3>
54
55 <Mininet1>
YPZhangf7d80602016-06-23 13:59:47 -070056 <host>OCN</host>
suibin zhang116647a2016-05-06 16:30:09 -070057 <user>sdn</user>
58 <password>rocks</password>
59 <type>MininetCliDriver</type>
60 <connect_order>5</connect_order>
61 <COMPONENTS>
62 <home>~/mininet/custom/</home>
63 </COMPONENTS>
64 </Mininet1>
65
66 <ONOSrest1>
67 <host>OC1</host>
68 <port>8181</port>
69 <user>onos</user>
70 <password>rocks</password>
71 <type>OnosRestDriver</type>
72 <connect_order>6</connect_order>
73 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070074 <prompt></prompt>
suibin zhang116647a2016-05-06 16:30:09 -070075 </COMPONENTS>
76 </ONOSrest1>
77
78 <ONOSrest2>
79 <host>OC2</host>
80 <port>8181</port>
81 <user>onos</user>
82 <password>rocks</password>
83 <type>OnosRestDriver</type>
84 <connect_order>7</connect_order>
85 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070086 <prompt></prompt>
suibin zhang116647a2016-05-06 16:30:09 -070087 </COMPONENTS>
88 </ONOSrest2>
89
90 <ONOSrest3>
91 <host>OC3</host>
92 <port>8181</port>
93 <user>onos</user>
94 <password>rocks</password>
95 <type>OnosRestDriver</type>
96 <connect_order>8</connect_order>
97 <COMPONENTS>
Devin Limdc78e202017-06-09 18:30:07 -070098 <prompt></prompt>
suibin zhang116647a2016-05-06 16:30:09 -070099 </COMPONENTS>
100 </ONOSrest3>
101
102 </COMPONENT>
103</TOPOLOGY>