blob: 2be846eca0ef4408cb53b9558a70ff683c1898ae [file] [log] [blame]
kavitha Alagesan373e0552016-11-22 05:22:05 +05301
2<PARAMS>
3 # CASE - Description
4 # 1 - Variable initialization and optional pull and build ONOS package
5 # 2 - install ONOS
You Wangdafb6e22018-01-22 17:01:00 -08006 # 3 - Start mininet and scapy and verify topology
You Wang84f981d2018-01-12 16:11:50 -08007 # 11 - Connect to physical network and start scapy
kavitha Alagesan373e0552016-11-22 05:22:05 +05308 # 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 Wang84f981d2018-01-12 16:11:50 -080013 # 10 - Stop mininet and scapy
14 # 12 - Stop physical scapy hosts
kavitha Alagesan373e0552016-11-22 05:22:05 +053015 # 100 - Check logs for Errors and Warnings
You Wang84f981d2018-01-12 16:11:50 -080016 # Sample testcases for physical network: 1,2,11,5,6,7,6,12,100
You Wangdafb6e22018-01-22 17:01:00 -080017 <testcases>1,2,3,5,6,7,6,10,100</testcases>
kavitha Alagesan373e0552016-11-22 05:22:05 +053018
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080019 <GRAPH>
20 <nodeCluster>VM</nodeCluster>
21 <builds>20</builds>
22 </GRAPH>
23
kavitha Alagesan373e0552016-11-22 05:22:05 +053024 <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 Wangdafb6e22018-01-22 17:01:00 -080075 <SCAPY>
76 <HOSTNAMES>h1,h2,h3,h4</HOSTNAMES>
77 </SCAPY>
78
kavitha Alagesan373e0552016-11-22 05:22:05 +053079</PARAMS>