blob: 17a37c23284935a1b04f199122a34d29c759c352 [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>
You Wangdbb95d62018-09-05 15:58:08 -070050 <restartCluster>True</restartCluster>
suibin zhangc969ddd2016-05-23 12:01:52 -070051 <numNodes>1</numNodes>
52 <Apps>
You Wang09b596b2018-01-10 10:42:38 -080053 org.onosproject.openflow
suibin zhangc969ddd2016-05-23 12:01:52 -070054 </Apps>
55 <ONOS_Configuration>
alison12f34c32016-06-10 14:39:21 -070056 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
57 <useFlowObjectives>true</useFlowObjectives>
58 </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>