blob: 7e1de7782760d14e685625519147bb020ab8a92d [file] [log] [blame]
andrewonlab92ea3672014-11-04 20:22:14 -05001<PARAMS>
andrewonlab8790abb2014-11-06 13:51:54 -05002 <testcases>1,2</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>
22 </CTRL>
23
24 <MN>
25 <ip1>10.128.10.90</ip1>
26 <ip2>10.128.10.91</ip2>
27 </MN>
28
29 <BENCH>
30 <ip>10.128.174.10</ip>
31 </BENCH>
32
33 <TEST>
34 #Number of times to iterate each case
35 <numIter>5</numIter>
36 </TEST>
37
38 <JSON>
39 <submittedTime>intentSubmittedTimestamp</submittedTime>
40 <installedTime>intentInstalledTimestamp</installedTime>
41 <wdRequestTime>intentWithdrawRequestedTimestamp</wdRequestTime>
42 <withdrawnTime>intentWithdrawnTimestamp</withdrawnTime>
43 </JSON>
44</PARAMS>