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> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 18 | |
| 19 | <CASE0> |
| 20 | <gitPull>False</gitPull> # False or True |
| 21 | <gitBranch>master</gitBranch> |
| 22 | </CASE0> |
| 23 | |
| 24 | <CASE1> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 25 | <SleepTimers> |
| 26 | <onosStartup>60</onosStartup> |
| 27 | <onosCfg>5</onosCfg> |
| 28 | <mnStartup>15</mnStartup> |
| 29 | <mnCfg>10</mnCfg> |
| 30 | </SleepTimers> |
| 31 | </CASE1> |
| 32 | |
| 33 | <CASE10> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 34 | <Apps> |
| 35 | org.onosproject.openflow,org.onosproject.fwd |
| 36 | </Apps> |
| 37 | <ONOS_Configuration> |
| 38 | <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| 39 | <useFlowObjectives>true</useFlowObjectives> |
You Wang | 106d0fa | 2017-05-15 17:22:15 -0700 | [diff] [blame] | 40 | <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 41 | </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| 42 | </ONOS_Configuration> |
| 43 | </CASE10> |
| 44 | |
| 45 | <CASE11> |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 46 | <topo> mn --topo tree,3,3</topo> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 47 | </CASE11> |
| 48 | |
| 49 | <CASE12> |
| 50 | </CASE12> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 51 | <CASE22> |
| 52 | </CASE22> |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 53 | <CASE32> |
| 54 | </CASE32> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 55 | </PARAMS> |