blob: 1f36084a2a93dbedf7e9c8c5a160a1e46775cddd [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
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080019 <GRAPH>
20 <nodeCluster>VM</nodeCluster>
21 <builds>20</builds>
22 </GRAPH>
23
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080024 <SCALE>
25 <size>1</size>
26 </SCALE>
27
28 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070029 <path>/tests/FUNC/FUNCipv6Intent/dependencies/</path>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080030 <wrapper1>startUp</wrapper1>
31 <wrapper2>FUNCIpv6IntentFunction</wrapper2>
32 <wrapper3>topo</wrapper3>
33 <topology>newFuncTopo.py</topology>
34 </DEPENDENCY>
35
36 <ENV>
37 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
38 </ENV>
39 <GIT>
Subhash Kumar Singh5ea4d302015-11-05 14:36:52 +053040 <pull>false</pull>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080041 <branch>master</branch>
42 </GIT>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080043 <SLEEP>
44 <startup>15</startup>
45 <reroute>5</reroute>
46 <removeintent>10</removeintent>
47 <checkintent>5</checkintent>
48 <fwd>10</fwd>
49 <topoAttempts>3</topoAttempts>
50 </SLEEP>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080051 <MININET>
52 <switch>7</switch>
53 <links>20</links>
54 </MININET>
55
56 # Intent tests params
57 <SDNIP>
58 <tcpProto>6</tcpProto>
sathishmad953462015-12-03 17:42:07 +053059 <icmpProto>58</icmpProto>
Subhash Kumar Singhc73b3a72015-11-03 21:34:04 -080060 <srcPort>5001</srcPort>
61 <dstPort>5001</dstPort>
62 </SDNIP>
63
64</PARAMS>