blob: 647bdc6927f458fdf8dfcff32bbede5f6cc1f4c4 [file] [log] [blame]
kelvin-onlab44147802015-07-27 17:57:31 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
6 <user>admin</user>
7 <password></password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 </COMPONENTS>
12 </ONOSbench>
13
14 <ONOSrest1>
15 <host>OC1</host>
16 <port>8181</port>
17 <user>admin</user>
18 <password>onos_test</password>
19 <type>OnosRestDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
22 </COMPONENTS>
23 </ONOSrest1>
24
25 <ONOSrest2>
26 <host>OC2</host>
27 <port>8181</port>
28 <user>admin</user>
29 <password>onos_test</password>
30 <type>OnosRestDriver</type>
31 <connect_order>3</connect_order>
32 <COMPONENTS>
33 </COMPONENTS>
34 </ONOSrest2>
35
36 <ONOSrest3>
37 <host>OC3</host>
38 <port>8181</port>
39 <user>admin</user>
40 <password>onos_test</password>
41 <type>OnosRestDriver</type>
42 <connect_order>4</connect_order>
43 <COMPONENTS>
44 </COMPONENTS>
45 </ONOSrest3>
46
47 <Mininet1>
48 <host>localhost</host>
49 <user>admin</user>
50 <password></password>
51 <type>MininetCliDriver</type>
52 <connect_order>5</connect_order>
53 <COMPONENTS> </COMPONENTS>
54 </Mininet1>
55
56 </COMPONENT>
57</TOPOLOGY>