| <TOPOLOGY> |
| <COMPONENT> |
| |
| <ONOSbench> |
| <host>localhost</host> |
| <user>sdn</user> |
| <password>rocks</password> |
| <type>OnosDriver</type> |
| <connect_order>1</connect_order> |
| <COMPONENTS> |
| </COMPONENTS> |
| </ONOSbench> |
| |
| <ONOSrest1> |
| <host>OC1</host> |
| <port>8181</port> |
| <user>onos</user> |
| <password>rocks</password> |
| <type>OnosRestDriver</type> |
| <connect_order>2</connect_order> |
| <COMPONENTS> |
| </COMPONENTS> |
| </ONOSrest1> |
| |
| <ONOSrest2> |
| <host>OC2</host> |
| <port>8181</port> |
| <user>onos</user> |
| <password>rocks</password> |
| <type>OnosRestDriver</type> |
| <connect_order>3</connect_order> |
| <COMPONENTS> |
| </COMPONENTS> |
| </ONOSrest2> |
| |
| <ONOSrest3> |
| <host>OC3</host> |
| <port>8181</port> |
| <user>onos</user> |
| <password>rocks</password> |
| <type>OnosRestDriver</type> |
| <connect_order>4</connect_order> |
| <COMPONENTS> |
| </COMPONENTS> |
| </ONOSrest3> |
| |
| <Mininet1> |
| <host>OCN</host> |
| <user>sdn</user> |
| <password>rocks</password> |
| <type>MininetCliDriver</type> |
| <connect_order>5</connect_order> |
| <COMPONENTS> </COMPONENTS> |
| </Mininet1> |
| |
| </COMPONENT> |
| </TOPOLOGY> |