blob: fd2833687cf491c520f827ef0d00d264c62199ca [file] [log] [blame]
YPZhangcb86c5b2016-01-27 17:38:12 -08001<TOPOLOGY>
2
3 <COMPONENT>
4
5 <ONOSbench>
6 <host>localhost</host>
7 <user>admin</user>
8 <password>onos_test</password>
9 <type>OnosDriver</type>
10 <connect_order>1</connect_order>
11 <COMPONENTS>
12 <home>~/onos</home>
13 <nodes>7</nodes>
14 </COMPONENTS>
15 </ONOSbench>
16
17 <ONOSrest1>
18 <host>OC1</host>
19 <port>8181</port>
20 <user>onos</user>
21 <password>rocks</password>
22 <type>OnosRestDriver</type>
23 <connect_order>3</connect_order>
24 <COMPONENTS>
25 </COMPONENTS>
26 </ONOSrest1>
27 <ONOScli1>
28 <host>localhost</host>
29 <user>admin</user>
30 <password>onos_test</password>
31 <type>OnosCliDriver</type>
32 <connect_order>2</connect_order>
33 <COMPONENTS> </COMPONENTS>
34 </ONOScli1>
35
36 <ONOScli2>
37 <host>localhost</host>
38 <user>admin</user>
39 <password>onos_test</password>
40 <type>OnosCliDriver</type>
41 <connect_order>3</connect_order>
42 <COMPONENTS> </COMPONENTS>
43 </ONOScli2>
44
45 <ONOScli3>
46 <host>localhost</host>
47 <user>admin</user>
48 <password>onos_test</password>
49 <type>OnosCliDriver</type>
50 <connect_order>4</connect_order>
51 <COMPONENTS> </COMPONENTS>
52 </ONOScli3>
53
54 <ONOScli4>
55 <host>localhost</host>
56 <user>admin</user>
57 <password>onos_test</password>
58 <type>OnosCliDriver</type>
59 <connect_order>5</connect_order>
60 <COMPONENTS> </COMPONENTS>
61 </ONOScli4>
62
63 <ONOScli5>
64 <host>localhost</host>
65 <user>admin</user>
66 <password>onos_test</password>
67 <type>OnosCliDriver</type>
68 <connect_order>6</connect_order>
69 <COMPONENTS> </COMPONENTS>
70 </ONOScli5>
71
72 <ONOScli6>
73 <host>localhost</host>
74 <user>admin</user>
75 <password>onos_test</password>
76 <type>OnosCliDriver</type>
77 <connect_order>7</connect_order>
78 <COMPONENTS> </COMPONENTS>
79 </ONOScli6>
80
81 <ONOScli7>
82 <host>localhost</host>
83 <user>admin</user>
84 <password>onos_test</password>
85 <type>OnosCliDriver</type>
86 <connect_order>8</connect_order>
87 <COMPONENTS> </COMPONENTS>
88 </ONOScli7>
89
90 <Mininet1>
91 <host>localhost</host>
92 <user>admin</user>
93 <password>onos_test</password>
94 <type>MininetCliDriver</type>
95 <connect_order>5</connect_order>
96 <COMPONENTS>
97 </COMPONENTS>
98 </Mininet1>
99
100 </COMPONENT>
101</TOPOLOGY>