Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 1 | <TOPOLOGY> |
| 2 | <COMPONENT> |
| 3 | |
| 4 | <ONOSbench> |
| 5 | <host>localhost</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 6 | <user>sdn</user> |
| 7 | <password>rocks</password> |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 8 | <type>OnosDriver</type> |
| 9 | <connect_order>1</connect_order> |
| 10 | <COMPONENTS> |
| 11 | </COMPONENTS> |
| 12 | </ONOSbench> |
| 13 | |
| 14 | <ONOSrest1> |
| 15 | <host>OC1</host> |
| 16 | <port>8181</port> |
| 17 | <user>onos</user> |
| 18 | <password>rocks</password> |
| 19 | <type>OnosRestDriver</type> |
| 20 | <connect_order>2</connect_order> |
| 21 | <COMPONENTS> |
| 22 | </COMPONENTS> |
| 23 | </ONOSrest1> |
| 24 | |
| 25 | <ONOSrest2> |
| 26 | <host>OC2</host> |
| 27 | <port>8181</port> |
| 28 | <user>onos</user> |
| 29 | <password>rocks</password> |
| 30 | <type>OnosRestDriver</type> |
| 31 | <connect_order>3</connect_order> |
| 32 | <COMPONENTS> |
| 33 | </COMPONENTS> |
| 34 | </ONOSrest2> |
| 35 | |
| 36 | <ONOSrest3> |
| 37 | <host>OC3</host> |
| 38 | <port>8181</port> |
| 39 | <user>onos</user> |
| 40 | <password>rocks</password> |
| 41 | <type>OnosRestDriver</type> |
| 42 | <connect_order>4</connect_order> |
| 43 | <COMPONENTS> |
| 44 | </COMPONENTS> |
| 45 | </ONOSrest3> |
| 46 | |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 47 | <Mininet1> |
| 48 | <host>OCN</host> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 49 | <user>sdn</user> |
| 50 | <password>rocks</password> |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 51 | <type>MininetCliDriver</type> |
| 52 | <connect_order>5</connect_order> |
| 53 | <COMPONENTS> </COMPONENTS> |
| 54 | </Mininet1> |
| 55 | |
| 56 | </COMPONENT> |
| 57 | </TOPOLOGY> |