blob: d681433a774d6475672aa2006ace118d443ffa9d [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<PARAMS>
pingping-lin763ee042015-05-20 17:45:30 -07002 <testcases>1,2,3,4,2,3,4,2,3,4,2,3</testcases>
andrewonlab2a6c9342014-10-16 13:40:15 -04003
4 <ENV>
kelvin-onlab052b1cc2015-01-21 10:58:12 -08005 <cellName>topo_perf_test</cellName>
pingping-lin763ee042015-05-20 17:45:30 -07006 <cellFeatures>"org.onosproject.metrics,org.onosproject.openflow"</cellFeatures>
andrewonlab2a6c9342014-10-16 13:40:15 -04007 </ENV>
8
9 <GIT>
10 #autoPull 'on' or 'off'
11 <autoPull>off</autoPull>
12 <checkout>master</checkout>
13 </GIT>
14
15 <CTRL>
pingping-lin763ee042015-05-20 17:45:30 -070016 <user>sdn</user>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080017 <ip1>10.128.174.1</ip1>
andrewonlab2a6c9342014-10-16 13:40:15 -040018 <port1>6633</port1>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080019 <ip2>10.128.174.2</ip2>
andrewonlabba44bcf2014-10-16 16:54:41 -040020 <port2>6633</port2>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080021 <ip3>10.128.174.3</ip3>
andrewonlabba44bcf2014-10-16 16:54:41 -040022 <port3>6633</port3>
andrewonlaba57a3042015-01-23 13:53:05 -050023 <ip4>10.128.174.4</ip4>
24
25 <ip5>10.128.174.5</ip5>
26 <ip6>10.128.174.6</ip6>
27 <ip7>10.128.174.7</ip7>
andrewonlab2a6c9342014-10-16 13:40:15 -040028 </CTRL>
29
30 <MN>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080031 <ip1>10.128.10.90</ip1>
32 <ip2>10.128.10.91</ip2>
andrewonlab2a6c9342014-10-16 13:40:15 -040033 </MN>
34
35 <BENCH>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080036 <ip>10.128.174.10</ip>
andrewonlab2a6c9342014-10-16 13:40:15 -040037 </BENCH>
andrewonlabba44bcf2014-10-16 16:54:41 -040038
pingping-lin763ee042015-05-20 17:45:30 -070039 <TSHARK>
40 <ofpPortStatus>OF 1.3 146</ofpPortStatus>
41 <ofpRoleReply>OF 1.3 90 of_role_reply</ofpRoleReply>
42 <featureReply>OF 1.3 98 of_features_reply</featureReply>
43 <roleRequest>OF 1.3 90 of_role_request</roleRequest>
44 <tcpSynAck>TCP 74 6633</tcpSynAck>
45 <finAckSequence>FIN</finAckSequence>
46 </TSHARK>
47
andrewonlabba44bcf2014-10-16 16:54:41 -040048 <TEST>
andrewonlab58f7d702014-11-07 13:21:19 -050049 #'on' or 'off' debug mode.
50 #If on, logging will be more verbose and
51 #tshark pcap will be enabled
52 #pcap file located at /tmp/'capture_name'
andrewonlabb1998c52014-11-10 13:31:43 -050053 <debugMode>off</debugMode>
54 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
andrewonlab79244cc2015-01-26 01:11:49 -050055 <mci>off</mci>
andrewonlab58f7d702014-11-07 13:21:19 -050056
andrewonlab79244cc2015-01-26 01:11:49 -050057 <topoConfigFile>
andrewonlab0e1825c2014-11-20 20:07:00 -050058 single_topo_event_accumulator.cfg
andrewonlab79244cc2015-01-26 01:11:49 -050059 </topoConfigFile>
60 <topoConfigName>
andrewonlab0e1825c2014-11-20 20:07:00 -050061 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
andrewonlab79244cc2015-01-26 01:11:49 -050062 </topoConfigName>
andrewonlab0e1825c2014-11-20 20:07:00 -050063
andrewonlabba44bcf2014-10-16 16:54:41 -040064 #Number of times to iterate each case
pingping-lin763ee042015-05-20 17:45:30 -070065 <numIter>10</numIter>
andrewonlab4f50ec92014-11-11 14:24:45 -050066 <numSwitch>2</numSwitch>
andrewonlab4b5c8b92014-11-10 16:04:33 -050067 #Number of iterations to ignore initially
68 <iterIgnore>2</iterIgnore>
69
andrewonlabe5bcef92014-11-06 17:53:20 -050070 <singleSwThreshold>0,1000</singleSwThreshold>
71 <portUpThreshold>0,1000</portUpThreshold>
72 <portDownThreshold>0,1000</portDownThreshold>
73 <linkUpThreshold>0,10000</linkUpThreshold>
74 <linkDownThreshold>0,10000</linkDownThreshold>
75 <swDisc100Threshold>0,10000</swDisc100Threshold>
andrewonlab28b84eb2014-12-02 15:53:35 -050076
77 <tabletFile>tablets_3node.json</tabletFile>
78 </TEST>
andrewonlab226024e2014-10-24 16:01:32 -040079
pingping-lin763ee042015-05-20 17:45:30 -070080 <DB>
81 <postToDB>on</postToDB>
82 <portEventResultPath>
83 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/portEventResultDb.log
84 </portEventResultPath>
85 <switchEventResultPath>
86 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/switchEventResultDb.log
87 </switchEventResultPath>
88 </DB>
89
andrewonlab226024e2014-10-24 16:01:32 -040090 <JSON>
91 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
92 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
93 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
94 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
95 </JSON>
andrewonlab2a6c9342014-10-16 13:40:15 -040096</PARAMS>