blob: 4a116c375226089486fca0d2a9f1af7463581bc6 [file] [log] [blame]
kelvin-onlab1d381fe2015-07-14 16:24:56 -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 <nodes>3</nodes>
12 </COMPONENTS>
13 </ONOSbench>
14
15 <ONOScli1>
16 <host>localhost</host>
17 <user>admin</user>
18 <password>onos_test</password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
22 </COMPONENTS>
23 </ONOScli1>
24
25 <ONOScli2>
26 <host>localhost</host>
27 <user>admin</user>
28 <password>onos_test</password>
29 <type>OnosCliDriver</type>
30 <connect_order>3</connect_order>
31 <COMPONENTS>
32 </COMPONENTS>
33 </ONOScli2>
34
35 <ONOScli3>
36 <host>localhost</host>
37 <user>admin</user>
38 <password>onos_test</password>
39 <type>OnosCliDriver</type>
40 <connect_order>4</connect_order>
41 <COMPONENTS>
42 </COMPONENTS>
43 </ONOScli3>
44
45 <Mininet1>
46 <host>localhost</host>
47 <user>admin</user>
48 <password>onos_test</password>
49 <type>MininetCliDriver</type>
50 <connect_order>5</connect_order>
51 <COMPONENTS> </COMPONENTS>
52 </Mininet1>
53
54 </COMPONENT>
55</TOPOLOGY>