| <PARAMS> |
| <!-- |
| CASE0: pull onos code - this case should be skipped on Jenkins-driven prod test |
| --> |
| <!-- |
| CASE1: setup and clean test env |
| --> |
| <!-- |
| CASE2: get onos warnings, errors from log |
| --> |
| <!-- |
| CASE10: start a 1-node ONOS |
| --> |
| <!-- |
| CASE11: Start Mininet and assign controllers |
| --> |
| <!-- |
| CASE12: Sample case of using onos cli |
| --> |
| <!-- |
| CASE22: Sample case of using onos rest |
| --> |
| <!-- |
| CASE32: Configure fwd app |
| --> |
| |
| <testcases>0,1,10,11,12,22,2,32</testcases> |
| <GIT> |
| <pull>False</pull> |
| <branch>master</branch> |
| </GIT> |
| <GRAPH> |
| <nodeCluster>VM</nodeCluster> |
| <builds>20</builds> |
| </GRAPH> |
| <CASE0> |
| </CASE0> |
| |
| <CASE1> |
| <NodeList>OC1</NodeList> |
| <SleepTimers> |
| <onosStartup>60</onosStartup> |
| <onosCfg>5</onosCfg> |
| <mnStartup>15</mnStartup> |
| <mnCfg>10</mnCfg> |
| </SleepTimers> |
| </CASE1> |
| |
| <CASE10> |
| <numNodes>1</numNodes> |
| <Apps> |
| org.onosproject.openflow |
| </Apps> |
| <ONOS_Configuration> |
| <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| <useFlowObjectives>true</useFlowObjectives> |
| <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler> |
| </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| </ONOS_Configuration> |
| </CASE10> |
| |
| <CASE11> |
| <topo> mn --topo tree,3,3 </topo> |
| </CASE11> |
| <CASE12> |
| </CASE12> |
| <CASE22> |
| </CASE22> |
| <CASE32> |
| </CASE32> |
| </PARAMS> |