blob: a4231d9194df24aeeb815b24b3fa861dafbe613e [file] [log] [blame]
GlennRCb3202c52015-08-24 14:43:30 -07001<PARAMS>
2
3 # 0-init, 1-setup, 10-null provider setup,
4 # 11-mininet setup, 20-pushing intents,
5 # 21-rerouting intents
GlennRC58ea2542015-09-02 14:23:34 -07006 # 0,1,10,20,1,11,20,1,10,21,1,11,21,100
GlennRC5719ff02015-09-08 17:25:30 -07007 <testcases>0,1,11,20,1,11,21,1,10,20,1,10,21,100</testcases>
GlennRCb3202c52015-08-24 14:43:30 -07008
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
GlennRC58ea2542015-09-02 14:23:34 -070044 <DATABASE>
45 <nic>1gig</nic>
46 <node>baremetal</node>
47 </DATABASE>
48
GlennRCb3202c52015-08-24 14:43:30 -070049 <TEST>
50 <batch_size>1000</batch_size>
GlennRC5719ff02015-09-08 17:25:30 -070051 <min_intents>800000</min_intents>
52 <max_intents>1000000</max_intents>
GlennRCec6c7612015-08-31 14:52:10 -070053 <check_interval>10000</check_interval>
GlennRCb3202c52015-08-24 14:43:30 -070054 </TEST>
55
56</PARAMS>