blob: 97e2aabe9d80c62d4eafc76f6c7e8b4cf84a914e [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
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>
GlennRCec6c7612015-08-31 14:52:10 -070045 <min_intents>800000</min_intents>
46 <max_intents>10000000</max_intents>
47 <check_interval>10000</check_interval>
GlennRCb3202c52015-08-24 14:43:30 -070048 </TEST>
49
50</PARAMS>