andrewonlab | 92ea367 | 2014-11-04 20:22:14 -0500 | [diff] [blame] | 1 | <PARAMS> |
andrewonlab | d019a6b | 2015-02-05 00:05:22 -0500 | [diff] [blame] | 2 | <testcases>1,4,5,4,5,4,5,4</testcases> |
andrewonlab | 92ea367 | 2014-11-04 20:22:14 -0500 | [diff] [blame] | 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>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> |
andrewonlab | 4293dcb | 2014-12-02 15:48:05 -0500 | [diff] [blame] | 22 | <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> |
andrewonlab | 92ea367 | 2014-11-04 20:22:14 -0500 | [diff] [blame] | 26 | </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 |
andrewonlab | d019a6b | 2015-02-05 00:05:22 -0500 | [diff] [blame] | 39 | <numIter>8</numIter> |
andrewonlab | a57a304 | 2015-01-23 13:53:05 -0500 | [diff] [blame] | 40 | <numIgnore>2</numIgnore> |
| 41 | <numSwitch>8</numSwitch> |
andrewonlab | 4293dcb | 2014-12-02 15:48:05 -0500 | [diff] [blame] | 42 | <batchThresholdMin>0</batchThresholdMin> |
| 43 | <batchThresholdMax>1000</batchThresholdMax> |
andrewonlab | a57a304 | 2015-01-23 13:53:05 -0500 | [diff] [blame] | 44 | <batchIntentSize>1</batchIntentSize> |
andrewonlab | 4293dcb | 2014-12-02 15:48:05 -0500 | [diff] [blame] | 45 | <numMult>1</numMult> |
andrewonlab | a57a304 | 2015-01-23 13:53:05 -0500 | [diff] [blame] | 46 | #Interface to bring down for intent reroute case |
| 47 | <intfs>s3-eth2</intfs> |
andrewonlab | 92ea367 | 2014-11-04 20:22:14 -0500 | [diff] [blame] | 48 | </TEST> |
| 49 | |
andrewonlab | 302cd53 | 2015-02-20 13:59:50 -0500 | [diff] [blame] | 50 | <DB> |
| 51 | <intentFilePath> |
| 52 | /home/admin/ONLabTest/TestON/tests/IntentPerfNext/intentInstallPathDb.log |
| 53 | </intentFilePath> |
| 54 | </DB> |
| 55 | |
andrewonlab | 92ea367 | 2014-11-04 20:22:14 -0500 | [diff] [blame] | 56 | <JSON> |
| 57 | <submittedTime>intentSubmittedTimestamp</submittedTime> |
| 58 | <installedTime>intentInstalledTimestamp</installedTime> |
| 59 | <wdRequestTime>intentWithdrawRequestedTimestamp</wdRequestTime> |
| 60 | <withdrawnTime>intentWithdrawnTimestamp</withdrawnTime> |
| 61 | </JSON> |
| 62 | </PARAMS> |