blob: da371c34a5b729c5c30611d2e8313887cb4d0306 [file] [log] [blame]
cameron@onlab.us21106ea2015-07-23 15:32:51 -07001<PARAMS>
2 <testcases>1,2,1,2,1,2,1,2</testcases>
3
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
12 <GIT>
13 <autopull>off</autopull>
14 <checkout>master</checkout>
15 </GIT>
16
17 <CTRL>
Jon Hall53c5e662016-04-13 16:06:56 -070018 <user>sdn</user>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070019 <ip1>OC1</ip1>
20 <ip2>OC2</ip2>
21 <ip3>OC3</ip3>
Charles Chan029be652015-08-24 01:46:10 +080022 <ip4>OC4</ip4>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070023 <ip5>OC5</ip5>
24 <ip6>OC6</ip6>
25 <ip7>OC7</ip7>
26 </CTRL>
27
28 <MN>
YPZhangf7d80602016-06-23 13:59:47 -070029 <ip1>OCN</ip1>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070030 </MN>
31
32 <BENCH>
33 <ip>localhost</ip>
34 </BENCH>
35
36 <TSHARK>
37 <ofpPortStatus>OF 1.3 146</ofpPortStatus>
38 <ofpRoleReply>OF 1.3 90 of_role_reply</ofpRoleReply>
39 <featureReply>OF 1.3 98 of_features_reply</featureReply>
40 <roleRequest>OF 1.3 90 of_role_request</roleRequest>
suibin zhang59f37cb2015-09-25 12:57:12 -070041 <tcpSynAck>TCP 74 openflow</tcpSynAck>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070042 <finAckSequence>FIN</finAckSequence>
43 </TSHARK>
44
45 <TEST>
46 #'on' or 'off' debug mode.
47 #If on, logging will be more verbose and
48 #tshark pcap will be enabled
49 #pcap file located at /tmp/'capture_name'
50 <debugMode>off</debugMode>
51 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
52 <mci>off</mci>
53
54 <topoConfigFile>
55 single_topo_event_accumulator.cfg
56 </topoConfigFile>
57 <topoConfigName>
58 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
59 </topoConfigName>
60
61 #Number of times to iterate each case
suibin zhang1d118362015-09-02 20:47:25 -070062 <numIter>25</numIter>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070063 <numSwitch>2</numSwitch>
64 #Number of iterations to ignore initially
suibin zhang1d118362015-09-02 20:47:25 -070065 <iterIgnore>5</iterIgnore>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070066
67 <singleSwThreshold>0,1000</singleSwThreshold>
Charles Chan029be652015-08-24 01:46:10 +080068
cameron@onlab.us21106ea2015-07-23 15:32:51 -070069 <tabletFile>tablets_3node.json</tabletFile>
70 </TEST>
71
72 <DB>
73 <switchEventResultPath>/tmp/switchEventResultDb</switchEventResultPath>
74 </DB>
75
76 <JSON>
77 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
78 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
79 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
80 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
81 </JSON>
82</PARAMS>