blob: c7b3c62eb774a931c9596b0bf47ae797f2e928a3 [file] [log] [blame]
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -08001<PARAMS>
2 # CASE - Description
3 # 1 - Variable initialization and optional pull and build ONOS package
4 # 2 - Install ONOS
5 # 11 - Start Mininet with Openflow 1.3
6 # 12 - Assign switch to controller
7 # 14 - Stop Mininet
8
sathishmad953462015-12-03 17:42:07 +05309 <testcases>1,2,11,12,13,2000,14</testcases>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080010
11 <SCALE>
12 <size>1</size>
13 </SCALE>
14
15 <DEPENDENCY>
16 <path>/tests/FUNCipv6Intent/Dependency/</path>
17 <wrapper1>startUp</wrapper1>
18 <wrapper2>FUNCIpv6IntentFunction</wrapper2>
19 <wrapper3>topo</wrapper3>
20 <topology>newFuncTopo.py</topology>
21 </DEPENDENCY>
22
23 <ENV>
24 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
25 </ENV>
26 <GIT>
Subhash Kumar Singh5ea4d302015-11-05 14:36:52 +053027 <pull>false</pull>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080028 <branch>master</branch>
29 </GIT>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080030 <SLEEP>
31 <startup>15</startup>
32 <reroute>5</reroute>
33 <removeintent>10</removeintent>
34 <checkintent>5</checkintent>
35 <fwd>10</fwd>
36 <topoAttempts>3</topoAttempts>
37 </SLEEP>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080038 <MININET>
39 <switch>7</switch>
40 <links>20</links>
41 </MININET>
42
43 # Intent tests params
44 <SDNIP>
45 <tcpProto>6</tcpProto>
sathishmad953462015-12-03 17:42:07 +053046 <icmpProto>58</icmpProto>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080047 <srcPort>5001</srcPort>
48 <dstPort>5001</dstPort>
49 </SDNIP>
50
51</PARAMS>