blob: 617e8c019e3440d406b90872f02eb72ce157255e [file] [log] [blame]
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -08001<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 <nodes>3</nodes>
12 </COMPONENTS>
13 </ONOSbench>
14
15 <ONOScli1>
16 <host>localhost</host>
17 <user>admin</user>
18 <password></password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS> </COMPONENTS>
22 </ONOScli1>
23
24 <ONOScli2>
25 <host>localhost</host>
26 <user>admin</user>
27 <password></password>
28 <type>OnosCliDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS> </COMPONENTS>
31 </ONOScli2>
32
33 <ONOScli3>
34 <host>localhost</host>
35 <user>admin</user>
36 <password></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></password>
46 <type>MininetCliDriver</type>
47 <connect_order>5</connect_order>
48 <COMPONENTS>
49 <home>~/mininet/custom/</home>
50 </COMPONENTS>
51 </Mininet1>
52
53 </COMPONENT>
54</TOPOLOGY>