blob: b8da936358af55191052a140e87003649b51fc77 [file] [log] [blame]
Devin Lim3ebd5e72017-11-14 10:38:00 -08001<PARAMS>
2 # CASE - Description
3 # 0 - Variable initialization and optional pull and build ONOS package
4 # 1 - install ONOS with single node
5 # 2 - Starting ONOS with forming clusters.
6 # 3 - Checking the ONOS configuration with single node
7 # 4 - Checking the ONOS configuration with cluster formed
8 # 5 - Starting Mininet and verifying topology
9
10 <testcases>0,1,3,2,4,5</testcases>
11
12 <DEPENDENCY>
13 <path>/tests/FUNC/FUNCformCluster/dependencies/</path>
14 <file>formClusterFuncs</file>
15 </DEPENDENCY>
16 <GRAPH>
17 <nodeCluster>BM</nodeCluster>
18 <builds>20</builds>
19 </GRAPH>
20 <ENV>
21 <cellApps>drivers,openflow</cellApps>
22 <additionalApp>org.onosproject.fwd</additionalApp>
23 <cellBasicName>singleTemp</cellBasicName>
24 </ENV>
25 <GIT>
26 <pull>False</pull>
27 <branch>master</branch>
28 </GIT>
29 <TEST>
30 <numNodes>7</numNodes>
31 </TEST>
32 <RETRY>
33 <pingall>2</pingall>
34 <topoCheck>2</topoCheck>
35 </RETRY>
36 <SLEEP>
37 <afterONOSStart>15</afterONOSStart>
38 <pingall>3</pingall>
39 </SLEEP>
40 <MININET>
41 <topo>mn --topo tree,2,2</topo>
42 </MININET>
43
44</PARAMS>