blob: edba27bfaf6360ef71de2bda45e6ea343099d617 [file] [log] [blame]
andrewonlab92ea3672014-11-04 20:22:14 -05001<PARAMS>
andrewonlab042b3912014-12-10 16:40:50 -05002 <testcases>1,5,7,2,3</testcases>
andrewonlab92ea3672014-11-04 20:22:14 -05003
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>admin</user>
16 <ip1>10.128.174.1</ip1>
17 <port1>6633</port1>
18 <ip2>10.128.174.2</ip2>
19 <port2>6633</port2>
20 <ip3>10.128.174.3</ip3>
21 <port3>6633</port3>
andrewonlab4293dcb2014-12-02 15:48:05 -050022 <ip4>10.128.174.4</ip4>
23 <ip5>10.128.174.5</ip5>
24 <ip6>10.128.174.6</ip6>
25 <ip7>10.128.174.7</ip7>
andrewonlab92ea3672014-11-04 20:22:14 -050026 </CTRL>
27
28 <MN>
29 <ip1>10.128.10.90</ip1>
30 <ip2>10.128.10.91</ip2>
31 </MN>
32
33 <BENCH>
34 <ip>10.128.174.10</ip>
35 </BENCH>
36
37 <TEST>
38 #Number of times to iterate each case
andrewonlabeb1d0542014-12-03 20:12:01 -050039 <numIter>15</numIter>
40 <numIgnore>3</numIgnore>
andrewonlab4293dcb2014-12-02 15:48:05 -050041 <numSwitch>9</numSwitch>
42 <batchThresholdMin>0</batchThresholdMin>
43 <batchThresholdMax>1000</batchThresholdMax>
andrewonlabeb1d0542014-12-03 20:12:01 -050044 <batchIntentSize>200</batchIntentSize>
andrewonlab4293dcb2014-12-02 15:48:05 -050045 <numMult>1</numMult>
andrewonlab92ea3672014-11-04 20:22:14 -050046 </TEST>
47
48 <JSON>
49 <submittedTime>intentSubmittedTimestamp</submittedTime>
50 <installedTime>intentInstalledTimestamp</installedTime>
51 <wdRequestTime>intentWithdrawRequestedTimestamp</wdRequestTime>
52 <withdrawnTime>intentWithdrawnTimestamp</withdrawnTime>
53 </JSON>
54</PARAMS>