blob: 3baf0665f7b20643fd3a0adc2f6f64911ea211f4 [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
9 <testcases>0,1,2,11,20,1,2,11,20,1,2,11,20,1,2,11,20</testcases>
10
11 <reroute>False</reroute>
12
13 <SCALE>1,3,5,7</SCALE>
14
15 <DEPENDENCY>
16 <path>/tests/SCPFscalingMaxIntents/Dependency/</path>
17 <wrapper1>startUp</wrapper1>
18 <topology>rerouteTopo.py</topology>
19 </DEPENDENCY>
20
21 <ENV>
22 <cellName>productionCell</cellName>
23 <cellApps>drivers</cellApps>
24 </ENV>
25
26 <GIT>
27 <pull>False</pull>
28 <branch>master</branch>
29 </GIT>
30
31 <CTRL>
32 <port>6653</port>
33 </CTRL>
34
35 <SLEEP>
36 <startup>10</startup>
37 <install>10</install>
38 <verify>15</verify>
39 <reroute>3</reroute>
40 # timeout for pexpect
41 <timeout>300</timeout>
42 </SLEEP>
43
44 <ATTEMPTS>
45 <verify>3</verify>
46 <push>3</push>
47 </ATTEMPTS>
48
49 <DATABASE>
50 <file>/tmp/ScalingMaxIntentDB</file>
51 <nic>1gig</nic>
52 <node>baremetal</node>
53 </DATABASE>
54
55 <LINK>
56 <ingress>0000000000000001/5</ingress>
57 <egress>0000000000000007/5</egress>
58 </LINK>
59
60 # CASE10
61 <NULL>
62 # CASE20
63 <PUSH>
64 <batch_size>100</batch_size>
65 <min_intents>100</min_intents>
66 <max_intents>100000</max_intents>
67 <check_interval>100</check_interval>
68 </PUSH>
69
70 # if reroute is true
71 <REROUTE>
72 <batch_size>1000</batch_size>
73 <min_intents>10000</min_intents>
74 <max_intents>1000000</max_intents>
75 <check_interval>100000</check_interval>
76 </REROUTE>
77 </NULL>
78
79 # CASE11
80 <OVS>
81 # CASE20
82 <PUSH>
83 <batch_size>1000</batch_size>
84 <min_intents>10000</min_intents>
85 <max_intents>500000</max_intents>
86 <check_interval>10000</check_interval>
87 </PUSH>
88
89 # if reroute is true
90 <REROUTE>
91 <batch_size>1000</batch_size>
92 <min_intents>10000</min_intents>
93 <max_intents>500000</max_intents>
94 <check_interval>10000</check_interval>
95 </REROUTE>
96 </OVS>
97
98
99</PARAMS>