Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 1 | <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 Songster | 2baa44e | 2016-06-10 10:18:40 -0700 | [diff] [blame] | 15 | # 25 - Move network-cfg.json to onos directory for prebuild configurations |
| 16 | # 26 - Check that prebuild configurations are correct |
Ming Yan Shu | db74bf2 | 2016-06-23 14:56:22 -0700 | [diff] [blame] | 17 | # 27 - Posting network configurations to the top level web resource |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 18 | |
Ming Yan Shu | db74bf2 | 2016-06-23 14:56:22 -0700 | [diff] [blame] | 19 | <testcases>1,25,2,20,11,27,26,21,22,23,24</testcases> |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 20 | |
Jeremy Ronquillo | 7f8fb57 | 2017-11-14 08:28:41 -0800 | [diff] [blame] | 21 | <GRAPH> |
| 22 | <nodeCluster>VM</nodeCluster> |
| 23 | <builds>20</builds> |
| 24 | </GRAPH> |
| 25 | |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 26 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 27 | <path>/tests/FUNC/FUNCnetCfg/dependencies/</path> |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 28 | <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> |
alison | 15124df | 2016-10-06 12:04:51 -0700 | [diff] [blame] | 44 | <SetNetCfgSleep>5</SetNetCfgSleep> |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 45 | </SLEEP> |
| 46 | |
| 47 | <MININET> |
Jeremy Songster | 2baa44e | 2016-06-10 10:18:40 -0700 | [diff] [blame] | 48 | <switch>6</switch> |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 49 | </MININET> |
Jeremy Ronquillo | 4cf537d | 2017-06-26 11:20:52 -0700 | [diff] [blame] | 50 | <RETRY>30</RETRY> |
Ming Yan Shu | db74bf2 | 2016-06-23 14:56:22 -0700 | [diff] [blame] | 51 | <RetrySleep>2</RetrySleep> |
Jon Hall | 66e001c | 2015-11-12 09:45:10 -0800 | [diff] [blame] | 52 | </PARAMS> |