blob: 7a47a514eb4622cddaf7bfc6563205cf2e21e3e0 [file] [log] [blame]
pingping-lin763ee042015-05-20 17:45:30 -07001<PARAMS>
2 <testcases>1,2,3</testcases>
3
4 <ENV>
5 <cellName>network_tp_test</cellName>
6 <cellFeatures>"webconsole,onos-core,onos-api,onos-cli,onos-null,onos-rest,onos-app-metrics,onos-app-metrics-intent,onos-app-metrics-topology"</cellFeatures>
7 <onBaremetal>true</onBaremetal> "true"
8 </ENV>
9
10 <SCALE>6</SCALE>
11
12 <availableNodes>7</availableNodes>
13
14 <GIT>
15 <autopull>off</autopull>
16 <checkout>master</checkout>
17 </GIT>
18
19 <CTRL>
20 <USER>admin</USER>
21 <ip1>10.254.1.201</ip1>
22 <port1>6633</port1>
23 <ip2>10.254.1.202</ip2>
24 <port2>6633</port2>
25 <ip3>10.254.1.203</ip3>
26 <port3>6633</port3>
27 <ip4>10.254.1.204</ip4>
28 <port4>6633</port4>
29 <ip5>10.254.1.205</ip5>
30 <port5>6633</port5>
31 <ip6>10.254.1.206</ip6>
32 <port6>6633</port6>
33 <ip7>10.254.1.207</ip7>
34 <port7>6633</port7>
35 </CTRL>
36
37 <BENCH>
38 <user>admin</user>
39 <ip1>localhost</ip1>
40 </BENCH>
41
42 <TEST> # duration = time the test loop runs
43 # log_interval = how often the data is reported
44 # wait = time between tests, used to let the averages run down
45 <configFile>/onos/tools/package/etc/org.onosproject.net.topology.impl.DefaultTopologyProvider.cfg</configFile>
46 <flickerRates>20000,20000,20000,20000,20000,20000,20000</flickerRates>
47 <devicesPerNode>40,40,40,40,40,40,40</devicesPerNode>
48 <flickerRate>1000</flickerRate>
49 <linkgraphdif>.03</linkgraphdif> # 0-1 indicated link/graph rate dif tolerance
50 <duration>1800</duration>
51 <log_interval>15</log_interval>
52 <wait>60</wait>
53 <skipCleanInstall>yes</skipCleanInstall>
54 <MN>localhost</MN>
55 <logFile>link_event_tp_results_LOG</logFile>
56 </TEST>
57
58 <JSON>
59 <intents_rate>intentInstalledRate</intents_rate>
60 </JSON>
61
62</PARAMS>