blob: fe3896eef6f315fce4541bcdc70405a86ce3dd47 [file] [log] [blame]
cameron@onlab.us21106ea2015-07-23 15:32:51 -07001<PARAMS>
YPZhang38fb1192016-08-11 11:03:38 -07002 <testcases>0,1,2,1,2,1,2,1,2</testcases>
cameron@onlab.us21106ea2015-07-23 15:32:51 -07003
4 <SCALE>1,3,5,7</SCALE>
5 <max>7</max>
6
7 <ENV>
8 <cellName>topo_perf_test</cellName>
9 <cellApps>drivers,metrics,openflow</cellApps>
10 </ENV>
11
YPZhang38fb1192016-08-11 11:03:38 -070012 <DEPENDENCY>
13 <path>/tests/SCPF/SCPFswitchLat/dependencies/</path>
14 <topology>topo-perf-1sw.py</topology>
15 <function>switchFunc</function>
16 </DEPENDENCY>
17
cameron@onlab.us21106ea2015-07-23 15:32:51 -070018 <GIT>
YPZhang38fb1192016-08-11 11:03:38 -070019 <gitPull>off</gitPull>
20 <gitBranch>master</gitBranch>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070021 </GIT>
22
23 <CTRL>
Jon Hall53c5e662016-04-13 16:06:56 -070024 <user>sdn</user>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070025 <ip1>OC1</ip1>
26 <ip2>OC2</ip2>
27 <ip3>OC3</ip3>
Charles Chan029be652015-08-24 01:46:10 +080028 <ip4>OC4</ip4>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070029 <ip5>OC5</ip5>
30 <ip6>OC6</ip6>
31 <ip7>OC7</ip7>
32 </CTRL>
33
34 <MN>
YPZhangf7d80602016-06-23 13:59:47 -070035 <ip1>OCN</ip1>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070036 </MN>
37
YPZhang38fb1192016-08-11 11:03:38 -070038 <TIMEOUT>
39 <timeout>60</timeout>
40 </TIMEOUT>
41
cameron@onlab.us21106ea2015-07-23 15:32:51 -070042 <BENCH>
43 <ip>localhost</ip>
44 </BENCH>
45
46 <TSHARK>
YPZhang38fb1192016-08-11 11:03:38 -070047 <up>
YPZhang21adb602016-08-18 16:00:11 -070048 <TCP>openflow\ \[SYN\]</TCP> #1
YPZhang38fb1192016-08-11 11:03:38 -070049 <RQ>OF 1.3 90 of_role_request</RQ> #2
50 <RR>OF 1.3 90 of_role_reply</RR> #3
51 <Feature>OF 1.3 98 of_features_reply</Feature>#4
52 </up>
53
54 <down>
55 <FA>\[FIN,\ ACK\]</FA>
56 <ACK>openflow\ \[ACK\]</ACK>
57 </down>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070058 </TSHARK>
59
60 <TEST>
61 #'on' or 'off' debug mode.
62 #If on, logging will be more verbose and
63 #tshark pcap will be enabled
64 #pcap file located at /tmp/'capture_name'
65 <debugMode>off</debugMode>
66 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
67 <mci>off</mci>
68
69 <topoConfigFile>
70 single_topo_event_accumulator.cfg
71 </topoConfigFile>
72 <topoConfigName>
73 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
74 </topoConfigName>
75
cameron@onlab.us21106ea2015-07-23 15:32:51 -070076 #Number of iterations to ignore initially
YPZhang38fb1192016-08-11 11:03:38 -070077 <warmUp>5</warmUp>
78
79 #Number of times to iterate each case
80 <sampleSize>20</sampleSize>
81 <device>s3</device>
82 <tsharkResultPath>
83 <up>
84 <TCP>/tmp/Tshark_TCP</TCP>
85 <RQ>/tmp/Tshark_RQ</RQ> #role request
86 <RR>/tmp/Tshark_RR</RR> #role reply OF output
87 <Feature>/tmp/Tshark_Feature</Feature>
88 </up>
89
90 <down>
91 <FA>/tmp/Tshark_FA</FA>#Fin_ack
92 <ACK>/tmp/Tshark_ACK</ACK>
93 </down>
94
95 </tsharkResultPath>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070096
97 <singleSwThreshold>0,1000</singleSwThreshold>
Charles Chan029be652015-08-24 01:46:10 +080098
cameron@onlab.us21106ea2015-07-23 15:32:51 -070099 <tabletFile>tablets_3node.json</tabletFile>
100 </TEST>
101
YPZhang38fb1192016-08-11 11:03:38 -0700102 <SLEEP>
103 <startup>5</startup>
104 <measure>5</measure>
105 <mininet>5</mininet>
106 </SLEEP>
107
108 <DATABASE>
109 <dbName>/tmp/switchEventResultDb</dbName>
110 </DATABASE>
cameron@onlab.us21106ea2015-07-23 15:32:51 -0700111
112 <JSON>
113 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
114 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
115 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
116 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
117 </JSON>
118</PARAMS>