| |
| <PARAMS> |
| # CASE - Descritpion |
| # 1,2,10,1000,1100,2000,1200,2000,100 |
| # 1 - Variable initialization and optional pull and build ONOS package |
| # 2 - install ONOS |
| # 8 - Compare topology |
| # 9 - Report logs |
| # 10 - Start mininet and verify topology |
| |
| |
| <testcases>1,10,100,1000,100,2000,100,110</testcases> |
| |
| <SCALE> |
| <max>1</max> |
| </SCALE> |
| |
| <DEBUG>on</DEBUG> |
| |
| <DEPENDENCY> |
| <path>/tests/COMPflow/Dependency/</path> |
| <wrapper1>startUp</wrapper1> |
| <wrapper2>topo</wrapper2> |
| <topology>topo-flow.py</topology> |
| </DEPENDENCY> |
| |
| <ENV> |
| <cellName>productionCell</cellName> |
| <cellApps>drivers,openflow-base</cellApps> |
| </ENV> |
| |
| <GIT> |
| <pull>False</pull> |
| <branch>master</branch> |
| </GIT> |
| |
| <CTRL> |
| <port>6653</port> |
| </CTRL> |
| |
| <CASE10> |
| <numSw>15</numSw> |
| <mnArgs> --topo linear,15 --switch ovsk,protocols=OpenFlow13 --controller remote</mnArgs> |
| </CASE10> |
| |
| <CASE1000> |
| <batchSize>200</batchSize> |
| <batches>500</batches> |
| </CASE1000> |
| |
| <SLEEP> |
| <startup>15</startup> |
| <startMN>5</startMN> |
| <addFlow>10</addFlow> |
| <delFlow>10</delFlow> |
| </SLEEP> |
| |
| </PARAMS> |