blob: 8b30c3180db93285b12034f10677557ee18003b9 [file] [log] [blame]
kelvin-onlabd48a68c2015-07-13 16:01:36 -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 <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>localhost</host>
44 <user>admin</user>
45 <password></password>
46 <type>MininetCliDriver</type>
47 <connect_order>5</connect_order>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070048 <COMPONENTS>
49 <home>~/mininet/custom/</home>
50 </COMPONENTS>
kelvin-onlabd48a68c2015-07-13 16:01:36 -070051 </Mininet1>
52
53 </COMPONENT>
54</TOPOLOGY>