blob: 83a118032e87de1dca0b9b6fafd3c387efbc0e89 [file] [log] [blame]
andrew@onlab.us2ae3a112015-02-02 11:24:32 -08001<PARAMS>
2
andrew@onlab.us30d9ba42015-03-11 15:05:24 -07003 <testcases>1,2,3,2,3,2,3</testcases>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -08004
5 <ENV>
6 <cellName>network_tp_test</cellName>
andrew@onlab.us30d9ba42015-03-11 15:05:24 -07007 <cellFeatures>"webconsole,onos-core,onos-api,onos-cli,onos-null,onos-rest,onos-app-metrics,onos-app-metrics-intent,onos-app-metrics-topology"</cellFeatures>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -08008 </ENV>
andrew@onlab.us30d9ba42015-03-11 15:05:24 -07009
10 <SCALE>2</SCALE>
11 <availableNodes>7</availableNodes>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080012
13 <GIT>
14 <autopull>off</autopull>
15 <checkout>master</checkout>
16 </GIT>
17
18 <CTRL>
19 <USER>admin</USER>
20 <ip1>10.128.5.51</ip1>
21 <port1>6633</port1>
22 <ip2>10.128.5.52</ip2>
23 <port2>6633</port2>
24 <ip3>10.128.5.53</ip3>
25 <port3>6633</port3>
andrew@onlab.us30d9ba42015-03-11 15:05:24 -070026 <ip4>10.128.5.54</ip4>
27 <port4>6633</port4>
28 <ip5>10.128.5.65</ip5>
29 <port5>6633</port5>
30 <ip6>10.128.5.66</ip6>
31 <port6>6633</port6>
32 <ip7>10.128.5.67</ip7>
33 <port7>6633</port7>
34 </CTRL>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080035
36 <BENCH>
37 <user>admin</user>
andrew@onlab.us30d9ba42015-03-11 15:05:24 -070038 <ip1>localhost</ip1>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080039 </BENCH>
40
andrew@onlab.us30d9ba42015-03-11 15:05:24 -070041 <TEST> # duration = time the test loop runs
42 # log_interval = how often the data is reported
43 # wait = time between tests, used to let the averages run down
44
45 <flickerRates>1000,0,0,0,0,0,0</flickerRates>
46 <devicesPerNode>20,0,0,0,0,0,0</devicesPerNode>
47 <flickerRate>1000</flickerRate>
48 <linkgraphdif>.03</linkgraphdif> # 0-1 indicated link/graph rate dif tolerance
49 <duration>120</duration>
50 <log_interval>15</log_interval>
51 <wait>60</wait>
52 <skipCleanInstall>yes</skipCleanInstall>
53 <MN>localhost</MN>
54 <logFile>link_event_tp_results_LOG</logFile>
andrew@onlab.us2ae3a112015-02-02 11:24:32 -080055 </TEST>
56
57 <JSON>
58 <intents_rate>intentInstalledRate</intents_rate>
59 </JSON>
60
61</PARAMS>