blob: 8fde55ad41d00bde552dd27c176968927824de19 [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 -->
23
24 <testcases>0,1,10,11,12,22,2</testcases>
25
26 <CASE0>
27 <gitPull>False</gitPull> # False or True
28 <gitBranch>master</gitBranch>
29 </CASE0>
30
31 <CASE1>
32 <NodeList>OC1,OC2,OC3</NodeList>
33 <SleepTimers>
34 <onosStartup>60</onosStartup>
35 <onosCfg>5</onosCfg>
36 <mnStartup>15</mnStartup>
37 <mnCfg>10</mnCfg>
38 </SleepTimers>
39 </CASE1>
40
41 <CASE10>
42 <numNodes>3</numNodes>
43 <Apps>
44 org.onosproject.openflow,org.onosproject.fwd
45 </Apps>
46 <ONOS_Configuration>
47 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
48 <useFlowObjectives>true</useFlowObjectives>
49 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
50 </ONOS_Configuration>
51 </CASE10>
52
53 <CASE11>
54 <path>~/OnosSystemTest/TestON/tests/SAMP/SAMPstartTemplate2/Dependency/</path>
55 <topo>newFuncTopo.py</topo>
56 </CASE11>
57
58 <CASE12>
59 </CASE12>
60
61 <CASE22>
62 </CASE22>
63
64</PARAMS>