andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 1 | <PARAMS> |
andrewonlab | 0e1825c | 2014-11-20 20:07:00 -0500 | [diff] [blame] | 2 | <testcases>1,2,3</testcases> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 3 | |
| 4 | <ENV> |
| 5 | <cellName>topo_perf_test</cellName> |
| 6 | </ENV> |
| 7 | |
| 8 | <GIT> |
| 9 | #autoPull 'on' or 'off' |
| 10 | <autoPull>off</autoPull> |
| 11 | <checkout>master</checkout> |
| 12 | </GIT> |
| 13 | |
| 14 | <CTRL> |
andrewonlab | 8d29f12 | 2014-10-22 17:15:04 -0400 | [diff] [blame] | 15 | <user>admin</user> |
andrewonlab | 867212a | 2014-10-22 20:13:38 -0400 | [diff] [blame] | 16 | <ip1>10.128.174.1</ip1> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 17 | <port1>6633</port1> |
andrewonlab | 867212a | 2014-10-22 20:13:38 -0400 | [diff] [blame] | 18 | <ip2>10.128.174.2</ip2> |
andrewonlab | ba44bcf | 2014-10-16 16:54:41 -0400 | [diff] [blame] | 19 | <port2>6633</port2> |
andrewonlab | 867212a | 2014-10-22 20:13:38 -0400 | [diff] [blame] | 20 | <ip3>10.128.174.3</ip3> |
andrewonlab | ba44bcf | 2014-10-16 16:54:41 -0400 | [diff] [blame] | 21 | <port3>6633</port3> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 22 | </CTRL> |
| 23 | |
| 24 | <MN> |
| 25 | <ip1>10.128.10.90</ip1> |
| 26 | <ip2>10.128.10.91</ip2> |
| 27 | </MN> |
| 28 | |
| 29 | <BENCH> |
andrewonlab | e9fb672 | 2014-10-24 12:20:35 -0400 | [diff] [blame] | 30 | <ip>10.128.174.10</ip> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 31 | </BENCH> |
andrewonlab | ba44bcf | 2014-10-16 16:54:41 -0400 | [diff] [blame] | 32 | |
| 33 | <TEST> |
andrewonlab | 58f7d70 | 2014-11-07 13:21:19 -0500 | [diff] [blame] | 34 | #'on' or 'off' debug mode. |
| 35 | #If on, logging will be more verbose and |
| 36 | #tshark pcap will be enabled |
| 37 | #pcap file located at /tmp/'capture_name' |
andrewonlab | b1998c5 | 2014-11-10 13:31:43 -0500 | [diff] [blame] | 38 | <debugMode>off</debugMode> |
| 39 | <onosLogFile>/opt/onos/log/karaf*</onosLogFile> |
andrewonlab | 58f7d70 | 2014-11-07 13:21:19 -0500 | [diff] [blame] | 40 | |
andrewonlab | 0e1825c | 2014-11-20 20:07:00 -0500 | [diff] [blame] | 41 | <topo_config_file> |
| 42 | single_topo_event_accumulator.cfg |
| 43 | </topo_config_file> |
| 44 | <topo_config_name> |
| 45 | org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg |
| 46 | </topo_config_name> |
| 47 | |
andrewonlab | ba44bcf | 2014-10-16 16:54:41 -0400 | [diff] [blame] | 48 | #Number of times to iterate each case |
andrewonlab | 4f50ec9 | 2014-11-11 14:24:45 -0500 | [diff] [blame] | 49 | <numIter>20</numIter> |
| 50 | <numSwitch>2</numSwitch> |
andrewonlab | 4b5c8b9 | 2014-11-10 16:04:33 -0500 | [diff] [blame] | 51 | #Number of iterations to ignore initially |
| 52 | <iterIgnore>2</iterIgnore> |
| 53 | |
andrewonlab | e5bcef9 | 2014-11-06 17:53:20 -0500 | [diff] [blame] | 54 | <singleSwThreshold>0,1000</singleSwThreshold> |
| 55 | <portUpThreshold>0,1000</portUpThreshold> |
| 56 | <portDownThreshold>0,1000</portDownThreshold> |
| 57 | <linkUpThreshold>0,10000</linkUpThreshold> |
| 58 | <linkDownThreshold>0,10000</linkDownThreshold> |
| 59 | <swDisc100Threshold>0,10000</swDisc100Threshold> |
andrewonlab | 28b84eb | 2014-12-02 15:53:35 -0500 | [diff] [blame] | 60 | |
| 61 | <tabletFile>tablets_3node.json</tabletFile> |
| 62 | </TEST> |
andrewonlab | 226024e | 2014-10-24 16:01:32 -0400 | [diff] [blame] | 63 | |
| 64 | <JSON> |
| 65 | <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp> |
| 66 | <hostTimestamp>topologyHostEventTimestamp</hostTimestamp> |
| 67 | <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp> |
| 68 | <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp> |
| 69 | </JSON> |
andrewonlab | 2a6c934 | 2014-10-16 13:40:15 -0400 | [diff] [blame] | 70 | </PARAMS> |