blob: 0976c40a61c895b63c880f1d609e5c18b62810bd [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
Ming Yan Shudb74bf22016-06-23 14:56:22 -070017 # 27 - Posting network configurations to the top level web resource
Jon Hall66e001c2015-11-12 09:45:10 -080018
Ming Yan Shudb74bf22016-06-23 14:56:22 -070019 <testcases>1,25,2,20,11,27,26,21,22,23,24</testcases>
Jon Hall66e001c2015-11-12 09:45:10 -080020
21 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070022 <path>/tests/FUNC/FUNCnetCfg/dependencies/</path>
Jon Hall66e001c2015-11-12 09:45:10 -080023 <wrapper1>startUp</wrapper1>
24 <wrapper2>netCfg</wrapper2>
25 <wrapper3>topo</wrapper3>
26 </DEPENDENCY>
27
28 <ENV>
29 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
30 </ENV>
31 <GIT>
32 <pull>False</pull>
33 <branch>master</branch>
34 </GIT>
35
36 <SLEEP>
37 <startup>15</startup>
38 <cfgGossip>2</cfgGossip>
39 </SLEEP>
40
41 <MININET>
Jeremy Songster2baa44e2016-06-10 10:18:40 -070042 <switch>6</switch>
Jon Hall66e001c2015-11-12 09:45:10 -080043 </MININET>
Ming Yan Shudb74bf22016-06-23 14:56:22 -070044 <RETRY>5</RETRY>
45 <RetrySleep>2</RetrySleep>
Jon Hall66e001c2015-11-12 09:45:10 -080046</PARAMS>