blob: ca223bde1e8956212a69d4defb8d429276cac50b [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
6 # 3 - Start mininet and verify topology
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
12 # 100 - Check logs for Errors and Warnings
Devin Lim58046fa2017-07-05 16:55:00 -070013 <testcases>1,2,3,5,6,7,6,100</testcases>
kavitha Alagesan373e0552016-11-22 05:22:05 +053014
15 <SCALE>
16 <max>1</max>
17 </SCALE>
18
19 <DEBUG>on</DEBUG>
20
21 <DEPENDENCY>
22 <path>/tests/FUNC/FUNCgroup/dependencies/</path>
23 <wrapper1>startUp</wrapper1>
24 <wrapper2>topo</wrapper2>
25 <topology>topo-group.py</topology>
26 <bucket>group-bucket</bucket>
27 </DEPENDENCY>
28
29 <ENV>
30 <cellName>productionCell</cellName>
31 <cellApps>drivers,openflow</cellApps>
32 </ENV>
33
34 <GIT>
35 <pull>False</pull>
36 <branch>master</branch>
37 </GIT>
38
39 <CTRL>
40 <port>6653</port>
41 </CTRL>
42
43 <TEST>
44 <swDPID>of:0000000000000001</swDPID>
45 <waitTime>200</waitTime>
46 <appCookie>0x1234abcd</appCookie>
47 <type1>ALL</type1>
48 <type2>INDIRECT</type2>
49 <groupId>1</groupId>
50 <priority>38000</priority>
51 <ingressPort>1</ingressPort>
52 <egressPort1>2</egressPort1>
53 <egressPort2>3</egressPort2>
54 <egressPort3>4</egressPort3>
55 </TEST>
56
57 <SLEEP>
58 <startup>15</startup>
59 <startMN>5</startMN>
60 <addFlow>10</addFlow>
61 <delFlow>10</delFlow>
62 <addGroup>10</addGroup>
63 <delGroup>10</delGroup>
64 </SLEEP>
65
66</PARAMS>