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 |
You Wang | 84f981d | 2018-01-12 16:11:50 -0800 | [diff] [blame] | 8 | CASE12: Connect to a physical network and assign controllers |
| 9 | CASE20: Sample case of using onos cli |
| 10 | CASE30: Sample case of using onos rest |
| 11 | CASE40: Configure fwd apps and run pingall |
| 12 | Sample testcases for physical network: 0,1,10,12,20,30,40,2 |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 13 | --> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 14 | |
You Wang | 84f981d | 2018-01-12 16:11:50 -0800 | [diff] [blame] | 15 | <testcases>0,1,10,11,20,30,40,2</testcases> |
Devin Lim | 58046fa | 2017-07-05 16:55:00 -0700 | [diff] [blame] | 16 | <GIT> |
| 17 | <pull>False</pull> |
| 18 | <branch>master</branch> |
| 19 | </GIT> |
Devin Lim | 1abeb44 | 2017-12-30 12:17:38 -0800 | [diff] [blame] | 20 | <GRAPH> |
| 21 | <nodeCluster>VM</nodeCluster> |
| 22 | <builds>20</builds> |
| 23 | </GRAPH> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 24 | <CASE0> |
| 25 | <gitPull>False</gitPull> # False or True |
| 26 | <gitBranch>master</gitBranch> |
| 27 | </CASE0> |
| 28 | |
| 29 | <CASE1> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 30 | <SleepTimers> |
| 31 | <onosStartup>60</onosStartup> |
| 32 | <onosCfg>5</onosCfg> |
| 33 | <mnStartup>15</mnStartup> |
| 34 | <mnCfg>10</mnCfg> |
| 35 | </SleepTimers> |
| 36 | </CASE1> |
| 37 | |
| 38 | <CASE10> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 39 | <Apps> |
You Wang | 09b596b | 2018-01-10 10:42:38 -0800 | [diff] [blame] | 40 | org.onosproject.openflow |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 41 | </Apps> |
| 42 | <ONOS_Configuration> |
| 43 | <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| 44 | <useFlowObjectives>true</useFlowObjectives> |
You Wang | 106d0fa | 2017-05-15 17:22:15 -0700 | [diff] [blame] | 45 | <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 46 | </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| 47 | </ONOS_Configuration> |
| 48 | </CASE10> |
| 49 | |
| 50 | <CASE11> |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 51 | <topo> mn --topo tree,3,3</topo> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 52 | </CASE11> |
| 53 | |
| 54 | <CASE12> |
| 55 | </CASE12> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 56 | <CASE22> |
| 57 | </CASE22> |
alison | 12f34c3 | 2016-06-10 14:39:21 -0700 | [diff] [blame] | 58 | <CASE32> |
| 59 | </CASE32> |
suibin zhang | 116647a | 2016-05-06 16:30:09 -0700 | [diff] [blame] | 60 | </PARAMS> |