jenkins | 7ead5a8 | 2015-03-13 10:28:21 -0700 | [diff] [blame] | 1 | <PARAMS> |
| 2 | <testcases>1,2,3,4,2,3,4,2,3,4,2,3</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 | </TEST> |
| 53 | |
| 54 | <DB> |
| 55 | <intentFilePath> |
| 56 | /home/admin/ONLabTest/TestON/tests/IntentPerfNextBM/intentLatencyResultDb.log |
| 57 | </intentFilePath> |
| 58 | </DB> |
| 59 | |
| 60 | <JSON> |
| 61 | <submittedTime>intentSubmittedTimestamp</submittedTime> |
| 62 | <installedTime>intentInstalledTimestamp</installedTime> |
| 63 | <wdRequestTime>intentWithdrawRequestedTimestamp</wdRequestTime> |
| 64 | <withdrawnTime>intentWithdrawnTimestamp</withdrawnTime> |
| 65 | </JSON> |
| 66 | </PARAMS> |