blob: 72a92c1e1bd67de6c8619c3204ade4c6d693ae31 [file] [log] [blame]
andrew@onlab.us98eab872015-01-22 14:41:34 -08001<PARAMS>
2
3 <testcases>1,3,2,4,2,5</testcases>
4
5 <ENV>
6 <cellName>network_tp_test</cellName>
7 </ENV>
8
9 <SCALE>1</SCALE>
10
11 <GIT>
12 <autopull>off</autopull>
13 <checkout>master</checkout>
14 </GIT>
15
16 <CTRL>
17 <USER>admin</USER>
18 <ip1>10.128.5.51</ip1>
19 <port1>6633</port1>
20 <ip2>10.128.5.52</ip2>
21 <port2>6633</port2>
22 <ip3>10.128.5.53</ip3>
23 <port3>6633</port3>
24 </CTRL>
25
26 <BENCH>
27 <user>admin</user>
28 <ip1>10.128.5.55</ip1>
29 </BENCH>
30
31 <TEST> # duration = time the test loop runs
32 # log_interval = how often the data is reported
33 # wait = time between tests, used to let the averages run down
34
35 <metric1>topologyLinkEventRate</metric1>
36 <duration>30</duration>
37 <log_interval>5</log_interval>
38 <wait>5</wait>
39 </TEST>
40
41 <JSON>
42 <intents_rate>intentInstalledRate</intents_rate>
43 </JSON>
44
45</PARAMS>