blob: 0a81dc603880c884b66caf02ef0df91795da5895 [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
YPZhang0433bee2016-07-12 16:10:59 -070012 <DEPENDENCY>
13 <path>/tests/SCPF/SCPFportLat/dependencies/</path>
14 <topology>topo-perf-2sw.py</topology>
15 </DEPENDENCY>
16
GlennRCdc7ab012015-07-23 15:40:12 -070017 <GIT>
18 <autopull>off</autopull>
19 <checkout>master</checkout>
20 </GIT>
21
22 <CTRL>
Jon Hall53c5e662016-04-13 16:06:56 -070023 <user>sdn</user>
GlennRCdc7ab012015-07-23 15:40:12 -070024 <ip1>OC1</ip1>
25 <ip2>OC2</ip2>
26 <ip3>OC3</ip3>
27 <ip4>OC4</ip4>
28 <ip5>OC5</ip5>
29 <ip6>OC6</ip6>
30 <ip7>OC7</ip7>
31 </CTRL>
32
33 <MN>
YPZhangf7d80602016-06-23 13:59:47 -070034 <ip1>OCN</ip1>
GlennRCdc7ab012015-07-23 15:40:12 -070035 </MN>
36
37 <BENCH>
38 <ip>localhost</ip>
39 </BENCH>
40
41 <TSHARK>
42 <ofpPortStatus>OF 1.3 146</ofpPortStatus>
43 <ofpRoleReply>OF 1.3 90 of_role_reply</ofpRoleReply>
44 <featureReply>OF 1.3 98 of_features_reply</featureReply>
45 <roleRequest>OF 1.3 90 of_role_request</roleRequest>
Charles Chan029be652015-08-24 01:46:10 +080046 <tcpSynAck>TCP 74 6653</tcpSynAck>
GlennRCdc7ab012015-07-23 15:40:12 -070047 <finAckSequence>FIN</finAckSequence>
48 </TSHARK>
49
50 <TEST>
51 #'on' or 'off' debug mode.
52 #If on, logging will be more verbose and
53 #tshark pcap will be enabled
54 #pcap file located at /tmp/'capture_name'
55 <debugMode>on</debugMode>
56 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
57 <mci>off</mci>
58
59 <topoConfigFile>
60 single_topo_event_accumulator.cfg
61 </topoConfigFile>
62 <topoConfigName>
63 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
64 </topoConfigName>
65
66 #Number of times to iterate each case
GlennRCb3147232015-07-31 14:09:40 -070067 <numIter>25</numIter>
GlennRCdc7ab012015-07-23 15:40:12 -070068 <numSwitch>2</numSwitch>
69 #Number of iterations to ignore initially
GlennRCb3147232015-07-31 14:09:40 -070070 <iterIgnore>5</iterIgnore>
GlennRCdc7ab012015-07-23 15:40:12 -070071
GlennRCb3147232015-07-31 14:09:40 -070072 <portUpThreshold>0,5000</portUpThreshold>
GlennRCdc7ab012015-07-23 15:40:12 -070073 <portDownThreshold>0,1000</portDownThreshold>
74
75 <tabletFile>tablets_3node.json</tabletFile>
76 </TEST>
77
78 <DB>
79 <postToDB>no</postToDB>
cameron@onlab.us849b5f92015-07-30 10:05:00 -070080 <portEventResultPath>/tmp/portEventResultDb</portEventResultPath>
GlennRCdc7ab012015-07-23 15:40:12 -070081 </DB>
82
83 <JSON>
84 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
85 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
86 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
87 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
88 </JSON>
89</PARAMS>