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> |
GlennRC | ed77124 | 2016-01-13 17:02:47 -0800 | [diff] [blame] | 23 | |
YPZhang | e3109a7 | 2016-02-02 11:25:37 -0800 | [diff] [blame] | 24 | <ONOSrest1> |
| 25 | <host>OC1</host> |
| 26 | <port>8181</port> |
| 27 | <user>onos</user> |
| 28 | <password>rocks</password> |
| 29 | <type>OnosRestDriver</type> |
| 30 | <connect_order>3</connect_order> |
| 31 | <COMPONENTS> |
| 32 | </COMPONENTS> |
| 33 | </ONOSrest1> |
| 34 | |
GlennRC | b3202c5 | 2015-08-24 14:43:30 -0700 | [diff] [blame] | 35 | <Mininet1> |
| 36 | <host>localhost</host> |
| 37 | <user>admin</user> |
| 38 | <password>onos_test</password> |
| 39 | <type>MininetCliDriver</type> |
| 40 | <connect_order>5</connect_order> |
| 41 | <COMPONENTS> |
| 42 | </COMPONENTS> |
| 43 | </Mininet1> |
| 44 | |
| 45 | </COMPONENT> |
| 46 | </TOPOLOGY> |