blob: 93b3923738825239eb454e40ab4db8161074ab8f [file] [log] [blame]
andrew@onlab.us5cdb2852015-03-11 15:11:10 -07001<PARAMS>
2
3 <testcases>1,3</testcases>
4
5 <isOnBaremetal>true</isOnBaremetal>
6 <SCALE>1</SCALE>
7 <availableNodes>7</availableNodes>
8
9
10
11 <ENV>
12 <cellName>flowTP</cellName>
13 <cellFeatures>webconsole,onos-core,onos-api,onos-cli,onos-null,onos-app-demo,onos-rest,onos-app-metrics,onos-app-metrics-intent,onos-app-metrics-topology</cellFeatures>
14 </ENV>
15
16 <TEST>
17 <skipCleanInstall>yes</skipCleanInstall>
18 <warmUp>4</warmUp> #number of runs to warm up the system
19 <sampleSize>20</sampleSize> #number of runs to take data from
20 <neighbors>6</neighbors> #list of number of neighbors
21 <servers>7</servers> #list of servers
22 <flows>122500</flows>
23 <switches>35</switches>
24
25 <testCMD0>flow-tester.py -f</testCMD0> #base command
26 <testCMD1> -n </testCMD1> #neighbors
27
28 </TEST>
29
30 <GIT>
31 <autopull>on</autopull>
32 <checkout>master</checkout>
33 </GIT>
34
35 <CTRL>
36 <USER>admin</USER>
37
38 <ip1>10.254.1.201</ip1>
39 <port1>6633</port1>
40
41 <ip2>10.254.1.202</ip2>
42 <port2>6633</port2>
43
44 <ip3>10.254.1.203</ip3>
45 <port3>6633</port3>
46
47 <ip4>10.254.1.204</ip4>
48 <port4>6633</port4>
49
50 <ip5>10.254.1.205</ip5>
51 <port5>6633</port5>
52
53 <ip6>10.254.1.206</ip6>
54 <port6>6633</port6>
55
56 <ip7>10.254.1.207</ip7>
57 <port7>6633</port7>
58
59 </CTRL>
60
61 <MN>
62 <ip1>10.254.1.200</ip1>
63 </MN>
64
65 <BENCH>
66 <user>admin</user>
67 <ip1>10.254.1.200</ip1>
68 </BENCH>
69
70 <JSON>
71 </JSON>
72
73</PARAMS>