blob: ab215e952f1630a3ce1a980dde1c1139fc0a6968 [file] [log] [blame]
andrew@onlab.us09a4a0c2015-04-09 13:38:13 -04001<PARAMS>
2 <testcases>1,2,3,4,2,3,4,2,3,4,2,3</testcases>
3
4 <ENV>
5 <cellName>topo_perf_test</cellName>
6 <cellFeatures>"org.onosproject.metrics,org.onosproject.openflow"</cellFeatures>
7 </ENV>
8
9 <GIT>
10 #autoPull 'on' or 'off'
11 <autoPull>off</autoPull>
12 <checkout>master</checkout>
13 </GIT>
14
15 <CTRL>
16 <user>sdn</user>
17 <ip1>10.254.1.201</ip1>
18 <port1>6633</port1>
19 <ip2>10.254.1.202</ip2>
20 <port2>6633</port2>
21 <ip3>10.254.1.203</ip3>
22 <port3>6633</port3>
23 <ip4>10.254.1.204</ip4>
24
25 <ip5>10.254.1.205</ip5>
26 <ip6>10.254.1.206</ip6>
27 <ip7>10.254.1.207</ip7>
28 </CTRL>
29
30 <MN>
31 <ip1>10.254.1.200</ip1>
32 <ip2>10.254.1.200</ip2>
33 </MN>
34
35 <BENCH>
36 <ip>10.254.1.200</ip>
37 </BENCH>
38
39 <TSHARK>
40 <ofpPortStatus>OF 1.3 146</ofpPortStatus>
41 <ofpRoleReply>OF 1.3 90 of_role_reply</ofpRoleReply>
42 <featureReply>OF 1.3 98 of_features_reply</featureReply>
43 <roleRequest>OF 1.3 90 of_role_request</roleRequest>
44 <tcpSynAck>TCP 74 6633</tcpSynAck>
45 <finAckSequence>FIN</finAckSequence>
46 </TSHARK>
47
48 <TEST>
49 #'on' or 'off' debug mode.
50 #If on, logging will be more verbose and
51 #tshark pcap will be enabled
52 #pcap file located at /tmp/'capture_name'
53 <debugMode>off</debugMode>
54 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
55 <mci>off</mci>
56
57 <topoConfigFile>
58 single_topo_event_accumulator.cfg
59 </topoConfigFile>
60 <topoConfigName>
61 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
62 </topoConfigName>
63
64 #Number of times to iterate each case
65 <numIter>35</numIter>
66 <numSwitch>2</numSwitch>
67 #Number of iterations to ignore initially
68 <iterIgnore>2</iterIgnore>
69
70 <singleSwThreshold>0,1000</singleSwThreshold>
71 <portUpThreshold>0,1000</portUpThreshold>
72 <portDownThreshold>0,1000</portDownThreshold>
73 <linkUpThreshold>0,10000</linkUpThreshold>
74 <linkDownThreshold>0,10000</linkDownThreshold>
75 <swDisc100Threshold>0,10000</swDisc100Threshold>
76
77 <tabletFile>tablets_3node.json</tabletFile>
78 </TEST>
79
80 <DB>
81 <postToDB>on</postToDB>
82 <portEventResultPath>
83 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/portEventResultDb.log
84 </portEventResultPath>
85 <switchEventResultPath>
86 /home/admin/ONLabTest/TestON/tests/TopoPerfNextBM/switchEventResultDb.log
87 </switchEventResultPath>
88 </DB>
89
90 <JSON>
91 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
92 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
93 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
94 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
95 </JSON>
96</PARAMS>