blob: 3fc7bdca3e61048fa8aaeaaabce578a87f764cbf [file] [log] [blame]
andrewonlab47eddf22014-11-06 17:10:54 -05001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.174.10</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOS1cli>
14 <host>10.128.174.10</host>
15 <user>admin</user>
16 <password>onos_test</password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOS1cli>
21
22 <ONOS1>
23 <host>10.128.174.1</host>
24 <user>admin</user>
25 <password>onos_test</password>
26 <type>OnosDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS1>
30
31 <Mininet1>
32 <host>10.128.10.90</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>MininetCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS>
38 <arg1> --custom topo-100sw.py </arg1>
39 <arg2> --arp --mac --topo mytopo</arg2>
40 <arg3> </arg3>
41 <controller> remote </controller>
42 </COMPONENTS>
43 </Mininet1>
44
45 <Mininet2>
46 <host>10.128.10.90</host>
47 <user>admin</user>
48 <password>onos_test</password>
49 <type>RemoteMininetDriver</type>
50 <connect_order>5</connect_order>
51 <COMPONENTS> </COMPONENTS>
52 </Mininet2>
53
54 </COMPONENT>
55</TOPOLOGY>