blob: cfb3fb882d65f9f3efc02c1e037b2b6e5342ab2e [file] [log] [blame]
GlennRC5147a422015-10-06 17:26:17 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 </COMPONENTS>
12 </ONOSbench>
13
14 <ONOScli1>
15 <host>localhost</host>
16 <user>admin</user>
17 <password>onos_test</password>
18 <type>OnosCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS>
21 </COMPONENTS>
22 </ONOScli1>
23
24 <ONOScli2>
25 <host>localhost</host>
26 <user>admin</user>
27 <password>onos_test</password>
28 <type>OnosCliDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS>
31 </COMPONENTS>
32 </ONOScli2>
33
34 <ONOScli3>
35 <host>localhost</host>
36 <user>admin</user>
37 <password>onos_test</password>
38 <type>OnosCliDriver</type>
39 <connect_order>4</connect_order>
40 <COMPONENTS>
41 </COMPONENTS>
42 </ONOScli3>
43
44 <Mininet1>
45 <host>localhost</host>
46 <user>admin</user>
47 <password>onos_test</password>
48 <type>MininetCliDriver</type>
49 <connect_order>5</connect_order>
50 <COMPONENTS> </COMPONENTS>
51 </Mininet1>
52
53 <ONOSrest>
54 <host>OC1</host>
55 <port>8181</port>
56 <user>admin</user>
57 <password>onos_test</password>
58 <type>OnosRestDriver</type>
59 <connect_order>6</connect_order>
60 <COMPONENTS>
61 </COMPONENTS>
62 </ONOSrest>
63
64 </COMPONENT>
65</TOPOLOGY>