blob: bf5fbac3b109dc58ee3ef61b57694a6d52424cc0 [file] [log] [blame]
Jon Hall66e001c2015-11-12 09:45:10 -08001<PARAMS>
2 # CASE - Description
3 # 1 - Variable initialization and optional pull and build ONOS package
4 # 2 - Install ONOS
5 # 9 - Report logs
6 # 10 - Start Mininet with Openflow 1.0
7 # 11 - Start Mininet with Openflow 1.3
8 # 12 - Assign switch to controller
9 # 14 - Stop Mininet
10 # 20 - Add NetCfgs for undiscovered devices
11 # 21 - Check NetCfgs after devices connect
12 # 22 - Add NetCfgs for discovered devices
13 # 23 - Check NetCfgs after all devices are connected and NetCfgs are set
14 # 24 - Remove NetCfgs
15
16 <testcases>1,2,20,11,21,22,23,24</testcases>
17
18 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070019 <path>/tests/FUNC/FUNCnetCfg/dependencies/</path>
Jon Hall66e001c2015-11-12 09:45:10 -080020 <wrapper1>startUp</wrapper1>
21 <wrapper2>netCfg</wrapper2>
22 <wrapper3>topo</wrapper3>
23 </DEPENDENCY>
24
25 <ENV>
26 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
27 </ENV>
28 <GIT>
29 <pull>False</pull>
30 <branch>master</branch>
31 </GIT>
32
33 <SLEEP>
34 <startup>15</startup>
35 <cfgGossip>2</cfgGossip>
36 </SLEEP>
37
38 <MININET>
39 <switch>4</switch>
40 </MININET>
41
42</PARAMS>