blob: 5ccea03f3280a5eb4c2fc506e3edf5cdf036c44f [file] [log] [blame]
YPZhang737d0012016-03-24 13:56:24 -07001<PARAMS>
2
3 <testcases>1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2</testcases>
4
5 <debugMode></debugMode> #nothing means false
6
7 <ENV>
8 <cellName>intentTP</cellName>
9 <cellApps>drivers,null,intentperf</cellApps>
10 </ENV>
11
12 <SCALE>1,3,3,5,5,7,7</SCALE>
13 <max>7</max>
14
15 <GIT>
16 <autopull>off</autopull>
17 <checkout>master</checkout>
18 </GIT>
19
20 <CTRL>
21 <USER>admin</USER>
22
23 <ip1>OC1</ip1>
24 <port1>6653</port1>
25
26 <ip2>OC2</ip2>
27 <port2>6653</port2>
28
29 <ip3>OC3</ip3>
30 <port3>6653</port3>
31
32 <ip4>OC4</ip4>
33 <port4>6653</port4>
34
35 <ip5>OC5</ip5>
36 <port5>6653</port5>
37
38 <ip6>OC6</ip6>
39 <port6>6653</port6>
40
41 <ip7>OC7</ip7>
42 <port7>6653</port7>
43 </CTRL>
44
45 <MN><ip1>OCN</ip1></MN>
46
47 <BENCH>
48 <user>admin</user>
49 <ip1>OCN</ip1>
50 </BENCH>
51
52 <TEST>
53 <loadFrom>1,1,1,1,1,1,1</loadFrom> #generate load on server, 1 = generator on
54 <numSwitches>10,10,10,10,10,10,10</numSwitches>
55 <skipCleanInstall>yes</skipCleanInstall>
56 <duration>400</duration>
57 <log_interval>10</log_interval>
58 <numKeys>40000</numKeys>
59 <cyclePeriod>1000</cyclePeriod>
60 <neighbors>0,a</neighbors> #a == all nodes (-1)
61 <flowRuleBUEnabled>true</flowRuleBUEnabled>
62 <skipReleaseResourcesOnWithdrawal>true</skipReleaseResourcesOnWithdrawal>
63 </TEST>
64
65 <METRICS>
66 <intents_rate>intents-events-metrics|grep "Intent Installed Events"|cut -d ' ' -f7</intents_rate>
67 <intents_withdrawn>intents-events-metrics|grep "Intent Withdrawn Events"|cut -d ' ' -f7</intents_withdrawn>
68 <intents_failed>intents-events-metrics|grep "Intent Failed Events"|cut -d ' ' -f7</intents_failed>
69 </METRICS>
70
71</PARAMS>