blob: fe36d6e7d2d37c44434fd8b308027d6d0bd7ca7a [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>
suibin zhang116647a2016-05-06 16:30:09 -070018
19 <CASE0>
20 <gitPull>False</gitPull> # False or True
21 <gitBranch>master</gitBranch>
22 </CASE0>
23
24 <CASE1>
suibin zhang116647a2016-05-06 16:30:09 -070025 <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 zhang116647a2016-05-06 16:30:09 -070034 <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 Wang106d0fa2017-05-15 17:22:15 -070040 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
suibin zhang116647a2016-05-06 16:30:09 -070041 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
42 </ONOS_Configuration>
43 </CASE10>
44
45 <CASE11>
alison12f34c32016-06-10 14:39:21 -070046 <topo> mn --topo tree,3,3</topo>
suibin zhang116647a2016-05-06 16:30:09 -070047 </CASE11>
48
49 <CASE12>
50 </CASE12>
suibin zhang116647a2016-05-06 16:30:09 -070051 <CASE22>
52 </CASE22>
alison12f34c32016-06-10 14:39:21 -070053 <CASE32>
54 </CASE32>
suibin zhang116647a2016-05-06 16:30:09 -070055</PARAMS>