blob: e6613de287a479e50281b92de43146d4e30fef80 [file] [log] [blame]
kelvin-onlaba297c4d2015-06-01 13:53:55 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>OCN</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 <home>~/ONOS</home>
12 </COMPONENTS>
13 </ONOSbench>
14
15 <ONOScli1>
16 <host>OCN</host>
17 <user>admin</user>
18 <password>onos_test</password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS> </COMPONENTS>
22 </ONOScli1>
23
24 <ONOScli2>
25 <host>OCN</host>
26 <user>admin</user>
27 <password>onos_test</password>
28 <type>OnosCliDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS> </COMPONENTS>
31 </ONOScli2>
32
33 <ONOScli3>
34 <host>OCN</host>
35 <user>admin</user>
36 <password>onos_test</password>
37 <type>OnosCliDriver</type>
38 <connect_order>4</connect_order>
39 <COMPONENTS> </COMPONENTS>
40 </ONOScli3>
41
42 <Mininet1>
43 <host>OCN</host>
44 <user>admin</user>
45 <password>onos_test</password>
46 <type>MininetCliDriver</type>
47 <connect_order>5</connect_order>
48 <COMPONENTS> </COMPONENTS>
49 </Mininet1>
50
51 </COMPONENT>
52</TOPOLOGY>