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 |
GlennRC | 58ea254 | 2015-09-02 14:23:34 -0700 | [diff] [blame] | 6 | # 0,1,10,20,1,11,20,1,10,21,1,11,21,100 |
GlennRC | 14d54f7 | 2015-09-03 10:51:37 -0700 | [diff] [blame^] | 7 | <testcases>0,1,11,20,1,11,21,100</testcases> |
GlennRC | b3202c5 | 2015-08-24 14:43:30 -0700 | [diff] [blame] | 8 | |
| 9 | <SCALE> |
| 10 | <size>1</size> |
| 11 | <max>1</max> |
| 12 | </SCALE> |
| 13 | |
| 14 | <DEPENDENCY> |
| 15 | <path>/tests/SCPFmaxIntents/Dependency/</path> |
| 16 | <wrapper1>startUp</wrapper1> |
| 17 | <wrapper2>maxIntentFunctions</wrapper2> |
| 18 | <topology>rerouteTopo.py</topology> |
| 19 | </DEPENDENCY> |
| 20 | |
| 21 | <ENV> |
| 22 | <cellName>productionCell</cellName> |
| 23 | <cellApps>drivers</cellApps> |
| 24 | </ENV> |
| 25 | |
| 26 | <GIT> |
| 27 | <pull>False</pull> |
| 28 | <branch>master</branch> |
| 29 | </GIT> |
| 30 | |
| 31 | <CTRL> |
| 32 | <port>6633</port> |
| 33 | </CTRL> |
| 34 | |
| 35 | <SLEEP> |
| 36 | <startup>3</startup> |
| 37 | <install>5</install> |
| 38 | <verify>15</verify> |
| 39 | <reroute>15</reroute> |
| 40 | # timeout for pexpect |
| 41 | <timeout>120</timeout> |
| 42 | </SLEEP> |
| 43 | |
GlennRC | 58ea254 | 2015-09-02 14:23:34 -0700 | [diff] [blame] | 44 | <DATABASE> |
| 45 | <nic>1gig</nic> |
| 46 | <node>baremetal</node> |
| 47 | </DATABASE> |
| 48 | |
GlennRC | b3202c5 | 2015-08-24 14:43:30 -0700 | [diff] [blame] | 49 | <TEST> |
| 50 | <batch_size>1000</batch_size> |
GlennRC | 14d54f7 | 2015-09-03 10:51:37 -0700 | [diff] [blame^] | 51 | <min_intents>500000</min_intents> |
GlennRC | 58ea254 | 2015-09-02 14:23:34 -0700 | [diff] [blame] | 52 | <max_intents>1000000</max_intents> |
GlennRC | ec6c761 | 2015-08-31 14:52:10 -0700 | [diff] [blame] | 53 | <check_interval>10000</check_interval> |
GlennRC | b3202c5 | 2015-08-24 14:43:30 -0700 | [diff] [blame] | 54 | </TEST> |
| 55 | |
| 56 | </PARAMS> |