andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
andrewonlab | 8d0d7d7 | 2014-10-09 16:33:15 -0400 | [diff] [blame] | 5 | <host>10.128.20.10</host> |
andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 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 | |
andrewonlab | c7345f2 | 2014-10-13 14:12:59 -0400 | [diff] [blame] | 13 | <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 | |
andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 22 | <ONOS1> |
andrewonlab | 8d0d7d7 | 2014-10-09 16:33:15 -0400 | [diff] [blame] | 23 | <host>10.128.20.11</host> |
Jon Hall | ea7818b | 2014-10-09 14:30:59 -0400 | [diff] [blame] | 24 | <user>sdn</user> |
| 25 | <password>sdn</password> |
andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 26 | <type>OnosDriver</type> |
andrewonlab | c7345f2 | 2014-10-13 14:12:59 -0400 | [diff] [blame] | 27 | <connect_order>3</connect_order> |
andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 28 | <COMPONENTS> </COMPONENTS> |
| 29 | </ONOS1> |
| 30 | |
| 31 | <Mininet1> |
andrewonlab | 8d0d7d7 | 2014-10-09 16:33:15 -0400 | [diff] [blame] | 32 | <host>10.128.10.90</host> |
andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 33 | <user>admin</user> |
| 34 | <password>onos_test</password> |
| 35 | <type>MininetCliDriver</type> |
andrewonlab | c7345f2 | 2014-10-13 14:12:59 -0400 | [diff] [blame] | 36 | <connect_order>4</connect_order> |
andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 37 | <COMPONENTS> |
andrew@onlab.us | 59e8f69 | 2014-10-09 21:41:48 -0400 | [diff] [blame] | 38 | #Specify the Option for mininet |
Jon Hall | 3173533 | 2014-10-10 15:27:43 -0400 | [diff] [blame] | 39 | <arg1> --topo tree,2,3</arg1> |
andrewonlab | f103e9f | 2014-10-10 00:59:07 -0400 | [diff] [blame] | 40 | <arg2> </arg2> |
Jon Hall | 3173533 | 2014-10-10 15:27:43 -0400 | [diff] [blame] | 41 | <arg3> </arg3> |
andrew@onlab.us | 59e8f69 | 2014-10-09 21:41:48 -0400 | [diff] [blame] | 42 | <controller> remote </controller> |
andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 43 | </COMPONENTS> |
| 44 | </Mininet1> |
| 45 | |
andrewonlab | 86dc308 | 2014-10-13 18:18:38 -0400 | [diff] [blame] | 46 | <Mininet2> |
andrewonlab | f80585f | 2014-10-13 19:00:11 -0400 | [diff] [blame] | 47 | <host>10.128.10.91</host> |
andrewonlab | 86dc308 | 2014-10-13 18:18:38 -0400 | [diff] [blame] | 48 | <user>admin</user> |
| 49 | <password>onos_test</password> |
andrewonlab | f80585f | 2014-10-13 19:00:11 -0400 | [diff] [blame] | 50 | <type>MininetCliDriver</type> |
andrewonlab | 86dc308 | 2014-10-13 18:18:38 -0400 | [diff] [blame] | 51 | <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 | |
andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 60 | </COMPONENT> |
| 61 | </TOPOLOGY> |