blob: 09c7fc2ba131848536907cdffb1cfe1315ee9c28 [file] [log] [blame]
suibin zhangc969ddd2016-05-23 12:01:52 -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 1-node ONOS
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 app
25 -->
suibin zhangc969ddd2016-05-23 12:01:52 -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>
Devin Lim1abeb442017-12-30 12:17:38 -080032 <GRAPH>
33 <nodeCluster>VM</nodeCluster>
34 <builds>20</builds>
35 </GRAPH>
suibin zhangc969ddd2016-05-23 12:01:52 -070036 <CASE0>
suibin zhangc969ddd2016-05-23 12:01:52 -070037 </CASE0>
38
39 <CASE1>
You Wangc669d212017-01-25 11:09:48 -080040 <NodeList>OC1</NodeList>
suibin zhangc969ddd2016-05-23 12:01:52 -070041 <SleepTimers>
42 <onosStartup>60</onosStartup>
43 <onosCfg>5</onosCfg>
44 <mnStartup>15</mnStartup>
45 <mnCfg>10</mnCfg>
46 </SleepTimers>
47 </CASE1>
48
49 <CASE10>
50 <numNodes>1</numNodes>
51 <Apps>
You Wang09b596b2018-01-10 10:42:38 -080052 org.onosproject.openflow
suibin zhangc969ddd2016-05-23 12:01:52 -070053 </Apps>
54 <ONOS_Configuration>
alison12f34c32016-06-10 14:39:21 -070055 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
56 <useFlowObjectives>true</useFlowObjectives>
You Wang106d0fa2017-05-15 17:22:15 -070057 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
alison12f34c32016-06-10 14:39:21 -070058 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
suibin zhangc969ddd2016-05-23 12:01:52 -070059 </ONOS_Configuration>
60 </CASE10>
61
62 <CASE11>
alison12f34c32016-06-10 14:39:21 -070063 <topo> mn --topo tree,3,3 </topo>
suibin zhangc969ddd2016-05-23 12:01:52 -070064 </CASE11>
suibin zhangc969ddd2016-05-23 12:01:52 -070065 <CASE12>
66 </CASE12>
suibin zhangc969ddd2016-05-23 12:01:52 -070067 <CASE22>
68 </CASE22>
alison12f34c32016-06-10 14:39:21 -070069 <CASE32>
70 </CASE32>
suibin zhangc969ddd2016-05-23 12:01:52 -070071</PARAMS>