blob: 645174e146291a0696cd8ce1465d25d67ad3e224 [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>
suibin zhang116647a2016-05-06 16:30:09 -070028
29 <CASE0>
30 <gitPull>False</gitPull> # False or True
31 <gitBranch>master</gitBranch>
32 </CASE0>
33
34 <CASE1>
35 <NodeList>OC1,OC2,OC3</NodeList>
36 <SleepTimers>
37 <onosStartup>60</onosStartup>
38 <onosCfg>5</onosCfg>
39 <mnStartup>15</mnStartup>
40 <mnCfg>10</mnCfg>
41 </SleepTimers>
42 </CASE1>
43
44 <CASE10>
45 <numNodes>3</numNodes>
46 <Apps>
47 org.onosproject.openflow,org.onosproject.fwd
48 </Apps>
49 <ONOS_Configuration>
50 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
51 <useFlowObjectives>true</useFlowObjectives>
You Wang106d0fa2017-05-15 17:22:15 -070052 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
suibin zhang116647a2016-05-06 16:30:09 -070053 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
54 </ONOS_Configuration>
55 </CASE10>
56
57 <CASE11>
alison12f34c32016-06-10 14:39:21 -070058 <topo> mn --topo tree,3,3</topo>
suibin zhang116647a2016-05-06 16:30:09 -070059 </CASE11>
60
61 <CASE12>
62 </CASE12>
suibin zhang116647a2016-05-06 16:30:09 -070063 <CASE22>
64 </CASE22>
alison12f34c32016-06-10 14:39:21 -070065 <CASE32>
66 </CASE32>
suibin zhang116647a2016-05-06 16:30:09 -070067</PARAMS>