| |
| <PARAMS> |
| # CASE - Descritpion |
| # 1 - Variable initialization and optional pull and build ONOS package |
| # 2 - install ONOS |
| # 8 - Compare topology |
| # 9 - Report logs |
| # 10 - Start mininet and assign switches to controller |
| # 1000 - Add flows |
| # 2000 - Verify flows are in the ADDED state |
| # 3000 - Delete flows |
| <testcases>1,2,10,11,1000,2000,3000,100</testcases> |
| |
| <SCALE> |
| <max>1</max> |
| </SCALE> |
| |
| <DEPENDENCY> |
| <path>/tests/FUNCflow/Dependency/</path> |
| <wrapper1>startUp</wrapper1> |
| <wrapper2>topo</wrapper2> |
| <topology>topo-flow.py</topology> |
| </DEPENDENCY> |
| |
| |
| <TOPO> |
| <numSwitches>1</numSwitches> |
| <numHosts>2</numHosts> |
| <numLinks>0</numLinks> |
| </TOPO> |
| |
| <MININET> |
| <deviceId>of:0000000000000001</deviceId> |
| <hostMac1>00:00:00:00:00:01</hostMac1> |
| <hostMac2>00:00:00:00:00:02</hostMac2> |
| </MININET> |
| |
| <ENV> |
| <cellName>productionCell</cellName> |
| <cellApps>drivers,openflow</cellApps> |
| </ENV> |
| |
| <GIT> |
| <pull>False</pull> |
| <branch>master</branch> |
| </GIT> |
| |
| <CTRL> |
| <port>6653</port> |
| </CTRL> |
| |
| <SLEEP> |
| <startup>15</startup> |
| </SLEEP> |
| |
| </PARAMS> |