andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 1 | <PARAMS> |
jenkins | b8dd1aa | 2015-03-24 10:31:10 -0700 | [diff] [blame] | 2 | <testcases>1,2,3</testcases> |
| 3 | |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 4 | <ENV> |
jenkins | b8dd1aa | 2015-03-24 10:31:10 -0700 | [diff] [blame] | 5 | <cellName>network_tp_test</cellName> |
| 6 | <cellFeatures>"webconsole,onos-core,onos-api,onos-cli,onos-null,onos-rest,onos-app-metrics,onos-app-metrics-intent,onos-app-metrics-topology"</cellFeatures> |
| 7 | <onBaremetal>true</onBaremetal> "true" |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 8 | </ENV> |
jenkins | b8dd1aa | 2015-03-24 10:31:10 -0700 | [diff] [blame] | 9 | |
| 10 | <SCALE>6</SCALE> |
| 11 | |
andrew@onlab.us | 30d9ba4 | 2015-03-11 15:05:24 -0700 | [diff] [blame] | 12 | <availableNodes>7</availableNodes> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 13 | |
| 14 | <GIT> |
| 15 | <autopull>off</autopull> |
| 16 | <checkout>master</checkout> |
| 17 | </GIT> |
| 18 | |
| 19 | <CTRL> |
| 20 | <USER>admin</USER> |
jenkins | 9301fd0 | 2015-02-10 14:13:33 -0800 | [diff] [blame] | 21 | <ip1>10.254.1.201</ip1> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 22 | <port1>6633</port1> |
jenkins | 9301fd0 | 2015-02-10 14:13:33 -0800 | [diff] [blame] | 23 | <ip2>10.254.1.202</ip2> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 24 | <port2>6633</port2> |
jenkins | 9301fd0 | 2015-02-10 14:13:33 -0800 | [diff] [blame] | 25 | <ip3>10.254.1.203</ip3> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 26 | <port3>6633</port3> |
jenkins | 9301fd0 | 2015-02-10 14:13:33 -0800 | [diff] [blame] | 27 | <ip4>10.254.1.204</ip4> |
andrew@onlab.us | 30d9ba4 | 2015-03-11 15:05:24 -0700 | [diff] [blame] | 28 | <port4>6633</port4> |
jenkins | 9301fd0 | 2015-02-10 14:13:33 -0800 | [diff] [blame] | 29 | <ip5>10.254.1.205</ip5> |
andrew@onlab.us | 30d9ba4 | 2015-03-11 15:05:24 -0700 | [diff] [blame] | 30 | <port5>6633</port5> |
jenkins | 9301fd0 | 2015-02-10 14:13:33 -0800 | [diff] [blame] | 31 | <ip6>10.254.1.206</ip6> |
andrew@onlab.us | 30d9ba4 | 2015-03-11 15:05:24 -0700 | [diff] [blame] | 32 | <port6>6633</port6> |
jenkins | b8dd1aa | 2015-03-24 10:31:10 -0700 | [diff] [blame] | 33 | <ip7>10.254.1.207</ip7> |
andrew@onlab.us | 30d9ba4 | 2015-03-11 15:05:24 -0700 | [diff] [blame] | 34 | <port7>6633</port7> |
jenkins | 9301fd0 | 2015-02-10 14:13:33 -0800 | [diff] [blame] | 35 | </CTRL> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 36 | |
| 37 | <BENCH> |
| 38 | <user>admin</user> |
andrew@onlab.us | 30d9ba4 | 2015-03-11 15:05:24 -0700 | [diff] [blame] | 39 | <ip1>localhost</ip1> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 40 | </BENCH> |
| 41 | |
andrew@onlab.us | 30d9ba4 | 2015-03-11 15:05:24 -0700 | [diff] [blame] | 42 | <TEST> # duration = time the test loop runs |
| 43 | # log_interval = how often the data is reported |
| 44 | # wait = time between tests, used to let the averages run down |
jenkins | b8dd1aa | 2015-03-24 10:31:10 -0700 | [diff] [blame] | 45 | <configFile>/onos/tools/package/etc/org.onosproject.net.topology.impl.DefaultTopologyProvider.cfg</configFile> |
| 46 | <flickerRates>20000,20000,20000,20000,20000,20000,20000</flickerRates> |
| 47 | <devicesPerNode>40,40,40,40,40,40,40</devicesPerNode> |
andrew@onlab.us | 30d9ba4 | 2015-03-11 15:05:24 -0700 | [diff] [blame] | 48 | <flickerRate>1000</flickerRate> |
| 49 | <linkgraphdif>.03</linkgraphdif> # 0-1 indicated link/graph rate dif tolerance |
jenkins | b8dd1aa | 2015-03-24 10:31:10 -0700 | [diff] [blame] | 50 | <duration>1800</duration> |
andrew@onlab.us | 30d9ba4 | 2015-03-11 15:05:24 -0700 | [diff] [blame] | 51 | <log_interval>15</log_interval> |
| 52 | <wait>60</wait> |
| 53 | <skipCleanInstall>yes</skipCleanInstall> |
| 54 | <MN>localhost</MN> |
jenkins | b8dd1aa | 2015-03-24 10:31:10 -0700 | [diff] [blame] | 55 | <logFile>link_event_tp_results_LOG</logFile> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 56 | </TEST> |
| 57 | |
| 58 | <JSON> |
| 59 | <intents_rate>intentInstalledRate</intents_rate> |
jenkins | b8dd1aa | 2015-03-24 10:31:10 -0700 | [diff] [blame] | 60 | </JSON> |
andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 61 | |
| 62 | </PARAMS> |