GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 1 | |
| 2 | <PARAMS> |
| 3 | # CASE - Descritpion |
| 4 | # 1 - Variable initialization and optional pull and build ONOS package |
| 5 | # 2 - install ONOS |
| 6 | # 8 - Compare topology |
| 7 | # 9 - Report logs |
GlennRC | 94ed223 | 2015-10-07 15:08:57 -0700 | [diff] [blame] | 8 | # 10 - Start mininet and assign switches to controller |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 9 | # 1000 - Add flows |
| 10 | # 2000 - Delete flows |
| 11 | # 3000 - Modify flow rule selectors |
| 12 | # 4000 - Modify flow rule treatments |
| 13 | # 5000 - flow rule controller |
| 14 | # 100 - Compare switch flow table with ONOS |
GlennRC | 1704d07 | 2015-10-07 18:40:45 -0700 | [diff] [blame] | 15 | <testcases>1,2,10,8</testcases> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 16 | |
| 17 | <SCALE> |
| 18 | <max>3</max> |
| 19 | </SCALE> |
| 20 | |
| 21 | <DEPENDENCY> |
| 22 | <path>/tests/FUNCflow/Dependency/</path> |
| 23 | <wrapper1>startUp</wrapper1> |
GlennRC | 1704d07 | 2015-10-07 18:40:45 -0700 | [diff] [blame] | 24 | <wrapper2>topo</wrapper2> |
GlennRC | 94ed223 | 2015-10-07 15:08:57 -0700 | [diff] [blame] | 25 | <topology>flow-2sw.py</topology> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 26 | </DEPENDENCY> |
| 27 | |
GlennRC | 94ed223 | 2015-10-07 15:08:57 -0700 | [diff] [blame] | 28 | <TOPO> |
| 29 | <numSwitches>2</numSwitches> |
| 30 | <numHosts>4</numHosts> |
GlennRC | 1704d07 | 2015-10-07 18:40:45 -0700 | [diff] [blame] | 31 | <numLinks>2</numLinks> |
GlennRC | 94ed223 | 2015-10-07 15:08:57 -0700 | [diff] [blame] | 32 | </TOPO> |
| 33 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 34 | <ENV> |
| 35 | <cellName>productionCell</cellName> |
GlennRC | 1704d07 | 2015-10-07 18:40:45 -0700 | [diff] [blame] | 36 | <cellApps>drivers,openflow,proxyarp,mobility,fwd</cellApps> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 37 | </ENV> |
| 38 | |
| 39 | <GIT> |
| 40 | <pull>False</pull> |
| 41 | <branch>master</branch> |
| 42 | </GIT> |
| 43 | |
| 44 | <CTRL> |
| 45 | <port>6653</port> |
| 46 | </CTRL> |
| 47 | |
| 48 | <SLEEP> |
| 49 | <startup>15</startup> |
| 50 | </SLEEP> |
| 51 | |
| 52 | </PARAMS> |