blob: 88f2bc7140e192d9f3359891633417cacc373180 [file] [log] [blame]
andrewonlab92ea3672014-11-04 20:22:14 -05001<PARAMS>
andrewonlabd019a6b2015-02-05 00:05:22 -05002 <testcases>1,4,5,4,5,4,5,4</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
andrewonlabd019a6b2015-02-05 00:05:22 -050039 <numIter>8</numIter>
andrewonlaba57a3042015-01-23 13:53:05 -050040 <numIgnore>2</numIgnore>
41 <numSwitch>8</numSwitch>
andrewonlab4293dcb2014-12-02 15:48:05 -050042 <batchThresholdMin>0</batchThresholdMin>
43 <batchThresholdMax>1000</batchThresholdMax>
andrewonlaba57a3042015-01-23 13:53:05 -050044 <batchIntentSize>1</batchIntentSize>
andrewonlab4293dcb2014-12-02 15:48:05 -050045 <numMult>1</numMult>
andrewonlaba57a3042015-01-23 13:53:05 -050046 #Interface to bring down for intent reroute case
47 <intfs>s3-eth2</intfs>
andrewonlab92ea3672014-11-04 20:22:14 -050048 </TEST>
49
50 <JSON>
51 <submittedTime>intentSubmittedTimestamp</submittedTime>
52 <installedTime>intentInstalledTimestamp</installedTime>
53 <wdRequestTime>intentWithdrawRequestedTimestamp</wdRequestTime>
54 <withdrawnTime>intentWithdrawnTimestamp</withdrawnTime>
55 </JSON>
56</PARAMS>