blob: 4a758b37dae7b64ca947fa9d05763c78c2afa3b2 [file] [log] [blame]
GlennRCdc7ab012015-07-23 15:40:12 -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>
GlennRCdc7ab012015-07-23 15:40:12 -070019 <ip1>OC1</ip1>
20 <ip2>OC2</ip2>
21 <ip3>OC3</ip3>
22 <ip4>OC4</ip4>
23 <ip5>OC5</ip5>
24 <ip6>OC6</ip6>
25 <ip7>OC7</ip7>
26 </CTRL>
27
28 <MN>
29 <ip1>localhost</ip1>
30 </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>
Charles Chan029be652015-08-24 01:46:10 +080041 <tcpSynAck>TCP 74 6653</tcpSynAck>
GlennRCdc7ab012015-07-23 15:40:12 -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>on</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
GlennRCb3147232015-07-31 14:09:40 -070062 <numIter>25</numIter>
GlennRCdc7ab012015-07-23 15:40:12 -070063 <numSwitch>2</numSwitch>
64 #Number of iterations to ignore initially
GlennRCb3147232015-07-31 14:09:40 -070065 <iterIgnore>5</iterIgnore>
GlennRCdc7ab012015-07-23 15:40:12 -070066
GlennRCb3147232015-07-31 14:09:40 -070067 <portUpThreshold>0,5000</portUpThreshold>
GlennRCdc7ab012015-07-23 15:40:12 -070068 <portDownThreshold>0,1000</portDownThreshold>
69
70 <tabletFile>tablets_3node.json</tabletFile>
71 </TEST>
72
73 <DB>
74 <postToDB>no</postToDB>
cameron@onlab.us849b5f92015-07-30 10:05:00 -070075 <portEventResultPath>/tmp/portEventResultDb</portEventResultPath>
GlennRCdc7ab012015-07-23 15:40:12 -070076 </DB>
77
78 <JSON>
79 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
80 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
81 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
82 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
83 </JSON>
84</PARAMS>