blob: a10527a65516c4fa8d84b27656e41685b16854c7 [file] [log] [blame]
Jon Hallbc401252016-03-03 14:44:04 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>127.0.0.1</host>
6 <user>admin</user>
7 <password></password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOScli1>
14 <host>127.0.0.1</host>
15 <user>admin</user>
16 <password></password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOScli1>
21 <ONOScli2>
22 <host>127.0.0.1</host>
23 <user>admin</user>
24 <password></password>
25 <type>OnosCliDriver</type>
26 <connect_order>3</connect_order>
27 <COMPONENTS> </COMPONENTS>
28 </ONOScli2>
29 <ONOScli3>
30 <host>127.0.0.1</host>
31 <user>admin</user>
32 <password></password>
33 <type>OnosCliDriver</type>
34 <connect_order>3</connect_order>
35 <COMPONENTS> </COMPONENTS>
36 </ONOScli3>
37
38 <QuaggaCliSpeaker1>
39 <host>127.0.0.1</host>
40 <user>admin</user>
41 <password></password>
42 <type>QuaggaCliDriver</type>
43 <connect_order>4</connect_order>
44 <COMPONENTS> </COMPONENTS>
45 </QuaggaCliSpeaker1>
46
47 <Mininet>
48 <host>OCN</host>
49 <user>admin</user>
50 <password></password>
51 <type>MininetCliDriver</type>
52 <connect_order>5</connect_order>
53 <COMPONENTS>
54 <home>~/Mininet/mininet/custom/</home>
55 </COMPONENTS>
56 </Mininet>
57
58 </COMPONENT>
59</TOPOLOGY>