blob: 96cb9ad8458b789eedde59a54c9a618695ea315a [file] [log] [blame]
andrewonlabadd2fd62014-11-11 18:37:35 -05001<PARAMS>
andrewonlabbdc3d862014-11-25 12:40:41 -05002 <testcases>1,2,3,2,3,2,3,4,2,3,2,3,2,4,2,3,2,3,2</testcases>
andrewonlabadd2fd62014-11-11 18:37:35 -05003
4 <ENV>
andrewonlab0d4478f2014-11-11 20:31:20 -05005 <cellName>topo_conv_test</cellName>
andrewonlabadd2fd62014-11-11 18:37:35 -05006 </ENV>
7
8 <GIT>
9 #autoPull 'on' or 'off'
10 <autoPull>off</autoPull>
11 <checkout>master</checkout>
12 </GIT>
13
14 <CTRL>
15 <user>admin</user>
16 <ip1>10.128.174.1</ip1>
17 <port1>6633</port1>
18 <ip2>10.128.174.2</ip2>
19 <port2>6633</port2>
20 <ip3>10.128.174.3</ip3>
21 <port3>6633</port3>
andrewonlab0d4478f2014-11-11 20:31:20 -050022 <ip4>10.128.174.4</ip4>
23 <port4>6633</port4>
24 <ip5>10.128.174.5</ip5>
25 <port5>6633</port5>
26 <ip6>10.128.174.6</ip6>
27 <port6>6633</port6>
28 <ip7>10.128.174.7</ip7>
29 <port7>6633</port7>
andrewonlabadd2fd62014-11-11 18:37:35 -050030 </CTRL>
31
32 <MN>
33 <ip1>10.128.10.90</ip1>
34 <ip2>10.128.10.91</ip2>
35 </MN>
36
37 <BENCH>
38 <ip>10.128.174.10</ip>
39 </BENCH>
40
41 <TEST>
andrewonlabadd2fd62014-11-11 18:37:35 -050042 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
43
44 #Number of times to iterate each case
andrewonlabbdc3d862014-11-25 12:40:41 -050045 <numIter>5</numIter>
46 <numSwitch1>200</numSwitch1>
47 <numSwitch2>400</numSwitch2>
andrewonlab0e1825c2014-11-20 20:07:00 -050048 <numSwitch3>500</numSwitch3>
andrewonlabadd2fd62014-11-11 18:37:35 -050049 #Number of iterations to ignore initially
andrewonlabbdc3d862014-11-25 12:40:41 -050050 <iterIgnore>1</iterIgnore>
andrewonlab0e1825c2014-11-20 20:07:00 -050051
52 <topo_accumulator_config>
53 large_topo_event_accumulator.cfg
54 </topo_accumulator_config>
55 <topo_config_name>
56 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
57 </topo_config_name>
58
andrewonlabfd8325f2014-11-12 19:14:06 -050059 <swDisc100Threshold>0,100000</swDisc100Threshold>
andrewonlabadd2fd62014-11-11 18:37:35 -050060 </TEST>
61
62 <JSON>
63 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
64 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
65 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
66 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
67 </JSON>
68</PARAMS>