blob: 90a5082583291d180396a81c1650bc9ae5efcb13 [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
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080015 <GRAPH>
16 <nodeCluster>VM</nodeCluster>
17 <builds>20</builds>
18 </GRAPH>
19
kavitha Alagesan373e0552016-11-22 05:22:05 +053020 <SCALE>
21 <max>1</max>
22 </SCALE>
23
24 <DEBUG>on</DEBUG>
25
26 <DEPENDENCY>
27 <path>/tests/FUNC/FUNCgroup/dependencies/</path>
28 <wrapper1>startUp</wrapper1>
29 <wrapper2>topo</wrapper2>
30 <topology>topo-group.py</topology>
31 <bucket>group-bucket</bucket>
32 </DEPENDENCY>
33
34 <ENV>
35 <cellName>productionCell</cellName>
36 <cellApps>drivers,openflow</cellApps>
37 </ENV>
38
39 <GIT>
40 <pull>False</pull>
41 <branch>master</branch>
42 </GIT>
43
44 <CTRL>
45 <port>6653</port>
46 </CTRL>
47
48 <TEST>
49 <swDPID>of:0000000000000001</swDPID>
50 <waitTime>200</waitTime>
51 <appCookie>0x1234abcd</appCookie>
52 <type1>ALL</type1>
53 <type2>INDIRECT</type2>
54 <groupId>1</groupId>
55 <priority>38000</priority>
56 <ingressPort>1</ingressPort>
57 <egressPort1>2</egressPort1>
58 <egressPort2>3</egressPort2>
59 <egressPort3>4</egressPort3>
60 </TEST>
61
62 <SLEEP>
63 <startup>15</startup>
64 <startMN>5</startMN>
65 <addFlow>10</addFlow>
66 <delFlow>10</delFlow>
67 <addGroup>10</addGroup>
68 <delGroup>10</delGroup>
69 </SLEEP>
70
71</PARAMS>