| <TOPOLOGY> |
| |
| <COMPONENT> |
| |
| <ONOSbench> |
| <host>localhost</host> |
| <user>admin</user> |
| <password>onos_test</password> |
| <type>OnosDriver</type> |
| <connect_order>1</connect_order> |
| <COMPONENTS><home>~/onos</home></COMPONENTS> |
| </ONOSbench> |
| |
| <ONOS1cli> |
| <host>OCN</host> |
| <user>admin</user> |
| <password>onos_test</password> |
| <type>OnosCliDriver</type> |
| <connect_order>2</connect_order> |
| <COMPONENTS> </COMPONENTS> |
| </ONOS1cli> |
| |
| <ONOS1> |
| <host>OC1</host> |
| <user>sdn</user> |
| <password>rocks</password> |
| <type>OnosDriver</type> |
| <connect_order>9</connect_order> |
| <COMPONENTS> </COMPONENTS> |
| </ONOS1> |
| |
| </COMPONENT> |
| |
| </TOPOLOGY> |
| |