suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 1 | <PARAMS> |
| 2 | <!-- |
| 3 | CASE0: pull onos code - this case should be skipped on Jenkins-driven prod test |
| 4 | --> |
| 5 | <!-- |
| 6 | CASE1: setup and clean test env |
| 7 | --> |
| 8 | <!-- |
| 9 | CASE2: get onos warnings, errors from log |
| 10 | --> |
| 11 | <!-- |
| 12 | CASE10: start a 1-node ONOS |
| 13 | --> |
| 14 | <!-- |
| 15 | CASE11: Start Mininet and assign controllers |
| 16 | --> |
| 17 | <!-- |
| 18 | CASE12: Sample case of using onos cli |
| 19 | --> |
| 20 | <!-- |
| 21 | CASE22: Sample case of using onos rest |
| 22 | --> |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 23 | <!-- |
| 24 | CASE32: Configure fwd app |
| 25 | --> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 26 | |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 27 | <testcases>0,1,10,11,12,22,2,32</testcases> |
Devin Lim | 58046fa | 2017-07-05 16:55:00 -0700 | [diff] [blame] | 28 | <GIT> |
| 29 | <pull>False</pull> |
| 30 | <branch>master</branch> |
| 31 | </GIT> |
Devin Lim | 1abeb44 | 2017-12-30 12:17:38 -0800 | [diff] [blame] | 32 | <GRAPH> |
| 33 | <nodeCluster>VM</nodeCluster> |
| 34 | <builds>20</builds> |
| 35 | </GRAPH> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 36 | <CASE0> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 37 | </CASE0> |
| 38 | |
| 39 | <CASE1> |
You Wang | c669d21 | 2017-01-25 11:09:48 -0800 | [diff] [blame] | 40 | <NodeList>OC1</NodeList> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 41 | <SleepTimers> |
| 42 | <onosStartup>60</onosStartup> |
| 43 | <onosCfg>5</onosCfg> |
| 44 | <mnStartup>15</mnStartup> |
| 45 | <mnCfg>10</mnCfg> |
| 46 | </SleepTimers> |
| 47 | </CASE1> |
| 48 | |
| 49 | <CASE10> |
| 50 | <numNodes>1</numNodes> |
| 51 | <Apps> |
| 52 | org.onosproject.openflow,org.onosproject.fwd |
| 53 | </Apps> |
| 54 | <ONOS_Configuration> |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 55 | <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| 56 | <useFlowObjectives>true</useFlowObjectives> |
You Wang | 106d0fa | 2017-05-15 17:22:15 -0700 | [diff] [blame] | 57 | <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler> |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 58 | </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 59 | </ONOS_Configuration> |
| 60 | </CASE10> |
| 61 | |
| 62 | <CASE11> |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 63 | <topo> mn --topo tree,3,3 </topo> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 64 | </CASE11> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 65 | <CASE12> |
| 66 | </CASE12> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 67 | <CASE22> |
| 68 | </CASE22> |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 69 | <CASE32> |
| 70 | </CASE32> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 71 | </PARAMS> |