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