blob: a453767ae7b4f169f5fb6c235df9e6c34f3be9e6 [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>
18 <user>admin</user>
19 <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>
41 <tcpSynAck>TCP 74 6633</tcpSynAck>
42 <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
62 <numIter>2</numIter>
63 <numSwitch>2</numSwitch>
64 #Number of iterations to ignore initially
65 <iterIgnore>0</iterIgnore>
66
67 <portUpThreshold>0,1000</portUpThreshold>
68 <portDownThreshold>0,1000</portDownThreshold>
69
70 <tabletFile>tablets_3node.json</tabletFile>
71 </TEST>
72
73 <DB>
74 <postToDB>no</postToDB>
75 <portEventResultPath>
76 /tmp/portEventResultDb.log
77 </portEventResultPath>
78 </DB>
79
80 <JSON>
81 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
82 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
83 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
84 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
85 </JSON>
86</PARAMS>