blob: 24588e0e624b61ee23185e4394ce23efcd50129b [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>
jenkins8ba10ab2015-03-24 10:31:31 -070042 <featureReply>OF 1.3 98 of_features_reply</featureReply>
43 <roleRequest>OF 1.3 90 of_role_request</roleRequest>
jenkins7ead5a82015-03-13 10:28:21 -070044 <tcpSynAck>TCP 74 6633</tcpSynAck>
45 </TSHARK>
46
47 <TEST>
48 #'on' or 'off' debug mode.
49 #If on, logging will be more verbose and
50 #tshark pcap will be enabled
51 #pcap file located at /tmp/'capture_name'
52 <debugMode>on</debugMode>
53 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
54 <mci>off</mci>
55
56 <topoConfigFile>
57 single_topo_event_accumulator.cfg
58 </topoConfigFile>
59 <topoConfigName>
60 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
61 </topoConfigName>
62
63 #Number of times to iterate each case
jenkins8ba10ab2015-03-24 10:31:31 -070064 <numIter>35</numIter>
jenkins7ead5a82015-03-13 10:28:21 -070065 <numSwitch>2</numSwitch>
66 #Number of iterations to ignore initially
67 <iterIgnore>2</iterIgnore>
68
69 <singleSwThreshold>0,1000</singleSwThreshold>
70 <portUpThreshold>0,1000</portUpThreshold>
71 <portDownThreshold>0,1000</portDownThreshold>
72 <linkUpThreshold>0,10000</linkUpThreshold>
73 <linkDownThreshold>0,10000</linkDownThreshold>
74 <swDisc100Threshold>0,10000</swDisc100Threshold>
75
76 <tabletFile>tablets_3node.json</tabletFile>
77 </TEST>
78
79 <DB>
80 <postToDB>on</postToDB>
81 <portEventResultPath>
82 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/portEventResultDb.log
83 </portEventResultPath>
84 <switchEventResultPath>
85 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/switchEventResultDb.log
86 </switchEventResultPath>
87 </DB>
88
89 <JSON>
90 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
91 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
92 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
93 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
94 </JSON>
95</PARAMS>