blob: 6983791c47c698b5403e0e8a32b2fa6153e21c63 [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<PARAMS>
andrewonlabb1998c52014-11-10 13:31:43 -05002 <testcases>1,3</testcases>
andrewonlab2a6c9342014-10-16 13:40:15 -04003
4 <ENV>
5 <cellName>topo_perf_test</cellName>
6 </ENV>
7
8 <GIT>
9 #autoPull 'on' or 'off'
10 <autoPull>off</autoPull>
11 <checkout>master</checkout>
12 </GIT>
13
14 <CTRL>
andrewonlab8d29f122014-10-22 17:15:04 -040015 <user>admin</user>
andrewonlab867212a2014-10-22 20:13:38 -040016 <ip1>10.128.174.1</ip1>
andrewonlab2a6c9342014-10-16 13:40:15 -040017 <port1>6633</port1>
andrewonlab867212a2014-10-22 20:13:38 -040018 <ip2>10.128.174.2</ip2>
andrewonlabba44bcf2014-10-16 16:54:41 -040019 <port2>6633</port2>
andrewonlab867212a2014-10-22 20:13:38 -040020 <ip3>10.128.174.3</ip3>
andrewonlabba44bcf2014-10-16 16:54:41 -040021 <port3>6633</port3>
andrewonlab2a6c9342014-10-16 13:40:15 -040022 </CTRL>
23
24 <MN>
25 <ip1>10.128.10.90</ip1>
26 <ip2>10.128.10.91</ip2>
27 </MN>
28
29 <BENCH>
andrewonlabe9fb6722014-10-24 12:20:35 -040030 <ip>10.128.174.10</ip>
andrewonlab2a6c9342014-10-16 13:40:15 -040031 </BENCH>
andrewonlabba44bcf2014-10-16 16:54:41 -040032
33 <TEST>
andrewonlab58f7d702014-11-07 13:21:19 -050034 #'on' or 'off' debug mode.
35 #If on, logging will be more verbose and
36 #tshark pcap will be enabled
37 #pcap file located at /tmp/'capture_name'
andrewonlabb1998c52014-11-10 13:31:43 -050038 <debugMode>off</debugMode>
39 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
andrewonlab58f7d702014-11-07 13:21:19 -050040
andrewonlabba44bcf2014-10-16 16:54:41 -040041 #Number of times to iterate each case
andrewonlabe5bcef92014-11-06 17:53:20 -050042 <numIter>5</numIter>
andrewonlababb11c32014-11-04 15:03:24 -050043 <numSwitch>100</numSwitch>
andrewonlabe5bcef92014-11-06 17:53:20 -050044
45 <singleSwThreshold>0,1000</singleSwThreshold>
46 <portUpThreshold>0,1000</portUpThreshold>
47 <portDownThreshold>0,1000</portDownThreshold>
48 <linkUpThreshold>0,10000</linkUpThreshold>
49 <linkDownThreshold>0,10000</linkDownThreshold>
50 <swDisc100Threshold>0,10000</swDisc100Threshold>
andrewonlabba44bcf2014-10-16 16:54:41 -040051 </TEST>
andrewonlab226024e2014-10-24 16:01:32 -040052
53 <JSON>
54 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
55 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
56 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
57 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
58 </JSON>
andrewonlab2a6c9342014-10-16 13:40:15 -040059</PARAMS>