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