blob: 17debe1eba09f46eccec6e1e18b1f4106af90a83 [file] [log] [blame]
AntonySilvestera1080f22016-04-26 13:05:57 +05301<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
Jon Hall64b17572017-06-06 09:39:19 -07005 <host>localhost</host>
AntonySilvestera1080f22016-04-26 13:05:57 +05306 <user>sdn</user>
7 <password>rocks</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS>
11 </COMPONENTS>
12 </ONOSbench>
13
14 <ONOScli1>
Jon Hall64b17572017-06-06 09:39:19 -070015 <host>localhost</host>
AntonySilvestera1080f22016-04-26 13:05:57 +053016 <user>sdn</user>
17 <password>rocks</password>
18 <type>OnosCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS> </COMPONENTS>
21 </ONOScli1>
22
23 <ONOS1>
24 <host>OC1</host>
25 <user>sdn</user>
26 <password>rocks</password>
27 <type>OnosDriver</type>
28 <connect_order>3</connect_order>
29 <COMPONENTS> </COMPONENTS>
30 </ONOS1>
31
32 <ONOSrest>
33 <host>OC1</host>
34 <user>sdn</user>
35 <port>8181</port>
36 <user>onos</user>
37 <password>rocks</password>
38 <type>OnosRestDriver</type>
39 <connect_order>4</connect_order>
40 <COMPONENTS> </COMPONENTS>
41 </ONOSrest>
42
43 <Scapy1>
44 <host>OCN</host>
45 <user>sdn</user>
46 <password>rocks</password>
47 <type>ScapyCliDriver</type>
48 <connect_order>5</connect_order>
49 </Scapy1>
50
51 </COMPONENT>
52</TOPOLOGY>