pingping-lin | 8b306ac | 2014-11-17 18:13:51 -0800 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
| 5 | <host>127.0.0.1</host> |
| 6 | <user>sdn</user> |
| 7 | <password>rocks</password> |
| 8 | <type>OnosDriver</type> |
| 9 | <connect_order>1</connect_order> |
| 10 | <COMPONENTS> </COMPONENTS> |
| 11 | </ONOSbench> |
| 12 | |
| 13 | <ONOScli> |
| 14 | <host>127.0.0.1</host> |
| 15 | <user>sdn</user> |
| 16 | <password>rocks</password> |
| 17 | <type>OnosCliDriver</type> |
| 18 | <connect_order>2</connect_order> |
| 19 | <COMPONENTS> </COMPONENTS> |
| 20 | </ONOScli> |
| 21 | |
| 22 | <ONOS1> |
| 23 | <host>127.0.0.1</host> |
| 24 | <user>sdn</user> |
| 25 | <password>rocks</password> |
| 26 | <type>OnosDriver</type> |
| 27 | <connect_order>3</connect_order> |
| 28 | <COMPONENTS> </COMPONENTS> |
| 29 | </ONOS1> |
| 30 | |
| 31 | <Quaggacli> |
| 32 | <host>127.0.0.1</host> |
| 33 | <user>username</user> |
| 34 | <password>password</password> |
| 35 | <type>QuaggaCliDriver</type> |
| 36 | <connect_order>5</connect_order> |
| 37 | <COMPONENTS> </COMPONENTS> |
| 38 | </Quaggacli> |
| 39 | |
| 40 | </COMPONENT> |
| 41 | </TOPOLOGY> |