lanqinglong | 77124b0 | 2015-08-06 11:47:38 +0800 | [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> </COMPONENTS> |
| 21 | </ONOScli1> |
| 22 | |
| 23 | <ONOS1> |
| 24 | <host>OC1</host> |
| 25 | <user>sdn</user> |
| 26 | <password>rocks</password> |
| 27 | <type>OnosDriver</type> |
| 28 | <connect_order>3</connect_order> |
| 29 | <COMPONENTS> </COMPONENTS> |
| 30 | </ONOS1> |
| 31 | |
| 32 | <ONOSrest> |
| 33 | <host>OC1</host> |
| 34 | <user>sdn</user> |
| 35 | <password>rocks</password> |
| 36 | <type>OnosRestDriver</type> |
| 37 | <connect_order>4</connect_order> |
| 38 | <COMPONENTS> </COMPONENTS> |
| 39 | </ONOSrest> |
| 40 | |
| 41 | <Mininet1> |
| 42 | <host>OCN</host> |
| 43 | <user>admin</user> |
| 44 | <password>onos_test</password> |
| 45 | <type>MininetCliDriver</type> |
| 46 | <connect_order>5</connect_order> |
| 47 | <COMPONENTS> |
| 48 | <controller> none </controller> |
| 49 | </COMPONENTS> |
| 50 | </Mininet1> |
| 51 | |
| 52 | </COMPONENT> |
| 53 | </TOPOLOGY> |