blob: 58917ba56446b173e3ee9f3a34bbd18785c31c18 [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
Jon Hall439c8912016-04-15 02:22:03 -07005 # 11 - Start Mininet with Openflow 1.3 (OpenvSwitch --version more than 2.3.1)
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -08006 # 12 - Assign switch to controller
7 # 14 - Stop Mininet
Jon Hall439c8912016-04-15 02:22:03 -07008 # 2000 - Test Point Intent
9 # 3000 - Test Single To Multi Point Intent
10 # 4000 - Test multi to single point intents
11 # 5000 - Test host mobility
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080012
Jon Hall439c8912016-04-15 02:22:03 -070013 <testcases>1,2,11,12,13,2000,3000,4000,5000,14</testcases>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080014
15 <SCALE>
16 <size>1</size>
17 </SCALE>
18
19 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070020 <path>/tests/FUNC/FUNCipv6Intent/dependencies/</path>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080021 <wrapper1>startUp</wrapper1>
22 <wrapper2>FUNCIpv6IntentFunction</wrapper2>
23 <wrapper3>topo</wrapper3>
24 <topology>newFuncTopo.py</topology>
25 </DEPENDENCY>
26
27 <ENV>
28 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
29 </ENV>
30 <GIT>
Subhash Kumar Singh5ea4d302015-11-05 14:36:52 +053031 <pull>false</pull>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080032 <branch>master</branch>
33 </GIT>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080034 <SLEEP>
35 <startup>15</startup>
36 <reroute>5</reroute>
37 <removeintent>10</removeintent>
38 <checkintent>5</checkintent>
39 <fwd>10</fwd>
40 <topoAttempts>3</topoAttempts>
41 </SLEEP>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080042 <MININET>
43 <switch>7</switch>
44 <links>20</links>
45 </MININET>
46
47 # Intent tests params
48 <SDNIP>
49 <tcpProto>6</tcpProto>
sathishmad953462015-12-03 17:42:07 +053050 <icmpProto>58</icmpProto>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080051 <srcPort>5001</srcPort>
52 <dstPort>5001</dstPort>
53 </SDNIP>
54
55</PARAMS>