blob: 0eead2978a21fa860955ef27f3a7764b02a44ab6 [file] [log] [blame]
suibin zhang116647a2016-05-06 16:30:09 -07001<PARAMS>
2 <!--
3 CASE0: pull onos code - this case should be skipped on Jenkins-driven prod test
suibin zhang116647a2016-05-06 16:30:09 -07004 CASE1: setup and clean test env
suibin zhang116647a2016-05-06 16:30:09 -07005 CASE2: get onos warnings, errors from log
suibin zhang116647a2016-05-06 16:30:09 -07006 CASE10: start a 3-node ONOS Cluster
suibin zhang116647a2016-05-06 16:30:09 -07007 CASE11: Start Mininet and assign controllers
suibin zhang116647a2016-05-06 16:30:09 -07008 CASE12: Sample case of using onos cli
suibin zhang116647a2016-05-06 16:30:09 -07009 CASE22: Sample case of using onos rest
alison12f34c32016-06-10 14:39:21 -070010 CASE32: Configure fwd apps
11 -->
suibin zhang116647a2016-05-06 16:30:09 -070012
alison12f34c32016-06-10 14:39:21 -070013 <testcases>0,1,10,11,12,22,2,32</testcases>
Devin Lim58046fa2017-07-05 16:55:00 -070014 <GIT>
15 <pull>False</pull>
16 <branch>master</branch>
17 </GIT>
Devin Lim1abeb442017-12-30 12:17:38 -080018 <GRAPH>
19 <nodeCluster>VM</nodeCluster>
20 <builds>20</builds>
21 </GRAPH>
suibin zhang116647a2016-05-06 16:30:09 -070022 <CASE0>
23 <gitPull>False</gitPull> # False or True
24 <gitBranch>master</gitBranch>
25 </CASE0>
26
27 <CASE1>
suibin zhang116647a2016-05-06 16:30:09 -070028 <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 zhang116647a2016-05-06 16:30:09 -070037 <Apps>
You Wang09b596b2018-01-10 10:42:38 -080038 org.onosproject.openflow
suibin zhang116647a2016-05-06 16:30:09 -070039 </Apps>
40 <ONOS_Configuration>
41 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
42 <useFlowObjectives>true</useFlowObjectives>
You Wang106d0fa2017-05-15 17:22:15 -070043 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
suibin zhang116647a2016-05-06 16:30:09 -070044 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
45 </ONOS_Configuration>
46 </CASE10>
47
48 <CASE11>
alison12f34c32016-06-10 14:39:21 -070049 <topo> mn --topo tree,3,3</topo>
suibin zhang116647a2016-05-06 16:30:09 -070050 </CASE11>
51
52 <CASE12>
53 </CASE12>
suibin zhang116647a2016-05-06 16:30:09 -070054 <CASE22>
55 </CASE22>
alison12f34c32016-06-10 14:39:21 -070056 <CASE32>
57 </CASE32>
suibin zhang116647a2016-05-06 16:30:09 -070058</PARAMS>