kavitha Alagesan | 373e055 | 2016-11-22 05:22:05 +0530 | [diff] [blame] | 1 | |
| 2 | <PARAMS> |
| 3 | # CASE - Description |
| 4 | # 1 - Variable initialization and optional pull and build ONOS package |
| 5 | # 2 - install ONOS |
You Wang | dafb6e2 | 2018-01-22 17:01:00 -0800 | [diff] [blame] | 6 | # 3 - Start mininet and scapy and verify topology |
kavitha Alagesan | 373e055 | 2016-11-22 05:22:05 +0530 | [diff] [blame] | 7 | # 4 - Testing Scapy |
| 8 | # 5 - Testing GROUP with type "ALL" |
| 9 | # 6 - Deleting the Group and Flow |
| 10 | # 7 - Testing GROUP with type "INDIRECT" |
| 11 | # 8 - Deleting the group and flow |
You Wang | dafb6e2 | 2018-01-22 17:01:00 -0800 | [diff] [blame] | 12 | # 10 - Stop mininet and scapy |
kavitha Alagesan | 373e055 | 2016-11-22 05:22:05 +0530 | [diff] [blame] | 13 | # 100 - Check logs for Errors and Warnings |
You Wang | dafb6e2 | 2018-01-22 17:01:00 -0800 | [diff] [blame] | 14 | <testcases>1,2,3,5,6,7,6,10,100</testcases> |
kavitha Alagesan | 373e055 | 2016-11-22 05:22:05 +0530 | [diff] [blame] | 15 | |
Jeremy Ronquillo | 7f8fb57 | 2017-11-14 08:28:41 -0800 | [diff] [blame] | 16 | <GRAPH> |
| 17 | <nodeCluster>VM</nodeCluster> |
| 18 | <builds>20</builds> |
| 19 | </GRAPH> |
| 20 | |
kavitha Alagesan | 373e055 | 2016-11-22 05:22:05 +0530 | [diff] [blame] | 21 | <SCALE> |
| 22 | <max>1</max> |
| 23 | </SCALE> |
| 24 | |
| 25 | <DEBUG>on</DEBUG> |
| 26 | |
| 27 | <DEPENDENCY> |
| 28 | <path>/tests/FUNC/FUNCgroup/dependencies/</path> |
| 29 | <wrapper1>startUp</wrapper1> |
| 30 | <wrapper2>topo</wrapper2> |
| 31 | <topology>topo-group.py</topology> |
| 32 | <bucket>group-bucket</bucket> |
| 33 | </DEPENDENCY> |
| 34 | |
| 35 | <ENV> |
| 36 | <cellName>productionCell</cellName> |
| 37 | <cellApps>drivers,openflow</cellApps> |
| 38 | </ENV> |
| 39 | |
| 40 | <GIT> |
| 41 | <pull>False</pull> |
| 42 | <branch>master</branch> |
| 43 | </GIT> |
| 44 | |
| 45 | <CTRL> |
| 46 | <port>6653</port> |
| 47 | </CTRL> |
| 48 | |
| 49 | <TEST> |
| 50 | <swDPID>of:0000000000000001</swDPID> |
| 51 | <waitTime>200</waitTime> |
| 52 | <appCookie>0x1234abcd</appCookie> |
| 53 | <type1>ALL</type1> |
| 54 | <type2>INDIRECT</type2> |
| 55 | <groupId>1</groupId> |
| 56 | <priority>38000</priority> |
| 57 | <ingressPort>1</ingressPort> |
| 58 | <egressPort1>2</egressPort1> |
| 59 | <egressPort2>3</egressPort2> |
| 60 | <egressPort3>4</egressPort3> |
| 61 | </TEST> |
| 62 | |
| 63 | <SLEEP> |
| 64 | <startup>15</startup> |
| 65 | <startMN>5</startMN> |
| 66 | <addFlow>10</addFlow> |
| 67 | <delFlow>10</delFlow> |
| 68 | <addGroup>10</addGroup> |
| 69 | <delGroup>10</delGroup> |
| 70 | </SLEEP> |
| 71 | |
You Wang | dafb6e2 | 2018-01-22 17:01:00 -0800 | [diff] [blame] | 72 | <SCAPY> |
| 73 | <HOSTNAMES>h1,h2,h3,h4</HOSTNAMES> |
| 74 | </SCAPY> |
| 75 | |
kavitha Alagesan | 373e055 | 2016-11-22 05:22:05 +0530 | [diff] [blame] | 76 | </PARAMS> |