blob: 373f0075dc9013c86a95f7e55765c55e656aa7d3 [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
Jeremy Songster2baa44e2016-06-10 10:18:40 -070015 # 25 - Move network-cfg.json to onos directory for prebuild configurations
16 # 26 - Check that prebuild configurations are correct
Jon Hall66e001c2015-11-12 09:45:10 -080017
Jeremy Songster2baa44e2016-06-10 10:18:40 -070018 <testcases>1,25,2,20,11,26,21,22,23,24</testcases>
Jon Hall66e001c2015-11-12 09:45:10 -080019
20 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070021 <path>/tests/FUNC/FUNCnetCfg/dependencies/</path>
Jon Hall66e001c2015-11-12 09:45:10 -080022 <wrapper1>startUp</wrapper1>
23 <wrapper2>netCfg</wrapper2>
24 <wrapper3>topo</wrapper3>
25 </DEPENDENCY>
26
27 <ENV>
28 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
29 </ENV>
30 <GIT>
31 <pull>False</pull>
32 <branch>master</branch>
33 </GIT>
34
35 <SLEEP>
36 <startup>15</startup>
37 <cfgGossip>2</cfgGossip>
38 </SLEEP>
39
40 <MININET>
Jeremy Songster2baa44e2016-06-10 10:18:40 -070041 <switch>6</switch>
Jon Hall66e001c2015-11-12 09:45:10 -080042 </MININET>
43
44</PARAMS>