blob: b89814977abbd01e600bcfbcaa8d0620d6bec5aa [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>
jenkins3e5a3912015-04-02 18:14:16 -07006 <cellFeatures>"org.onosproject.metrics,org.onosproject.openflow"</cellFeatures>
jenkins7ead5a82015-03-13 10:28:21 -07007 </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>
jenkins3e5a3912015-04-02 18:14:16 -070040 # What to 'grep' for tshark outputs
41
jenkins7ead5a82015-03-13 10:28:21 -070042 <ofpPortStatus>OF 1.3 146</ofpPortStatus>
43 <ofpRoleReply>OF 1.3 90 of_role_reply</ofpRoleReply>
jenkins8ba10ab2015-03-24 10:31:31 -070044 <featureReply>OF 1.3 98 of_features_reply</featureReply>
45 <roleRequest>OF 1.3 90 of_role_request</roleRequest>
jenkins7ead5a82015-03-13 10:28:21 -070046 <tcpSynAck>TCP 74 6633</tcpSynAck>
jenkins3e5a3912015-04-02 18:14:16 -070047 <finAckSequence>FIN</finAckSequence>
jenkins7ead5a82015-03-13 10:28:21 -070048 </TSHARK>
49
50 <TEST>
51 #'on' or 'off' debug mode.
52 #If on, logging will be more verbose and
53 #tshark pcap will be enabled
54 #pcap file located at /tmp/'capture_name'
55 <debugMode>on</debugMode>
56 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
57 <mci>off</mci>
58
59 <topoConfigFile>
60 single_topo_event_accumulator.cfg
61 </topoConfigFile>
62 <topoConfigName>
63 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
64 </topoConfigName>
65
66 #Number of times to iterate each case
jenkins3e5a3912015-04-02 18:14:16 -070067 <numIter>25</numIter>
jenkins7ead5a82015-03-13 10:28:21 -070068 <numSwitch>2</numSwitch>
69 #Number of iterations to ignore initially
70 <iterIgnore>2</iterIgnore>
71
jenkins3e5a3912015-04-02 18:14:16 -070072 <singleSwThreshold>0.0,1000</singleSwThreshold>
73 <portUpThreshold>0.0,1000</portUpThreshold>
74 <portDownThreshold>0.0,1000</portDownThreshold>
75 <linkUpThreshold>0.0,10000</linkUpThreshold>
76 <linkDownThreshold>0.0,10000</linkDownThreshold>
77 <swDisc100Threshold>0.0,10000</swDisc100Threshold>
jenkins7ead5a82015-03-13 10:28:21 -070078
79 <tabletFile>tablets_3node.json</tabletFile>
80 </TEST>
81
82 <DB>
83 <postToDB>on</postToDB>
84 <portEventResultPath>
85 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/portEventResultDb.log
86 </portEventResultPath>
87 <switchEventResultPath>
88 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/switchEventResultDb.log
89 </switchEventResultPath>
90 </DB>
91
92 <JSON>
93 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
94 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
95 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
96 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
97 </JSON>
98</PARAMS>