blob: d910446b7ec0a37d2eb43443122bb54c03bf3468 [file] [log] [blame]
GlennRC5147a422015-10-06 17:26:17 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -07006 <user>sdn</user>
7 <password>rocks</password>
GlennRC5147a422015-10-06 17:26:17 -07008 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
Jeremy86160992016-04-11 10:05:53 -070011 <nodes>3</nodes>
GlennRC5147a422015-10-06 17:26:17 -070012 </COMPONENTS>
13 </ONOSbench>
14
15 <ONOScli1>
16 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -070017 <user>sdn</user>
18 <password>rocks</password>
GlennRC5147a422015-10-06 17:26:17 -070019 <type>OnosCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
22 </COMPONENTS>
23 </ONOScli1>
24
GlennRC5147a422015-10-06 17:26:17 -070025 <Mininet1>
26 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -070027 <user>sdn</user>
28 <password>rocks</password>
GlennRC5147a422015-10-06 17:26:17 -070029 <type>MininetCliDriver</type>
30 <connect_order>5</connect_order>
31 <COMPONENTS> </COMPONENTS>
32 </Mininet1>
33
34 <ONOSrest>
35 <host>OC1</host>
36 <port>8181</port>
GlennRCa5391372015-10-14 17:28:15 -070037 <user>onos</user>
38 <password>rocks</password>
GlennRC5147a422015-10-06 17:26:17 -070039 <type>OnosRestDriver</type>
40 <connect_order>6</connect_order>
41 <COMPONENTS>
42 </COMPONENTS>
43 </ONOSrest>
44
45 </COMPONENT>
46</TOPOLOGY>