cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 1 | <PARAMS> |
You Wang | f980383 | 2016-12-06 22:09:25 +0000 | [diff] [blame] | 2 | <testcases>0,1,2,1,2,1,2,1,2</testcases> |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 3 | |
You Wang | f980383 | 2016-12-06 22:09:25 +0000 | [diff] [blame] | 4 | <SCALE>1,3,5,7</SCALE> |
| 5 | <max>7</max> |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 6 | |
| 7 | <ENV> |
| 8 | <cellName>topo_perf_test</cellName> |
| 9 | <cellApps>drivers,metrics,openflow</cellApps> |
| 10 | </ENV> |
| 11 | |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 12 | <DEPENDENCY> |
| 13 | <path>/tests/SCPF/SCPFswitchLat/dependencies/</path> |
| 14 | <topology>topo-perf-1sw.py</topology> |
| 15 | <function>switchFunc</function> |
| 16 | </DEPENDENCY> |
| 17 | |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 18 | <GIT> |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 19 | <gitPull>off</gitPull> |
| 20 | <gitBranch>master</gitBranch> |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 21 | </GIT> |
| 22 | |
| 23 | <CTRL> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 24 | <user>sdn</user> |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 25 | <ip1>OC1</ip1> |
| 26 | <ip2>OC2</ip2> |
| 27 | <ip3>OC3</ip3> |
Charles Chan | 029be65 | 2015-08-24 01:46:10 +0800 | [diff] [blame] | 28 | <ip4>OC4</ip4> |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 29 | <ip5>OC5</ip5> |
| 30 | <ip6>OC6</ip6> |
| 31 | <ip7>OC7</ip7> |
| 32 | </CTRL> |
| 33 | |
| 34 | <MN> |
YPZhang | f7d8060 | 2016-06-23 13:59:47 -0700 | [diff] [blame] | 35 | <ip1>OCN</ip1> |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 36 | </MN> |
| 37 | |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 38 | <TIMEOUT> |
| 39 | <timeout>60</timeout> |
| 40 | </TIMEOUT> |
| 41 | |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 42 | <BENCH> |
| 43 | <ip>localhost</ip> |
| 44 | </BENCH> |
| 45 | |
| 46 | <TSHARK> |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 47 | <up> |
YPZhang | 21adb60 | 2016-08-18 16:00:11 -0700 | [diff] [blame] | 48 | <TCP>openflow\ \[SYN\]</TCP> #1 |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 49 | <RQ>OF 1.3 90 of_role_request</RQ> #2 |
| 50 | <RR>OF 1.3 90 of_role_reply</RR> #3 |
| 51 | <Feature>OF 1.3 98 of_features_reply</Feature>#4 |
| 52 | </up> |
| 53 | |
| 54 | <down> |
| 55 | <FA>\[FIN,\ ACK\]</FA> |
| 56 | <ACK>openflow\ \[ACK\]</ACK> |
| 57 | </down> |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 58 | </TSHARK> |
| 59 | |
| 60 | <TEST> |
| 61 | #'on' or 'off' debug mode. |
| 62 | #If on, logging will be more verbose and |
| 63 | #tshark pcap will be enabled |
| 64 | #pcap file located at /tmp/'capture_name' |
| 65 | <debugMode>off</debugMode> |
| 66 | <onosLogFile>/opt/onos/log/karaf*</onosLogFile> |
| 67 | <mci>off</mci> |
| 68 | |
chengchiyu | 08303a0 | 2016-09-08 17:40:26 -0700 | [diff] [blame] | 69 | <MaxWrong>20</MaxWrong> |
| 70 | |
| 71 | <ResultRange> |
| 72 | <Min>0</Min> |
| 73 | <Max>500</Max> |
| 74 | </ResultRange> |
| 75 | |
| 76 | <SearchTerm> |
| 77 | <up>DEVICE_ADDED</up> |
| 78 | <down>DEVICE_AVAILABILITY_CHANGED</down> |
| 79 | </SearchTerm> |
| 80 | |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 81 | <topoConfigFile> |
| 82 | single_topo_event_accumulator.cfg |
| 83 | </topoConfigFile> |
| 84 | <topoConfigName> |
| 85 | org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg |
| 86 | </topoConfigName> |
| 87 | |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 88 | #Number of iterations to ignore initially |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 89 | <warmUp>5</warmUp> |
| 90 | |
| 91 | #Number of times to iterate each case |
| 92 | <sampleSize>20</sampleSize> |
| 93 | <device>s3</device> |
| 94 | <tsharkResultPath> |
| 95 | <up> |
chengchiyu | 08303a0 | 2016-09-08 17:40:26 -0700 | [diff] [blame] | 96 | <ALL>/tmp/Tshark_ALL</ALL> |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 97 | <TCP>/tmp/Tshark_TCP</TCP> |
| 98 | <RQ>/tmp/Tshark_RQ</RQ> #role request |
| 99 | <RR>/tmp/Tshark_RR</RR> #role reply OF output |
| 100 | <Feature>/tmp/Tshark_Feature</Feature> |
| 101 | </up> |
| 102 | |
| 103 | <down> |
chengchiyu | 08303a0 | 2016-09-08 17:40:26 -0700 | [diff] [blame] | 104 | <ALL>/tmp/Tshark_ALL</ALL> #Fin_ack and Ack |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 105 | <FA>/tmp/Tshark_FA</FA>#Fin_ack |
| 106 | <ACK>/tmp/Tshark_ACK</ACK> |
| 107 | </down> |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 108 | </tsharkResultPath> |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 109 | |
| 110 | <singleSwThreshold>0,1000</singleSwThreshold> |
Charles Chan | 029be65 | 2015-08-24 01:46:10 +0800 | [diff] [blame] | 111 | |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 112 | <tabletFile>tablets_3node.json</tabletFile> |
| 113 | </TEST> |
| 114 | |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 115 | <SLEEP> |
| 116 | <startup>5</startup> |
| 117 | <measure>5</measure> |
| 118 | <mininet>5</mininet> |
chengchiyu | 08303a0 | 2016-09-08 17:40:26 -0700 | [diff] [blame] | 119 | <deleteSW>10</deleteSW> |
YPZhang | 38fb119 | 2016-08-11 11:03:38 -0700 | [diff] [blame] | 120 | </SLEEP> |
| 121 | |
| 122 | <DATABASE> |
| 123 | <dbName>/tmp/switchEventResultDb</dbName> |
| 124 | </DATABASE> |
cameron@onlab.us | 21106ea | 2015-07-23 15:32:51 -0700 | [diff] [blame] | 125 | |
| 126 | <JSON> |
| 127 | <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp> |
| 128 | <hostTimestamp>topologyHostEventTimestamp</hostTimestamp> |
| 129 | <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp> |
| 130 | <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp> |
| 131 | </JSON> |
| 132 | </PARAMS> |