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