blob: 9ff8136037472d3f2eb2ae7bc30e4b85fca0fffe [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.20.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
andrewonlab867212a2014-10-22 20:13:38 -040013 <ONOS1cli>
andrewonlab2a6c9342014-10-16 13:40:15 -040014 <host>10.128.20.10</host>
15 <user>admin</user>
16 <password>onos_test</password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
andrewonlab867212a2014-10-22 20:13:38 -040020 </ONOS1cli>
21
22 <ONOS2cli>
23 <host>10.128.20.10</host>
24 <user>admin</user>
25 <password>onos_test</password>
26 <type>OnosCliDriver</type>
27 <connect_order>2</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS2cli>
30
31 <ONOS3cli>
32 <host>10.128.20.10</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>OnosCliDriver</type>
36 <connect_order>2</connect_order>
37 <COMPONENTS> </COMPONENTS>
38 </ONOS3cli>
andrewonlab2a6c9342014-10-16 13:40:15 -040039
40 <ONOS1>
andrewonlab867212a2014-10-22 20:13:38 -040041 <host>10.128.174.1</host>
andrewonlab8d29f122014-10-22 17:15:04 -040042 <user>admin</user>
43 <password>onos_test</password>
andrewonlab2a6c9342014-10-16 13:40:15 -040044 <type>OnosDriver</type>
45 <connect_order>3</connect_order>
46 <COMPONENTS> </COMPONENTS>
47 </ONOS1>
48
49 <Mininet1>
50 <host>10.128.10.90</host>
51 <user>admin</user>
52 <password>onos_test</password>
53 <type>MininetCliDriver</type>
54 <connect_order>4</connect_order>
55 <COMPONENTS>
56 <arg1> --custom topo-4fan.py </arg1>
andrewonlab8d29f122014-10-22 17:15:04 -040057 <arg2> --arp --mac --topo mytopo</arg2>
58 <arg3> </arg3>
andrewonlab2a6c9342014-10-16 13:40:15 -040059 <controller> remote </controller>
60 </COMPONENTS>
61 </Mininet1>
62
andrewonlab8d29f122014-10-22 17:15:04 -040063 <Mininet2>
64 <host>10.128.10.90</host>
65 <user>admin</user>
66 <password>onos_test</password>
67 <type>RemoteMininetDriver</type>
68 <connect_order>5</connect_order>
69 <COMPONENTS> </COMPONENTS>
70 </Mininet2>
71
andrewonlab2a6c9342014-10-16 13:40:15 -040072 </COMPONENT>
73</TOPOLOGY>