blob: f01f017c3421fb22c0a762a849496c846443fc9c [file] [log] [blame]
pingping-lin763ee042015-05-20 17:45:30 -07001<PARAMS>
2 <testcases>1,2,4,2,4,2,4,2</testcases>
3
4 <ENV>
5 <cellName>intent_perf_test</cellName>
6 </ENV>
7
8 <GIT>
9 #autoPull 'on' or 'off'
10 <autoPull>off</autoPull>
11 <checkout>master</checkout>
12 </GIT>
13
14 <CTRL>
15 <user>sdn</user>
16 <ip1>10.254.1.201</ip1>
17 <port1>6633</port1>
18 <ip2>10.254.1.202</ip2>
19 <port2>6633</port2>
20 <ip3>10.254.1.203</ip3>
21 <port3>6633</port3>
22 <ip4>10.254.1.204</ip4>
23 <ip5>10.254.1.205</ip5>
24 <ip6>10.254.1.206</ip6>
25 <ip7>10.254.1.207</ip7>
26 </CTRL>
27
28 <TSHARK>
29 <ofpPortStatus>OF 1.3 146</ofpPortStatus>
30 </TSHARK>
31
32 <MN>
33 <ip1>10.254.1.200</ip1>
34 <ip2>10.254.1.200</ip2>
35 </MN>
36
37 <BENCH>
38 <ip>10.254.1.200</ip>
39 </BENCH>
40
41 <TEST>
42 #Number of times to iterate each case
43 <numIter>8</numIter>
44 <numIgnore>2</numIgnore>
45 <numSwitch>8</numSwitch>
46 <batchThresholdMin>0</batchThresholdMin>
47 <batchThresholdMax>1000</batchThresholdMax>
48 <batchIntentSize>1</batchIntentSize>
49 <numMult>1</numMult>
50 #Interface to bring down for intent reroute case
51 <intfs>s3-eth2</intfs>
52 <cellStr>webconsole,onos-core,onos-api,onos-app-metrics,onos-app-gui,onos-cli,onos-openflow</cellStr>
53 </TEST>
54
55 <DB>
56 <intentFilePath>
57 /home/admin/ONLabTest/TestON/tests/IntentPerfNextBM/intentLatencyResultDb.log
58 </intentFilePath>
59 </DB>
60
61 <JSON>
62 <submittedTime>intentSubmittedTimestamp</submittedTime>
63 <installedTime>intentInstalledTimestamp</installedTime>
64 <wdRequestTime>intentWithdrawRequestedTimestamp</wdRequestTime>
65 <withdrawnTime>intentWithdrawnTimestamp</withdrawnTime>
66 </JSON>
67</PARAMS>