GlennRC | b3202c5 | 2015-08-24 14:43:30 -0700 | [diff] [blame] | 1 | <PARAMS> |
| 2 | |
| 3 | # 0-init, 1-setup, 10-null provider setup, |
| 4 | # 11-mininet setup, 20-pushing intents, |
| 5 | # 21-rerouting intents |
| 6 | <testcases>0,1,10,20,1,11,20,1,10,21,1,11,21,100</testcases> |
| 7 | |
| 8 | <SCALE> |
| 9 | <size>1</size> |
| 10 | <max>1</max> |
| 11 | </SCALE> |
| 12 | |
| 13 | <DEPENDENCY> |
| 14 | <path>/tests/SCPFmaxIntents/Dependency/</path> |
| 15 | <wrapper1>startUp</wrapper1> |
| 16 | <wrapper2>maxIntentFunctions</wrapper2> |
| 17 | <topology>rerouteTopo.py</topology> |
| 18 | </DEPENDENCY> |
| 19 | |
| 20 | <ENV> |
| 21 | <cellName>productionCell</cellName> |
| 22 | <cellApps>drivers</cellApps> |
| 23 | </ENV> |
| 24 | |
| 25 | <GIT> |
| 26 | <pull>False</pull> |
| 27 | <branch>master</branch> |
| 28 | </GIT> |
| 29 | |
| 30 | <CTRL> |
| 31 | <port>6633</port> |
| 32 | </CTRL> |
| 33 | |
| 34 | <SLEEP> |
| 35 | <startup>3</startup> |
| 36 | <install>5</install> |
| 37 | <verify>15</verify> |
| 38 | <reroute>15</reroute> |
| 39 | # timeout for pexpect |
| 40 | <timeout>120</timeout> |
| 41 | </SLEEP> |
| 42 | |
| 43 | <TEST> |
| 44 | <batch_size>1000</batch_size> |
| 45 | <min_intents>500000</min_intents> |
GlennRC | 9882f35 | 2015-08-27 18:03:28 -0700 | [diff] [blame] | 46 | <max_intents>1000000</max_intents> |
GlennRC | b3202c5 | 2015-08-24 14:43:30 -0700 | [diff] [blame] | 47 | <check_interval>1000</check_interval> |
| 48 | </TEST> |
| 49 | |
| 50 | </PARAMS> |