blob: 73a3599551af554ab19de7b41f9c6bb856b0b2ef [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
sathishmc4362252016-04-20 18:29:48 +05305 # 11 - Start Mininet with Openflow 1.3 (Use OpenvSwitch version more than 2.3.1)
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -08006 # 12 - Assign switch to controller
sathishmc4362252016-04-20 18:29:48 +05307 # 13 - Discover hosts with Mininet Pingall(proto="IPV6")
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -08008 # 14 - Stop Mininet
sathishmc4362252016-04-20 18:29:48 +05309 # 16 - Balance ownership of switches
10 # 1000 - Test host intents
Jon Hall439c8912016-04-15 02:22:03 -070011 # 2000 - Test Point Intent
12 # 3000 - Test Single To Multi Point Intent
13 # 4000 - Test multi to single point intents
14 # 5000 - Test host mobility
sathishmc4362252016-04-20 18:29:48 +053015 # 6000 - Test Multi Point intent End Point Failure
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080016
sathishmc4362252016-04-20 18:29:48 +053017 <testcases>1,2,11,12,13,16,1000,2000,3000,4000,5000,6000,14</testcases>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080018
19 <SCALE>
20 <size>1</size>
21 </SCALE>
22
23 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070024 <path>/tests/FUNC/FUNCipv6Intent/dependencies/</path>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080025 <wrapper1>startUp</wrapper1>
26 <wrapper2>FUNCIpv6IntentFunction</wrapper2>
27 <wrapper3>topo</wrapper3>
28 <topology>newFuncTopo.py</topology>
29 </DEPENDENCY>
30
31 <ENV>
32 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
33 </ENV>
34 <GIT>
Subhash Kumar Singh5ea4d302015-11-05 14:36:52 +053035 <pull>false</pull>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080036 <branch>master</branch>
37 </GIT>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080038 <SLEEP>
39 <startup>15</startup>
40 <reroute>5</reroute>
41 <removeintent>10</removeintent>
42 <checkintent>5</checkintent>
43 <fwd>10</fwd>
44 <topoAttempts>3</topoAttempts>
45 </SLEEP>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080046 <MININET>
47 <switch>7</switch>
48 <links>20</links>
49 </MININET>
50
51 # Intent tests params
52 <SDNIP>
53 <tcpProto>6</tcpProto>
sathishmad953462015-12-03 17:42:07 +053054 <icmpProto>58</icmpProto>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080055 <srcPort>5001</srcPort>
56 <dstPort>5001</dstPort>
57 </SDNIP>
58
59</PARAMS>