blob: 473e6c268aacb36ca40a23f5c3662d57f9551c80 [file] [log] [blame]
GlennRCdc7ab012015-07-23 15:40:12 -07001<PARAMS>
You Wanga8e75022019-02-21 15:38:26 -08002 <testcases>0,1,2,1,2,1,2</testcases>
GlennRCdc7ab012015-07-23 15:40:12 -07003
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -08004 <GRAPH>
5 <nodeCluster>BM</nodeCluster>
6 <builds>20</builds>
7 </GRAPH>
8
You Wanga8e75022019-02-21 15:38:26 -08009 <SCALE>1,3,5</SCALE>
10 <max>5</max>
GlennRCdc7ab012015-07-23 15:40:12 -070011
12 <ENV>
13 <cellName>topo_perf_test</cellName>
14 <cellApps>drivers,metrics,openflow</cellApps>
15 </ENV>
16
GlennRCdc7ab012015-07-23 15:40:12 -070017 <MN>
YPZhangf7d80602016-06-23 13:59:47 -070018 <ip1>OCN</ip1>
GlennRCdc7ab012015-07-23 15:40:12 -070019 </MN>
20
YPZhang801d46d2016-08-08 13:26:28 -070021 <DEPENDENCY>
22 <path>/tests/SCPF/SCPFportLat/dependencies/</path>
23 <topology>topo-perf-2sw.py</topology>
24 <function>portFunc</function>
25 </DEPENDENCY>
26
27 <GIT>
Devin Lim58046fa2017-07-05 16:55:00 -070028 <pull>False</pull>
29 <branch>master</branch>
YPZhang801d46d2016-08-08 13:26:28 -070030 </GIT>
Devin Lim142b5342017-07-20 15:22:39 -070031 <CFG>
32 <defaultTopo>org.onosproject.net.topology.impl.DefaultTopologyProvider</defaultTopo>
33 </CFG>
GlennRCdc7ab012015-07-23 15:40:12 -070034 <TSHARK>
You Wangb2043922020-10-28 18:45:24 -070035 <tsharkInterface>lo</tsharkInterface>
YPZhang801d46d2016-08-08 13:26:28 -070036 <tsharkReusltPath>/tmp/tshark_portStatus</tsharkReusltPath>
You Wang030e3cb2019-09-04 14:23:54 -070037 <ofpPortStatus>OpenFlow 146 Type: OFPT_PORT_STATUS</ofpPortStatus>
GlennRCdc7ab012015-07-23 15:40:12 -070038 </TSHARK>
YPZhang801d46d2016-08-08 13:26:28 -070039 <SLEEP>
40 <startup>5</startup>
41 <measure>5</measure>
42 <mininet>5</mininet>
43 </SLEEP>
44
45 <TIMEOUT>
46 <timeout>60</timeout>
47 </TIMEOUT>
GlennRCdc7ab012015-07-23 15:40:12 -070048
49 <TEST>
50 #'on' or 'off' debug mode.
51 #If on, logging will be more verbose and
52 #tshark pcap will be enabled
53 #pcap file located at /tmp/'capture_name'
YPZhang801d46d2016-08-08 13:26:28 -070054 <debug>True</debug>
55 #Number of iterations to ignore initially
56 <warmUp>5</warmUp>
GlennRCdc7ab012015-07-23 15:40:12 -070057
58 #Number of times to iterate each case
YPZhang801d46d2016-08-08 13:26:28 -070059 <sampleSize>20</sampleSize>
GlennRCdc7ab012015-07-23 15:40:12 -070060
YPZhang801d46d2016-08-08 13:26:28 -070061 <maxProcessTime>5000</maxProcessTime>
GlennRCdc7ab012015-07-23 15:40:12 -070062
YPZhang801d46d2016-08-08 13:26:28 -070063 <interface>s1-eth1</interface>
64 <device>s1</device>
GlennRCdc7ab012015-07-23 15:40:12 -070065 </TEST>
66
YPZhang801d46d2016-08-08 13:26:28 -070067 <DATABASE>
68 <dbName>/tmp/portEventResultDb</dbName>
69 </DATABASE>
GlennRCdc7ab012015-07-23 15:40:12 -070070
71 <JSON>
72 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
73 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
74 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
75 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
76 </JSON>
You Wanga8e75022019-02-21 15:38:26 -080077
78 <ALARM>
You Wangaa7bc722019-02-21 17:55:39 -080079 <maxPortUpAvg>10,20,21</maxPortUpAvg>
You Wanga8e75022019-02-21 15:38:26 -080080 <maxPortUpStd>10,10,10</maxPortUpStd>
You Wangaa7bc722019-02-21 17:55:39 -080081 <maxPortDownAvg>6,6,7</maxPortDownAvg>
You Wanga8e75022019-02-21 15:38:26 -080082 <maxPortDownStd>2,2,2</maxPortDownStd>
83 </ALARM>
GlennRCdc7ab012015-07-23 15:40:12 -070084</PARAMS>