blob: 8680b5c02f820d2f831c666f6d9fb260aa937a91 [file] [log] [blame]
cameron@onlab.us21106ea2015-07-23 15:32:51 -07001<PARAMS>
You Wangf9803832016-12-06 22:09:25 +00002 <testcases>0,1,2,1,2,1,2,1,2</testcases>
cameron@onlab.us21106ea2015-07-23 15:32:51 -07003
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -08004 <GRAPH>
5 <nodeCluster>BM</nodeCluster>
6 <builds>20</builds>
7 </GRAPH>
8
You Wangf9803832016-12-06 22:09:25 +00009 <SCALE>1,3,5,7</SCALE>
10 <max>7</max>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070011
12 <ENV>
13 <cellName>topo_perf_test</cellName>
14 <cellApps>drivers,metrics,openflow</cellApps>
15 </ENV>
16
YPZhang38fb1192016-08-11 11:03:38 -070017 <DEPENDENCY>
18 <path>/tests/SCPF/SCPFswitchLat/dependencies/</path>
19 <topology>topo-perf-1sw.py</topology>
20 <function>switchFunc</function>
21 </DEPENDENCY>
22
cameron@onlab.us21106ea2015-07-23 15:32:51 -070023 <GIT>
Devin Lim58046fa2017-07-05 16:55:00 -070024 <pull>False</pull>
25 <branch>master</branch>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070026 </GIT>
27
28 <CTRL>
Jon Hall53c5e662016-04-13 16:06:56 -070029 <user>sdn</user>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070030 <ip1>OC1</ip1>
31 <ip2>OC2</ip2>
32 <ip3>OC3</ip3>
Charles Chan029be652015-08-24 01:46:10 +080033 <ip4>OC4</ip4>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070034 <ip5>OC5</ip5>
35 <ip6>OC6</ip6>
36 <ip7>OC7</ip7>
37 </CTRL>
38
39 <MN>
YPZhangf7d80602016-06-23 13:59:47 -070040 <ip1>OCN</ip1>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070041 </MN>
42
YPZhang38fb1192016-08-11 11:03:38 -070043 <TIMEOUT>
44 <timeout>60</timeout>
45 </TIMEOUT>
46
cameron@onlab.us21106ea2015-07-23 15:32:51 -070047 <BENCH>
48 <ip>localhost</ip>
49 </BENCH>
50
51 <TSHARK>
YPZhang38fb1192016-08-11 11:03:38 -070052 <up>
YPZhang21adb602016-08-18 16:00:11 -070053 <TCP>openflow\ \[SYN\]</TCP> #1
YPZhang38fb1192016-08-11 11:03:38 -070054 <RQ>OF 1.3 90 of_role_request</RQ> #2
55 <RR>OF 1.3 90 of_role_reply</RR> #3
56 <Feature>OF 1.3 98 of_features_reply</Feature>#4
57 </up>
58
59 <down>
60 <FA>\[FIN,\ ACK\]</FA>
61 <ACK>openflow\ \[ACK\]</ACK>
62 </down>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070063 </TSHARK>
Devin Lim142b5342017-07-20 15:22:39 -070064 <CFG>
65 <defaultTopo>org.onosproject.net.topology.impl.DefaultTopologyProvider</defaultTopo>
66 </CFG>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070067 <TEST>
68 #'on' or 'off' debug mode.
69 #If on, logging will be more verbose and
70 #tshark pcap will be enabled
71 #pcap file located at /tmp/'capture_name'
72 <debugMode>off</debugMode>
73 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
74 <mci>off</mci>
75
chengchiyu08303a02016-09-08 17:40:26 -070076 <MaxWrong>20</MaxWrong>
77
78 <ResultRange>
79 <Min>0</Min>
80 <Max>500</Max>
81 </ResultRange>
82
83 <SearchTerm>
84 <up>DEVICE_ADDED</up>
85 <down>DEVICE_AVAILABILITY_CHANGED</down>
86 </SearchTerm>
87
cameron@onlab.us21106ea2015-07-23 15:32:51 -070088 <topoConfigFile>
89 single_topo_event_accumulator.cfg
90 </topoConfigFile>
91 <topoConfigName>
92 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
93 </topoConfigName>
94
cameron@onlab.us21106ea2015-07-23 15:32:51 -070095 #Number of iterations to ignore initially
YPZhang38fb1192016-08-11 11:03:38 -070096 <warmUp>5</warmUp>
97
98 #Number of times to iterate each case
99 <sampleSize>20</sampleSize>
100 <device>s3</device>
101 <tsharkResultPath>
102 <up>
chengchiyu08303a02016-09-08 17:40:26 -0700103 <ALL>/tmp/Tshark_ALL</ALL>
YPZhang38fb1192016-08-11 11:03:38 -0700104 <TCP>/tmp/Tshark_TCP</TCP>
105 <RQ>/tmp/Tshark_RQ</RQ> #role request
106 <RR>/tmp/Tshark_RR</RR> #role reply OF output
107 <Feature>/tmp/Tshark_Feature</Feature>
108 </up>
109
110 <down>
chengchiyu08303a02016-09-08 17:40:26 -0700111 <ALL>/tmp/Tshark_ALL</ALL> #Fin_ack and Ack
YPZhang38fb1192016-08-11 11:03:38 -0700112 <FA>/tmp/Tshark_FA</FA>#Fin_ack
113 <ACK>/tmp/Tshark_ACK</ACK>
114 </down>
YPZhang38fb1192016-08-11 11:03:38 -0700115 </tsharkResultPath>
cameron@onlab.us21106ea2015-07-23 15:32:51 -0700116
117 <singleSwThreshold>0,1000</singleSwThreshold>
Charles Chan029be652015-08-24 01:46:10 +0800118
cameron@onlab.us21106ea2015-07-23 15:32:51 -0700119 <tabletFile>tablets_3node.json</tabletFile>
120 </TEST>
121
YPZhang38fb1192016-08-11 11:03:38 -0700122 <SLEEP>
123 <startup>5</startup>
124 <measure>5</measure>
125 <mininet>5</mininet>
chengchiyu08303a02016-09-08 17:40:26 -0700126 <deleteSW>10</deleteSW>
YPZhang38fb1192016-08-11 11:03:38 -0700127 </SLEEP>
128
129 <DATABASE>
130 <dbName>/tmp/switchEventResultDb</dbName>
131 </DATABASE>
cameron@onlab.us21106ea2015-07-23 15:32:51 -0700132
133 <JSON>
134 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
135 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
136 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
137 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
138 </JSON>
139</PARAMS>