blob: f35fb677111ff5c9cedaf52e1bdfa02b855ab48a [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>
suibin zhangc969ddd2016-05-23 12:01:52 -070028
29 <CASE0>
30 <gitPull>False</gitPull> # False or True
31 <gitBranch>master</gitBranch>
32 </CASE0>
33
34 <CASE1>
You Wangc669d212017-01-25 11:09:48 -080035 <NodeList>OC1</NodeList>
suibin zhangc969ddd2016-05-23 12:01:52 -070036 <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>1</numNodes>
46 <Apps>
47 org.onosproject.openflow,org.onosproject.fwd
48 </Apps>
49 <ONOS_Configuration>
alison12f34c32016-06-10 14:39:21 -070050 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
51 <useFlowObjectives>true</useFlowObjectives>
52 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
suibin zhangc969ddd2016-05-23 12:01:52 -070053 </ONOS_Configuration>
54 </CASE10>
55
56 <CASE11>
alison12f34c32016-06-10 14:39:21 -070057 <topo> mn --topo tree,3,3 </topo>
suibin zhangc969ddd2016-05-23 12:01:52 -070058 </CASE11>
suibin zhangc969ddd2016-05-23 12:01:52 -070059 <CASE12>
60 </CASE12>
suibin zhangc969ddd2016-05-23 12:01:52 -070061 <CASE22>
62 </CASE22>
alison12f34c32016-06-10 14:39:21 -070063 <CASE32>
64 </CASE32>
suibin zhangc969ddd2016-05-23 12:01:52 -070065</PARAMS>