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