You Wang | db927a5 | 2016-02-26 11:03:28 -0800 | [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> </COMPONENTS> |
| 11 | </ONOSbench> |
| 12 | |
| 13 | <ONOScli1> |
| 14 | <host>localhost</host> |
| 15 | <user>admin</user> |
| 16 | <password></password> |
| 17 | <type>OnosCliDriver</type> |
| 18 | <connect_order>2</connect_order> |
| 19 | <COMPONENTS> </COMPONENTS> |
| 20 | </ONOScli1> |
| 21 | |
| 22 | <ONOScli2> |
| 23 | <host>localhost</host> |
| 24 | <user>admin</user> |
| 25 | <password></password> |
| 26 | <type>OnosCliDriver</type> |
| 27 | <connect_order>3</connect_order> |
| 28 | <COMPONENTS> </COMPONENTS> |
| 29 | </ONOScli2> |
| 30 | |
| 31 | <ONOScli3> |
| 32 | <host>localhost</host> |
| 33 | <user>admin</user> |
| 34 | <password></password> |
| 35 | <type>OnosCliDriver</type> |
| 36 | <connect_order>4</connect_order> |
| 37 | <COMPONENTS> </COMPONENTS> |
| 38 | </ONOScli3> |
| 39 | |
| 40 | <Mininet1> |
| 41 | <host>OCN</host> |
| 42 | <user>admin</user> |
| 43 | <password></password> |
| 44 | <type>MininetCliDriver</type> |
| 45 | <connect_order>10</connect_order> |
| 46 | <COMPONENTS> </COMPONENTS> |
| 47 | </Mininet1> |
| 48 | |
| 49 | </COMPONENT> |
| 50 | </TOPOLOGY> |