blob: 09c741ca109eda4d16ed210fed40beb890062bb6 [file] [log] [blame]
jenkins7ead5a82015-03-13 10:28:21 -07001<PARAMS>
2 <testcases>1,2,3,4,2,3,4,2,3,4,2,3</testcases>
3
4 <ENV>
5 <cellName>topo_perf_test</cellName>
6 <cellFeatures>"webconsole,onos-core,onos-api,onos-cli,onos-app-metrics,onos-app-gui,onos-openflow"</cellFeatures>
7 </ENV>
8
9 <GIT>
10 #autoPull 'on' or 'off'
11 <autoPull>off</autoPull>
12 <checkout>master</checkout>
13 </GIT>
14
15 <CTRL>
16 <user>sdn</user>
17 <ip1>10.254.1.201</ip1>
18 <port1>6633</port1>
19 <ip2>10.254.1.202</ip2>
20 <port2>6633</port2>
21 <ip3>10.254.1.203</ip3>
22 <port3>6633</port3>
23 <ip4>10.254.1.204</ip4>
24
25 <ip5>10.254.1.205</ip5>
26 <ip6>10.254.1.206</ip6>
27 <ip7>10.254.1.207</ip7>
28 </CTRL>
29
30 <MN>
31 <ip1>10.254.1.200</ip1>
32 <ip2>10.254.1.200</ip2>
33 </MN>
34
35 <BENCH>
36 <ip>10.254.1.200</ip>
37 </BENCH>
38
39 <TSHARK>
40 <ofpPortStatus>OF 1.3 146</ofpPortStatus>
41 <ofpRoleReply>OF 1.3 90 of_role_reply</ofpRoleReply>
42 <tcpSynAck>TCP 74 6633</tcpSynAck>
43 </TSHARK>
44
45 <TEST>
46 #'on' or 'off' debug mode.
47 #If on, logging will be more verbose and
48 #tshark pcap will be enabled
49 #pcap file located at /tmp/'capture_name'
50 <debugMode>on</debugMode>
51 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
52 <mci>off</mci>
53
54 <topoConfigFile>
55 single_topo_event_accumulator.cfg
56 </topoConfigFile>
57 <topoConfigName>
58 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
59 </topoConfigName>
60
61 #Number of times to iterate each case
62 <numIter>10</numIter>
63 <numSwitch>2</numSwitch>
64 #Number of iterations to ignore initially
65 <iterIgnore>2</iterIgnore>
66
67 <singleSwThreshold>0,1000</singleSwThreshold>
68 <portUpThreshold>0,1000</portUpThreshold>
69 <portDownThreshold>0,1000</portDownThreshold>
70 <linkUpThreshold>0,10000</linkUpThreshold>
71 <linkDownThreshold>0,10000</linkDownThreshold>
72 <swDisc100Threshold>0,10000</swDisc100Threshold>
73
74 <tabletFile>tablets_3node.json</tabletFile>
75 </TEST>
76
77 <DB>
78 <postToDB>on</postToDB>
79 <portEventResultPath>
80 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/portEventResultDb.log
81 </portEventResultPath>
82 <switchEventResultPath>
83 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/switchEventResultDb.log
84 </switchEventResultPath>
85 </DB>
86
87 <JSON>
88 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
89 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
90 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
91 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
92 </JSON>
93</PARAMS>