GlennRC | b3202c5 | 2015-08-24 14:43:30 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
| 5 | <host>localhost</host> |
| 6 | <user>admin</user> |
| 7 | <password></password> |
| 8 | <type>OnosDriver</type> |
| 9 | <connect_order>1</connect_order> |
| 10 | <COMPONENTS> |
| 11 | </COMPONENTS> |
| 12 | </ONOSbench> |
| 13 | |
| 14 | <ONOScli1> |
| 15 | <host>localhost</host> |
| 16 | <user>admin</user> |
| 17 | <password></password> |
| 18 | <type>OnosCliDriver</type> |
| 19 | <connect_order>2</connect_order> |
| 20 | <COMPONENTS> |
| 21 | </COMPONENTS> |
| 22 | </ONOScli1> |
| 23 | |
| 24 | <Mininet1> |
| 25 | <host>localhost</host> |
| 26 | <user>admin</user> |
| 27 | <password>onos_test</password> |
| 28 | <type>MininetCliDriver</type> |
| 29 | <connect_order>5</connect_order> |
| 30 | <COMPONENTS> |
| 31 | </COMPONENTS> |
| 32 | </Mininet1> |
| 33 | |
| 34 | </COMPONENT> |
| 35 | </TOPOLOGY> |