suibin zhang | d0f09b3 | 2016-03-29 00:57:57 -0700 | [diff] [blame] | 1 | |
| 2 | <PARAMS> |
| 3 | # CASE - Descritpion |
| 4 | # 1,2,10,1000,1100,2000,1200,2000,100 |
| 5 | # 1 - Variable initialization and optional pull and build ONOS package |
| 6 | # 2 - install ONOS |
| 7 | # 8 - Compare topology |
| 8 | # 9 - Report logs |
| 9 | # 10 - Start mininet and verify topology |
| 10 | |
| 11 | |
suibin zhang | 570cb45 | 2016-03-29 19:03:15 -0700 | [diff] [blame^] | 12 | <testcases>1,10,100,1000,100,2000,100,110</testcases> |
suibin zhang | d0f09b3 | 2016-03-29 00:57:57 -0700 | [diff] [blame] | 13 | |
| 14 | <SCALE> |
| 15 | <max>1</max> |
| 16 | </SCALE> |
| 17 | |
| 18 | <DEBUG>on</DEBUG> |
| 19 | |
| 20 | <DEPENDENCY> |
| 21 | <path>/tests/COMPflow/Dependency/</path> |
| 22 | <wrapper1>startUp</wrapper1> |
| 23 | <wrapper2>topo</wrapper2> |
| 24 | <topology>topo-flow.py</topology> |
| 25 | </DEPENDENCY> |
| 26 | |
| 27 | <ENV> |
| 28 | <cellName>productionCell</cellName> |
| 29 | <cellApps>drivers,openflow-base</cellApps> |
| 30 | </ENV> |
| 31 | |
| 32 | <GIT> |
| 33 | <pull>False</pull> |
| 34 | <branch>master</branch> |
| 35 | </GIT> |
| 36 | |
| 37 | <CTRL> |
| 38 | <port>6653</port> |
| 39 | </CTRL> |
| 40 | |
| 41 | <CASE10> |
| 42 | <numSw>15</numSw> |
| 43 | <mnArgs> --topo linear,15 --switch ovsk,protocols=OpenFlow13 --controller remote</mnArgs> |
| 44 | </CASE10> |
| 45 | |
| 46 | <CASE1000> |
suibin zhang | ff4abfe | 2016-03-29 11:52:08 -0700 | [diff] [blame] | 47 | <batchSize>200</batchSize> |
| 48 | <batches>500</batches> |
suibin zhang | d0f09b3 | 2016-03-29 00:57:57 -0700 | [diff] [blame] | 49 | </CASE1000> |
| 50 | |
suibin zhang | d0f09b3 | 2016-03-29 00:57:57 -0700 | [diff] [blame] | 51 | <SLEEP> |
| 52 | <startup>15</startup> |
| 53 | <startMN>5</startMN> |
| 54 | <addFlow>10</addFlow> |
| 55 | <delFlow>10</delFlow> |
| 56 | </SLEEP> |
| 57 | |
| 58 | </PARAMS> |