blob: a2561e9dde072383214b65db5acff4ed3ca985ec [file] [log] [blame]
andrew@onlab.us2ae3a112015-02-02 11:24:32 -08001<PARAMS>
2
cameron@onlab.usc10e22c2015-05-13 13:07:28 -07003 <testcases>1,2,1,2,1,2,1,2,1,2,1,2,1,2</testcases>
Charles Chan029be652015-08-24 01:46:10 +08004
5 <debugMode></debugMode> #nothing means false
andrew@onlab.us2ae3a112015-02-02 11:24:32 -08006
7 <ENV>
andrew@onlab.us10332202015-03-11 15:04:43 -07008 <cellName>intentTP</cellName>
cameron@onlab.usf33b45c2015-05-06 13:54:46 -07009 <cellApps>drivers,null,intentperf</cellApps>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080010 </ENV>
11
cameron@onlab.usc10e22c2015-05-13 13:07:28 -070012 <SCALE>1,3,3,5,5,7,7</SCALE>
cameron@onlab.usc5bf8192015-07-13 13:36:05 -070013 <max>7</max>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080014
15 <GIT>
jenkins50379942015-06-19 13:36:43 -070016 <autopull>off</autopull>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080017 <checkout>master</checkout>
18 </GIT>
19
Charles Chan029be652015-08-24 01:46:10 +080020 <CTRL>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080021 <USER>admin</USER>
andrew@onlab.us10332202015-03-11 15:04:43 -070022
jenkins15b2b132015-06-23 14:04:09 -070023 <ip1>OC1</ip1>
Charles Chan029be652015-08-24 01:46:10 +080024 <port1>6653</port1>
andrew@onlab.us10332202015-03-11 15:04:43 -070025
jenkins15b2b132015-06-23 14:04:09 -070026 <ip2>OC2</ip2>
Charles Chan029be652015-08-24 01:46:10 +080027 <port2>6653</port2>
andrew@onlab.us10332202015-03-11 15:04:43 -070028
jenkins15b2b132015-06-23 14:04:09 -070029 <ip3>OC3</ip3>
Charles Chan029be652015-08-24 01:46:10 +080030 <port3>6653</port3>
andrew@onlab.us10332202015-03-11 15:04:43 -070031
jenkins15b2b132015-06-23 14:04:09 -070032 <ip4>OC4</ip4>
Charles Chan029be652015-08-24 01:46:10 +080033 <port4>6653</port4>
andrew@onlab.us10332202015-03-11 15:04:43 -070034
jenkins15b2b132015-06-23 14:04:09 -070035 <ip5>OC5</ip5>
Charles Chan029be652015-08-24 01:46:10 +080036 <port5>6653</port5>
andrew@onlab.us10332202015-03-11 15:04:43 -070037
jenkins15b2b132015-06-23 14:04:09 -070038 <ip6>OC6</ip6>
Charles Chan029be652015-08-24 01:46:10 +080039 <port6>6653</port6>
andrew@onlab.us10332202015-03-11 15:04:43 -070040
jenkins15b2b132015-06-23 14:04:09 -070041 <ip7>OC7</ip7>
Charles Chan029be652015-08-24 01:46:10 +080042 <port7>6653</port7>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080043 </CTRL>
44
jenkins15b2b132015-06-23 14:04:09 -070045 <MN><ip1>OCN</ip1></MN>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080046
47 <BENCH>
48 <user>admin</user>
jenkins15b2b132015-06-23 14:04:09 -070049 <ip1>OCN</ip1>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080050 </BENCH>
51
Charles Chan029be652015-08-24 01:46:10 +080052 <TEST>
53 <loadFrom>1,1,1,1,1,1,1</loadFrom> #generate load on server, 1 = generator on
jenkins3af0cd82015-03-24 10:27:16 -070054 <numSwitches>10,10,10,10,10,10,10</numSwitches>
andrew@onlab.us10332202015-03-11 15:04:43 -070055 <skipCleanInstall>yes</skipCleanInstall>
cameron@onlab.uscd4e8a22015-05-11 10:58:43 -070056 <duration>400</duration>
cameron@onlab.us059c2562015-04-02 14:12:51 -070057 <log_interval>20</log_interval>
cameron@onlab.uscd4e8a22015-05-11 10:58:43 -070058 <numKeys>40000</numKeys>
cameron@onlab.us059c2562015-04-02 14:12:51 -070059 <cyclePeriod>1000</cyclePeriod>
cameron@onlab.uscd4e8a22015-05-11 10:58:43 -070060 <neighbors>0,a</neighbors> #a == all nodes (-1)
jenkins50379942015-06-19 13:36:43 -070061 <flowRuleBUEnabled>true</flowRuleBUEnabled>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080062 </TEST>
63
andrew@onlab.us10332202015-03-11 15:04:43 -070064 <METRICS>
65 <intents_rate>intents-events-metrics|grep "Intent Installed Events"|cut -d ' ' -f7</intents_rate>
66 <intents_withdrawn>intents-events-metrics|grep "Intent Withdrawn Events"|cut -d ' ' -f7</intents_withdrawn>
67 <intents_failed>intents-events-metrics|grep "Intent Failed Events"|cut -d ' ' -f7</intents_failed>
68 </METRICS>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080069
70</PARAMS>