blob: 99996dd31c47272cf1d5df79cb71978bbc2a4fd7 [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
4 -->
5 <!--
6 CASE1: setup and clean test env
7 -->
8 <!--
9 CASE2: get onos warnings, errors from log
10 -->
11 <!--
12 CASE10: start a 3-node ONOS Cluster
13 -->
14 <!--
15 CASE11: Start Mininet and assign controllers
16 -->
17 <!--
18 CASE12: Sample case of using onos cli
19 -->
20 <!--
21 CASE22: Sample case of using onos rest
22 -->
alison12f34c32016-06-10 14:39:21 -070023 <!--
24 CASE32: Configure fwd apps
25 -->
suibin zhang116647a2016-05-06 16:30:09 -070026
alison12f34c32016-06-10 14:39:21 -070027 <testcases>0,1,10,11,12,22,2,32</testcases>
Devin Lim58046fa2017-07-05 16:55:00 -070028 <GIT>
29 <pull>False</pull>
30 <branch>master</branch>
31 </GIT>
suibin zhang116647a2016-05-06 16:30:09 -070032
33 <CASE0>
34 <gitPull>False</gitPull> # False or True
35 <gitBranch>master</gitBranch>
36 </CASE0>
37
38 <CASE1>
39 <NodeList>OC1,OC2,OC3</NodeList>
40 <SleepTimers>
41 <onosStartup>60</onosStartup>
42 <onosCfg>5</onosCfg>
43 <mnStartup>15</mnStartup>
44 <mnCfg>10</mnCfg>
45 </SleepTimers>
46 </CASE1>
47
48 <CASE10>
49 <numNodes>3</numNodes>
50 <Apps>
51 org.onosproject.openflow,org.onosproject.fwd
52 </Apps>
53 <ONOS_Configuration>
54 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
55 <useFlowObjectives>true</useFlowObjectives>
You Wang106d0fa2017-05-15 17:22:15 -070056 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
suibin zhang116647a2016-05-06 16:30:09 -070057 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
58 </ONOS_Configuration>
59 </CASE10>
60
61 <CASE11>
alison12f34c32016-06-10 14:39:21 -070062 <topo> mn --topo tree,3,3</topo>
suibin zhang116647a2016-05-06 16:30:09 -070063 </CASE11>
64
65 <CASE12>
66 </CASE12>
suibin zhang116647a2016-05-06 16:30:09 -070067 <CASE22>
68 </CASE22>
alison12f34c32016-06-10 14:39:21 -070069 <CASE32>
70 </CASE32>
suibin zhang116647a2016-05-06 16:30:09 -070071</PARAMS>