blob: ce62f92146ae5fe49dd144e96f644d9230a638c7 [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
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080021 <GRAPH>
22 <nodeCluster>VM</nodeCluster>
23 <builds>20</builds>
24 </GRAPH>
25
Jon Hall66e001c2015-11-12 09:45:10 -080026 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070027 <path>/tests/FUNC/FUNCnetCfg/dependencies/</path>
Jon Hall66e001c2015-11-12 09:45:10 -080028 <wrapper1>startUp</wrapper1>
29 <wrapper2>netCfg</wrapper2>
30 <wrapper3>topo</wrapper3>
31 </DEPENDENCY>
32
33 <ENV>
34 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
35 </ENV>
36 <GIT>
37 <pull>False</pull>
38 <branch>master</branch>
39 </GIT>
40
41 <SLEEP>
42 <startup>15</startup>
43 <cfgGossip>2</cfgGossip>
alison15124df2016-10-06 12:04:51 -070044 <SetNetCfgSleep>5</SetNetCfgSleep>
Jon Hall66e001c2015-11-12 09:45:10 -080045 </SLEEP>
46
47 <MININET>
Jeremy Songster2baa44e2016-06-10 10:18:40 -070048 <switch>6</switch>
Jon Hall66e001c2015-11-12 09:45:10 -080049 </MININET>
Jeremy Ronquillo4cf537d2017-06-26 11:20:52 -070050 <RETRY>30</RETRY>
Ming Yan Shudb74bf22016-06-23 14:56:22 -070051 <RetrySleep>2</RetrySleep>
Jon Hall66e001c2015-11-12 09:45:10 -080052</PARAMS>