blob: 546a023f9496e5618581fd20c2ef29e72a56f441 [file] [log] [blame]
Flavio Castro0a05b8d2016-06-16 17:26:51 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
6 <user>sdn</user>
7 <password>rocks</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 <nodes>1</nodes>
12 </COMPONENTS>
13 </ONOSbench>
14
15 <ONOScli1>
16 <host>OC1</host>
17 <user>sdn</user>
18 <password>rocks</password>
19 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
22 </COMPONENTS>
23 </ONOScli1>
24
25 <ONOScli2>
26 <host>OC2</host>
27 <user>sdn</user>
28 <password>rocks</password>
29 <type>OnosCliDriver</type>
30 <connect_order>3</connect_order>
31 <COMPONENTS>
32 </COMPONENTS>
33 </ONOScli2>
34
35 <ONOScli3>
36 <host>OC3</host>
37 <user>sdn</user>
38 <password>rocks</password>
39 <type>OnosCliDriver</type>
40 <connect_order>4</connect_order>
41 <COMPONENTS>
42 </COMPONENTS>
43 </ONOScli3>
44
45
46 <Mininet1>
47 <host>OCN</host>
48 <user>sdn</user>
49 <password>rocks</password>
50 <type>MininetCliDriver</type>
51 <connect_order>5</connect_order>
52 <COMPONENTS>
53 <home>~/mininet/custom/</home>
54 </COMPONENTS>
55 </Mininet1>
56
57 </COMPONENT>
58</TOPOLOGY>