blob: 99a8e01cfa2dffacb10889af81bd26cb21336e67 [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
kavitha Alagesan373e0552016-11-22 05:22:05 +05307 # 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 Wangdafb6e22018-01-22 17:01:00 -080012 # 10 - Stop mininet and scapy
kavitha Alagesan373e0552016-11-22 05:22:05 +053013 # 100 - Check logs for Errors and Warnings
You Wangdafb6e22018-01-22 17:01:00 -080014 <testcases>1,2,3,5,6,7,6,10,100</testcases>
kavitha Alagesan373e0552016-11-22 05:22:05 +053015
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080016 <GRAPH>
17 <nodeCluster>VM</nodeCluster>
18 <builds>20</builds>
19 </GRAPH>
20
kavitha Alagesan373e0552016-11-22 05:22:05 +053021 <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 Wangdafb6e22018-01-22 17:01:00 -080072 <SCAPY>
73 <HOSTNAMES>h1,h2,h3,h4</HOSTNAMES>
74 </SCAPY>
75
kavitha Alagesan373e0552016-11-22 05:22:05 +053076</PARAMS>