blob: e1e06ebc9d3003d6df7faca4d22f23e867b3640d [file] [log] [blame]
Jon Hall66e001c2015-11-12 09:45:10 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>localhost</host>
Jon Hall53c5e662016-04-13 16:06:56 -07006 <user>sdn</user>
7 <password>rocks</password>
Jon Hall66e001c2015-11-12 09:45:10 -08008 <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
47 <ONOSrest4>
48 <host>OC4</host>
49 <port>8181</port>
50 <user>onos</user>
51 <password>rocks</password>
52 <type>OnosRestDriver</type>
53 <connect_order>3</connect_order>
54 <COMPONENTS>
55 </COMPONENTS>
56 </ONOSrest4>
57
58 <ONOSrest5>
59 <host>OC5</host>
60 <port>8181</port>
61 <user>onos</user>
62 <password>rocks</password>
63 <type>OnosRestDriver</type>
64 <connect_order>3</connect_order>
65 <COMPONENTS>
66 </COMPONENTS>
67 </ONOSrest5>
68
69 <ONOSrest6>
70 <host>OC6</host>
71 <port>8181</port>
72 <user>onos</user>
73 <password>rocks</password>
74 <type>OnosRestDriver</type>
75 <connect_order>3</connect_order>
76 <COMPONENTS>
77 </COMPONENTS>
78 </ONOSrest6>
79
80 <ONOSrest7>
81 <host>OC7</host>
82 <port>8181</port>
83 <user>onos</user>
84 <password>rocks</password>
85 <type>OnosRestDriver</type>
86 <connect_order>3</connect_order>
87 <COMPONENTS>
88 </COMPONENTS>
89 </ONOSrest7>
90
91 <Mininet1>
92 <host>OCN</host>
Jon Hall53c5e662016-04-13 16:06:56 -070093 <user>sdn</user>
94 <password>rocks</password>
Jon Hall66e001c2015-11-12 09:45:10 -080095 <type>MininetCliDriver</type>
96 <connect_order>5</connect_order>
97 <COMPONENTS> </COMPONENTS>
98 </Mininet1>
99
100 </COMPONENT>
101</TOPOLOGY>