blob: 5c1ea168fa6d3e5a3c81e282d58ca0fdc6151d76 [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>
Devin Lim142b5342017-07-20 15:22:39 -070036 </CFG>
YPZhangcb86c5b2016-01-27 17:38:12 -080037 <GIT>
38 <pull>False</pull>
39 <branch>master</branch>
40 </GIT>
41
42 <CTRL>
43 <port>6653</port>
44 </CTRL>
45
46 <SLEEP>
47 <startup>10</startup>
48 <install>10</install>
49 <verify>15</verify>
50 <reroute>3</reroute>
51 # timeout for pexpect
52 <timeout>300</timeout>
53 </SLEEP>
54
55 <ATTEMPTS>
56 <verify>3</verify>
57 <push>3</push>
58 </ATTEMPTS>
59
60 <DATABASE>
YPZhange6ef82a2016-07-05 16:48:15 -070061 <dbName>/tmp/ScalingMaxIntentDB</dbName>
62 <dbFlowObj>/tmp/ScalingMaxIntentDBWFO</dbFlowObj>
YPZhangcb86c5b2016-01-27 17:38:12 -080063 <nic>1gig</nic>
64 <node>baremetal</node>
65 </DATABASE>
66
67 <LINK>
68 <ingress>0000000000000001/5</ingress>
69 <egress>0000000000000007/5</egress>
70 </LINK>
71
72 # CASE10
73 <NULL>
74 # CASE20
75 <PUSH>
YPZhang14a4aa92016-07-15 13:37:15 -070076 <batch_size>500</batch_size>
77 <min_intents>2500</min_intents>
78 <max_intents>1000000</max_intents>
79 <check_interval>2500</check_interval>
YPZhangcb86c5b2016-01-27 17:38:12 -080080 </PUSH>
81
82 # if reroute is true
83 <REROUTE>
84 <batch_size>1000</batch_size>
85 <min_intents>10000</min_intents>
86 <max_intents>1000000</max_intents>
87 <check_interval>100000</check_interval>
88 </REROUTE>
89 </NULL>
90
91 # CASE11
92 <OVS>
93 # CASE20
94 <PUSH>
YPZhang14a4aa92016-07-15 13:37:15 -070095 <batch_size>500</batch_size>
96 <min_intents>2500</min_intents>
97 <max_intents>1000000</max_intents>
98 <check_interval>2500</check_interval>
YPZhangcb86c5b2016-01-27 17:38:12 -080099 </PUSH>
100
101 # if reroute is true
102 <REROUTE>
103 <batch_size>1000</batch_size>
104 <min_intents>10000</min_intents>
105 <max_intents>500000</max_intents>
106 <check_interval>10000</check_interval>
107 </REROUTE>
108 </OVS>
109
110
111</PARAMS>