blob: 8fd6ed99a67a2094d238d8904c220a46b492c6f3 [file] [log] [blame]
suibin zhangfd266fd2015-10-27 17:06:33 -07001<TOPOLOGY>
2 <COMPONENT>
3 <ONOSbenchCli>
4 <host>localhost</host>
5 <user>admin</user>
6 <password>onos_test</password>
7 <type>OnosCliDriver</type>
8 <connect_order>1</connect_order>
9 <COMPONENTS>
10 </COMPONENTS>
11 </ONOSbenchCli>
12
13 <ONOSbenchRest>
14 <host>localhost</host>
15 <port>8181</port>
16 <user>karaf</user>
17 <password>karaf</password>
18 <type>OnosRestDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS>
21 </COMPONENTS>
22 </ONOSbenchRest>
23
24 <ONOSbenchDocker>
25 <host>localhost</host>
26 <user>admin</user>
27 <password>onos_test</password>
28 <type>DockerApiDriver</type>
29 <connect_order>3</connect_order>
30 <COMPONENTS>
31 </COMPONENTS>
32 </ONOSbenchDocker>
33
34 <Mininet1>
35 <host>localhost</host>
36 <user>admin</user>
37 <password>onos_test</password>
38 <type>MininetCliDriver</type>
39 <connect_order>5</connect_order>
40 <COMPONENTS>
41 <home>~/mininet/custom/</home>
42 </COMPONENTS>
43 </Mininet1>
44
45 </COMPONENT>
46</TOPOLOGY>