blob: 73859bdd2dec11b0ef8f897c4755d5c90f6c4817 [file] [log] [blame]
acsmars51a7fe02015-10-29 18:33:32 -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>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 <LincOE>
54 <host>OCN</host>
55 <user>admin</user>
56 <password>rocks</password>
57 <type>LincOEMininetDriver</type>
58 <connect_order>7</connect_order>
59 <COMPONENTS>
60 </COMPONENTS>
61 </LincOE>
62
63 </COMPONENT>
64</TOPOLOGY>