blob: 7a08c48d9cd61030045ee1df0a4b59305ede7d24 [file] [log] [blame]
GlennRCb3202c52015-08-24 14:43:30 -07001<PARAMS>
2
GlennRC4c745432015-09-17 17:09:13 -07003 # 0-init
4 # 1-setup
5 # 10-null provider setup
6 # 11-mininet setup
7 # 20-pushing intents,
GlennRCb3202c52015-08-24 14:43:30 -07008 # 21-rerouting intents
GlennRC4c745432015-09-17 17:09:13 -07009 # 0,1,11,20,1,11,21,1,10,20,1,10,21,100
GlennRC5719ff02015-09-08 17:25:30 -070010 <testcases>0,1,11,20,1,11,21,1,10,20,1,10,21,100</testcases>
GlennRCb3202c52015-08-24 14:43:30 -070011
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>
Charles Chan029be652015-08-24 01:46:10 +080035 <port>6653</port>
GlennRCb3202c52015-08-24 14:43:30 -070036 </CTRL>
37
38 <SLEEP>
39 <startup>3</startup>
GlennRC4c745432015-09-17 17:09:13 -070040 <install>0</install>
41 <verify>0</verify>
42 <reroute>3</reroute>
GlennRCb3202c52015-08-24 14:43:30 -070043 # timeout for pexpect
44 <timeout>120</timeout>
45 </SLEEP>
46
GlennRC58ea2542015-09-02 14:23:34 -070047 <DATABASE>
GlennRC4c745432015-09-17 17:09:13 -070048 <file>MaxIntentDB</file>
GlennRC58ea2542015-09-02 14:23:34 -070049 <nic>1gig</nic>
50 <node>baremetal</node>
51 </DATABASE>
52
GlennRCb3202c52015-08-24 14:43:30 -070053 <TEST>
GlennRC4c745432015-09-17 17:09:13 -070054 <batch_size>10000</batch_size>
GlennRC5719ff02015-09-08 17:25:30 -070055 <min_intents>800000</min_intents>
56 <max_intents>1000000</max_intents>
GlennRC4c745432015-09-17 17:09:13 -070057 <check_interval>20000</check_interval>
GlennRCb3202c52015-08-24 14:43:30 -070058 </TEST>
59
60</PARAMS>