blob: 4306fa061a63699cf2d57efa95a29c946a1cd8e5 [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>
18 <user>admin</user>
19 <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>
29 <ip1>localhost</ip1>
30 <ip2>localhost</ip2>
31 </MN>
32
33 <BENCH>
34 <ip>localhost</ip>
35 </BENCH>
36
37 <TSHARK>
38 <ofpPortStatus>OF 1.3 146</ofpPortStatus>
39 <ofpRoleReply>OF 1.3 90 of_role_reply</ofpRoleReply>
40 <featureReply>OF 1.3 98 of_features_reply</featureReply>
41 <roleRequest>OF 1.3 90 of_role_request</roleRequest>
suibin zhang59f37cb2015-09-25 12:57:12 -070042 <tcpSynAck>TCP 74 openflow</tcpSynAck>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070043 <finAckSequence>FIN</finAckSequence>
44 </TSHARK>
45
46 <TEST>
47 #'on' or 'off' debug mode.
48 #If on, logging will be more verbose and
49 #tshark pcap will be enabled
50 #pcap file located at /tmp/'capture_name'
51 <debugMode>off</debugMode>
52 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
53 <mci>off</mci>
54
55 <topoConfigFile>
56 single_topo_event_accumulator.cfg
57 </topoConfigFile>
58 <topoConfigName>
59 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
60 </topoConfigName>
61
62 #Number of times to iterate each case
suibin zhang1d118362015-09-02 20:47:25 -070063 <numIter>25</numIter>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070064 <numSwitch>2</numSwitch>
65 #Number of iterations to ignore initially
suibin zhang1d118362015-09-02 20:47:25 -070066 <iterIgnore>5</iterIgnore>
cameron@onlab.us21106ea2015-07-23 15:32:51 -070067
68 <singleSwThreshold>0,1000</singleSwThreshold>
Charles Chan029be652015-08-24 01:46:10 +080069
cameron@onlab.us21106ea2015-07-23 15:32:51 -070070 <tabletFile>tablets_3node.json</tabletFile>
71 </TEST>
72
73 <DB>
74 <switchEventResultPath>/tmp/switchEventResultDb</switchEventResultPath>
75 </DB>
76
77 <JSON>
78 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
79 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
80 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
81 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
82 </JSON>
83</PARAMS>