blob: 4ee44e263e38fe2548d784887a8808d2c3abeff8 [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
andrewonlabe9fb6722014-10-24 12:20:35 -04005 <host>10.128.174.10</host>
andrewonlab2a6c9342014-10-16 13:40:15 -04006 <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>
andrewonlabe9fb6722014-10-24 12:20:35 -040014 <host>10.128.174.10</host>
andrewonlab2a6c9342014-10-16 13:40:15 -040015 <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>
andrewonlabe9fb6722014-10-24 12:20:35 -040023 <host>10.128.174.10</host>
andrewonlab867212a2014-10-22 20:13:38 -040024 <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>
andrewonlabe9fb6722014-10-24 12:20:35 -040032 <host>10.128.174.10</host>
andrewonlab867212a2014-10-22 20:13:38 -040033 <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
andrewonlabb54b85b2014-10-28 18:43:57 -040049 <ONOS2>
50 <host>10.128.174.2</host>
51 <user>admin</user>
52 <password>onos_test</password>
53 <type>OnosDriver</type>
54 <connect_order>3</connect_order>
55 <COMPONENTS> </COMPONENTS>
56 </ONOS2>
57
58 <ONOS3>
59 <host>10.128.174.3</host>
60 <user>admin</user>
61 <password>onos_test</password>
62 <type>OnosDriver</type>
63 <connect_order>3</connect_order>
64 <COMPONENTS> </COMPONENTS>
65 </ONOS3>
66
andrewonlab2a6c9342014-10-16 13:40:15 -040067 <Mininet1>
68 <host>10.128.10.90</host>
69 <user>admin</user>
70 <password>onos_test</password>
71 <type>MininetCliDriver</type>
72 <connect_order>4</connect_order>
73 <COMPONENTS>
andrewonlab65d73892014-11-10 17:36:00 -050074 <arg1> --custom topo-perf-2sw.py </arg1>
andrewonlab8d29f122014-10-22 17:15:04 -040075 <arg2> --arp --mac --topo mytopo</arg2>
76 <arg3> </arg3>
andrewonlab2a6c9342014-10-16 13:40:15 -040077 <controller> remote </controller>
78 </COMPONENTS>
79 </Mininet1>
80
andrewonlab8d29f122014-10-22 17:15:04 -040081 <Mininet2>
82 <host>10.128.10.90</host>
83 <user>admin</user>
84 <password>onos_test</password>
85 <type>RemoteMininetDriver</type>
86 <connect_order>5</connect_order>
87 <COMPONENTS> </COMPONENTS>
88 </Mininet2>
89
andrewonlab2a6c9342014-10-16 13:40:15 -040090 </COMPONENT>
91</TOPOLOGY>