andrewonlab | 7735d85 | 2014-10-09 13:02:47 -0400 | [diff] [blame] | 1 | <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 | |
| 13 | <ONOS1> |
| 14 | <host>10.128.20.11</host> |
| 15 | <user>admin</user> |
| 16 | <password>onos_test</password> |
| 17 | <type>OnosDriver</type> |
| 18 | <connect_order>2</connect_order> |
| 19 | <COMPONENTS> </COMPONENTS> |
| 20 | </ONOS1> |
| 21 | |
| 22 | <Mininet1> |
| 23 | <host>10.128.10.90</host> |
| 24 | <user>admin</user> |
| 25 | <password>onos_test</password> |
| 26 | <type>MininetCliDriver</type> |
| 27 | <connect_order>2</connect_order> |
| 28 | <COMPONENTS> |
| 29 | <arg1> </arg1> |
| 30 | <arg2> </arg2> |
| 31 | <controller>remote</controller> |
| 32 | </COMPONENTS> |
| 33 | </Mininet1> |
| 34 | |
| 35 | </COMPONENT> |
| 36 | </TOPOLOGY> |