blob: 4d50882011c3e850e71bd305684da470d195c70c [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
You Wang84f981d2018-01-12 16:11:50 -08008 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
alison12f34c32016-06-10 14:39:21 -070013 -->
suibin zhang116647a2016-05-06 16:30:09 -070014
You Wang84f981d2018-01-12 16:11:50 -080015 <testcases>0,1,10,11,20,30,40,2</testcases>
Devin Lim58046fa2017-07-05 16:55:00 -070016 <GIT>
17 <pull>False</pull>
18 <branch>master</branch>
19 </GIT>
Devin Lim1abeb442017-12-30 12:17:38 -080020 <GRAPH>
21 <nodeCluster>VM</nodeCluster>
22 <builds>20</builds>
23 </GRAPH>
suibin zhang116647a2016-05-06 16:30:09 -070024 <CASE0>
25 <gitPull>False</gitPull> # False or True
26 <gitBranch>master</gitBranch>
27 </CASE0>
28
29 <CASE1>
suibin zhang116647a2016-05-06 16:30:09 -070030 <SleepTimers>
31 <onosStartup>60</onosStartup>
32 <onosCfg>5</onosCfg>
33 <mnStartup>15</mnStartup>
34 <mnCfg>10</mnCfg>
35 </SleepTimers>
36 </CASE1>
37
38 <CASE10>
You Wangdbb95d62018-09-05 15:58:08 -070039 <restartCluster>True</restartCluster>
suibin zhang116647a2016-05-06 16:30:09 -070040 <Apps>
You Wang09b596b2018-01-10 10:42:38 -080041 org.onosproject.openflow
suibin zhang116647a2016-05-06 16:30:09 -070042 </Apps>
43 <ONOS_Configuration>
44 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
45 <useFlowObjectives>true</useFlowObjectives>
46 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
47 </ONOS_Configuration>
48 </CASE10>
49
50 <CASE11>
alison12f34c32016-06-10 14:39:21 -070051 <topo> mn --topo tree,3,3</topo>
suibin zhang116647a2016-05-06 16:30:09 -070052 </CASE11>
53
54 <CASE12>
55 </CASE12>
suibin zhang116647a2016-05-06 16:30:09 -070056 <CASE22>
57 </CASE22>
alison12f34c32016-06-10 14:39:21 -070058 <CASE32>
59 </CASE32>
suibin zhang116647a2016-05-06 16:30:09 -070060</PARAMS>