blob: 0c84cc7e84542bb405b3d7bbc5183502864462b8 [file] [log] [blame]
andrewonlab7735d852014-10-09 13:02:47 -04001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
andrewonlab8d0d7d72014-10-09 16:33:15 -04005 <host>10.128.20.10</host>
andrewonlab7735d852014-10-09 13:02:47 -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
andrewonlabc7345f22014-10-13 14:12:59 -040013 <ONOScli>
14 <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>
20 </ONOScli>
21
andrewonlab7735d852014-10-09 13:02:47 -040022 <ONOS1>
andrewonlab8790abb2014-11-06 13:51:54 -050023 <host>10.128.174.1</host>
Jon Hallea7818b2014-10-09 14:30:59 -040024 <user>sdn</user>
andrewonlabe6745342014-10-17 14:29:13 -040025 <password>rocks</password>
andrewonlab7735d852014-10-09 13:02:47 -040026 <type>OnosDriver</type>
andrewonlabc7345f22014-10-13 14:12:59 -040027 <connect_order>3</connect_order>
andrewonlab7735d852014-10-09 13:02:47 -040028 <COMPONENTS> </COMPONENTS>
29 </ONOS1>
30
31 <Mininet1>
andrewonlab8d0d7d72014-10-09 16:33:15 -040032 <host>10.128.10.90</host>
andrewonlab7735d852014-10-09 13:02:47 -040033 <user>admin</user>
34 <password>onos_test</password>
35 <type>MininetCliDriver</type>
andrewonlabc7345f22014-10-13 14:12:59 -040036 <connect_order>4</connect_order>
andrewonlab7735d852014-10-09 13:02:47 -040037 <COMPONENTS>
andrew@onlab.us59e8f692014-10-09 21:41:48 -040038 #Specify the Option for mininet
Jon Hall31735332014-10-10 15:27:43 -040039 <arg1> --topo tree,2,3</arg1>
andrewonlabf103e9f2014-10-10 00:59:07 -040040 <arg2> </arg2>
Jon Hall31735332014-10-10 15:27:43 -040041 <arg3> </arg3>
andrew@onlab.us59e8f692014-10-09 21:41:48 -040042 <controller> remote </controller>
andrewonlab7735d852014-10-09 13:02:47 -040043 </COMPONENTS>
44 </Mininet1>
45
andrewonlab86dc3082014-10-13 18:18:38 -040046 <Mininet2>
andrewonlabf80585f2014-10-13 19:00:11 -040047 <host>10.128.10.91</host>
andrewonlab86dc3082014-10-13 18:18:38 -040048 <user>admin</user>
49 <password>onos_test</password>
andrewonlabf80585f2014-10-13 19:00:11 -040050 <type>MininetCliDriver</type>
andrewonlab86dc3082014-10-13 18:18:38 -040051 <connect_order>5</connect_order>
52 <COMPONENTS>
53 <arg1> --custom topo-intentTPtest.py </arg1>
54 <arg2> --arp --mac</arg2>
55 <arg3> --topo mytopo</arg3>
56 <controller> remote </controller>
57 </COMPONENTS>
58 </Mininet2>
59
andrewonlab7735d852014-10-09 13:02:47 -040060 </COMPONENT>
61</TOPOLOGY>