blob: 26fb3f5a40308371601b498f3bae42bd524642bc [file] [log] [blame]
YPZhangcb86c5b2016-01-27 17:38:12 -08001<PARAMS>
2
3 # 0-init
4 # 1-setup
5 # 2-Install
6 # 10-null provider setup
7 # 20-pushing intents, and rerouting intents if reroute is true
8 # 0,1,2,10,20,1,2,10,20,1,2,10,20
You Wangf9803832016-12-06 22:09:25 +00009 <testcases>0,1,2,11,20,1,2,11,20,1,2,11,20,1,2,11,20</testcases>
YPZhangcb86c5b2016-01-27 17:38:12 -080010
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080011 <GRAPH>
12 <nodeCluster>BM</nodeCluster>
13 <builds>20</builds>
14 </GRAPH>
15
YPZhangcb86c5b2016-01-27 17:38:12 -080016 <reroute>False</reroute>
17
You Wangf9803832016-12-06 22:09:25 +000018 <SCALE>1,3,5,7</SCALE>
YPZhangcb86c5b2016-01-27 17:38:12 -080019
20 <DEPENDENCY>
YPZhangebf9eb52016-05-12 15:20:24 -070021 <path>/tests/SCPF/SCPFscalingMaxIntents/dependencies/</path>
YPZhangcb86c5b2016-01-27 17:38:12 -080022 <wrapper1>startUp</wrapper1>
23 <topology>rerouteTopo.py</topology>
24 </DEPENDENCY>
25
26 <ENV>
27 <cellName>productionCell</cellName>
YPZhangebf9eb52016-05-12 15:20:24 -070028 <cellApps>drivers,openflow</cellApps>
YPZhangcb86c5b2016-01-27 17:38:12 -080029 </ENV>
YPZhange6ef82a2016-07-05 16:48:15 -070030 <TEST>
31 <flowObj>False</flowObj>
32 </TEST>
Devin Lim142b5342017-07-20 15:22:39 -070033 <CFG>
34 <intentConfigRegi>org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator</intentConfigRegi>
35 <nullProvider>org.onosproject.provider.nil.NullProviders</nullProvider>
36 <linkCollectionIntent>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</linkCollectionIntent>
37 </CFG>
YPZhangcb86c5b2016-01-27 17:38:12 -080038 <GIT>
39 <pull>False</pull>
40 <branch>master</branch>
41 </GIT>
42
43 <CTRL>
44 <port>6653</port>
45 </CTRL>
46
47 <SLEEP>
48 <startup>10</startup>
49 <install>10</install>
50 <verify>15</verify>
51 <reroute>3</reroute>
52 # timeout for pexpect
53 <timeout>300</timeout>
54 </SLEEP>
55
56 <ATTEMPTS>
57 <verify>3</verify>
58 <push>3</push>
59 </ATTEMPTS>
60
61 <DATABASE>
YPZhange6ef82a2016-07-05 16:48:15 -070062 <dbName>/tmp/ScalingMaxIntentDB</dbName>
63 <dbFlowObj>/tmp/ScalingMaxIntentDBWFO</dbFlowObj>
YPZhangcb86c5b2016-01-27 17:38:12 -080064 <nic>1gig</nic>
65 <node>baremetal</node>
66 </DATABASE>
67
68 <LINK>
69 <ingress>0000000000000001/5</ingress>
70 <egress>0000000000000007/5</egress>
71 </LINK>
72
73 # CASE10
74 <NULL>
75 # CASE20
76 <PUSH>
YPZhang14a4aa92016-07-15 13:37:15 -070077 <batch_size>500</batch_size>
78 <min_intents>2500</min_intents>
79 <max_intents>1000000</max_intents>
80 <check_interval>2500</check_interval>
YPZhangcb86c5b2016-01-27 17:38:12 -080081 </PUSH>
82
83 # if reroute is true
84 <REROUTE>
85 <batch_size>1000</batch_size>
86 <min_intents>10000</min_intents>
87 <max_intents>1000000</max_intents>
88 <check_interval>100000</check_interval>
89 </REROUTE>
90 </NULL>
91
92 # CASE11
93 <OVS>
94 # CASE20
95 <PUSH>
YPZhang14a4aa92016-07-15 13:37:15 -070096 <batch_size>500</batch_size>
97 <min_intents>2500</min_intents>
98 <max_intents>1000000</max_intents>
99 <check_interval>2500</check_interval>
YPZhangcb86c5b2016-01-27 17:38:12 -0800100 </PUSH>
101
102 # if reroute is true
103 <REROUTE>
104 <batch_size>1000</batch_size>
105 <min_intents>10000</min_intents>
106 <max_intents>500000</max_intents>
107 <check_interval>10000</check_interval>
108 </REROUTE>
109 </OVS>
110
111
112</PARAMS>