GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
| 5 | <host>localhost</host> |
| 6 | <user>admin</user> |
| 7 | <password>onos_test</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>onos_test</password> |
| 18 | <type>OnosCliDriver</type> |
| 19 | <connect_order>2</connect_order> |
| 20 | <COMPONENTS> |
| 21 | </COMPONENTS> |
| 22 | </ONOScli1> |
| 23 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 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> </COMPONENTS> |
| 31 | </Mininet1> |
| 32 | |
| 33 | <ONOSrest> |
| 34 | <host>OC1</host> |
| 35 | <port>8181</port> |
GlennRC | a539137 | 2015-10-14 17:28:15 -0700 | [diff] [blame] | 36 | <user>onos</user> |
| 37 | <password>rocks</password> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 38 | <type>OnosRestDriver</type> |
| 39 | <connect_order>6</connect_order> |
| 40 | <COMPONENTS> |
| 41 | </COMPONENTS> |
| 42 | </ONOSrest> |
| 43 | |
| 44 | </COMPONENT> |
| 45 | </TOPOLOGY> |