blob: 1daba68d90705f64b7f48b71711075e0c1de8c97 [file] [log] [blame]
kelvin-onlabd48a68c2015-07-13 16:01:36 -07001<PARAMS>
2
kelvin-onlabb769f562015-07-15 17:05:10 -07003 <testcases>1,2,11,12,13,1000,2000,3000,4000</testcases>
kelvin-onlabd48a68c2015-07-13 16:01:36 -07004
5 <SCALE>
6 <size>1,3</size>
7 </SCALE>
8
9 <DEPENDENCY>
10 <path>/tests/FUNCintent/Dependency/</path>
11 <wrapper1>startUp</wrapper1>
12 <wrapper2>FuncIntentFunction</wrapper2>
13 <topology>newFuncTopo.py</topology>
14 </DEPENDENCY>
15
16 <ENV>
17 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
18 </ENV>
19 <GIT>
20 <pull>False</pull>
21 <branch>master</branch>
22 </GIT>
23
24 <SLEEP>
25 <startup>15</startup>
26 <reroute>5</reroute>
27 <checkintent>5</checkintent>
28 </SLEEP>
29
30 <MININET>
31 <switch>7</switch>
32 <links>20</links>
33 </MININET>
34
kelvin-onlabb769f562015-07-15 17:05:10 -070035 # Intent tests params
36 <SDNIP>
37 <tcpProto>6</tcpProto>
38 <icmpProto>1</icmpProto>
39 <srcPort>5001</srcPort>
40 <dstPort>5001</dstPort>
41 </SDNIP>
42
kelvin-onlabd48a68c2015-07-13 16:01:36 -070043</PARAMS>