blob: ddda23e7b7da4ddd9657e3063e6c18972449ba9a [file] [log] [blame]
pingping-lin763ee042015-05-20 17:45:30 -07001<PARAMS>
2
3 <testcases>1,2,1,2,1,2,1,2,1,2,1,2,1,2</testcases>
4
5 <isOnBaremetal>True</isOnBaremetal>
6 <debugMode></debugMode> #nothing means false
7
8 <ENV>
9 <cellName>intentTP</cellName>
10 <cellApps>drivers,null,intentperf</cellApps>
11 </ENV>
12
13 <SCALE>1,3,3,5,5,7,7</SCALE>
14 <availableNodes>7</availableNodes>
15
16 <GIT>
17 <autopull>on</autopull>
18 <checkout>master</checkout>
19 </GIT>
20
21 <CTRL>
22 <USER>admin</USER>
23
24 <ip1>10.128.5.51</ip1>
25 <port1>6633</port1>
26
27 <ip2>10.128.5.52</ip2>
28 <port2>6633</port2>
29
30 <ip3>10.128.5.53</ip3>
31 <port3>6633</port3>
32
33 <ip4>10.128.5.54</ip4>
34 <port4>6633</port4>
35
36 <ip5>10.128.5.55</ip5>
37 <port5>6633</port5>
38
39 <ip6>10.128.5.56</ip6>
40 <port6>6633</port6>
41
42 <ip7>10.128.5.57</ip7>
43 <port7>6633</port7>
44 </CTRL>
45
46 <MN><ip1>10.128.5.50</ip1></MN>
47
48 <BENCH>
49 <user>admin</user>
50 <ip1>10.128.5.50</ip1>
51 </BENCH>
52
53 <TEST>
54 <loadFrom>1,1,1,1,1,1,1</loadFrom> #generate load on server, 1 = generator on
55 <numSwitches>10,10,10,10,10,10,10</numSwitches>
56 <skipCleanInstall>yes</skipCleanInstall>
57 <duration>400</duration>
58 <log_interval>20</log_interval>
59 <numKeys>40000</numKeys>
60 <cyclePeriod>1000</cyclePeriod>
61 <neighbors>0,a</neighbors> #a == all nodes (-1)
62 <flowRuleBUEnabled>false</flowRuleBUEnabled>
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>