summaryrefslogtreecommitdiffstats
path: root/test_spec
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2015-04-07 15:59:56 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-04-07 15:11:45 +0000
commite5b5473956ccbac29c2b23cfcd3104d1b21f3ea8 (patch)
treefafbc415d988024eb4b318a59093993e2dce1532 /test_spec
parent0cd7cfbb5fc844ddaa244992b21b4e1dd90fdd9a (diff)
TestSpec: Add LTD.Throughput.RFC2889.ForwardPressure
Add a definition for RFC2889 Forward Pressure Test JIRA: VSPERF-33 Change-Id: Ia036c9b52aba49ca68d0a2712d606fc14f5cb22a Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Al Morton <acmorton@att.com>
Diffstat (limited to 'test_spec')
-rwxr-xr-xtest_spec/vswitchperf_ltd.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/test_spec/vswitchperf_ltd.md b/test_spec/vswitchperf_ltd.md
index e91dbace..84d946fa 100755
--- a/test_spec/vswitchperf_ltd.md
+++ b/test_spec/vswitchperf_ltd.md
@@ -761,7 +761,31 @@ The following represents possible deployments which can help to determine the pe
- The Max Forwarding Rate for the DUT for each packet size.
<br/>
+ - #####Test ID: LTD.Throughput.RFC2889.ForwardPressure
+ **Title**: RFC2889 Forward Pressure Test
+ **Prerequisite Test**: LTD.Throughput.RFC2889.ForwardingRate
+
+ **Priority**:
+
+ **Description**:
+
+ The aim of this test is to determine if the DUT transmits frames with an inter-frame gap that is less than 12 bytes. This test overloads the DUT and measures the output for forward pressure. Traffic should be transmitted to the DUT with an inter-frame gap of 11 bytes, this will overload the DUT by 1 byte per frame. The forwarding rate of the DUT should be measured.
+
+ **Expected Result**:
+ The forwarding rate should not exceed the maximum forwarding rate of the DUT collected by LTD.Throughput.RFC2889.ForwardingRate.
+
+ **Metrics collected**
+
+ The following are the metrics collected for this test:
+
+ - Forwarding rate of the DUT.
+
+ **Deployment scenario**:
+
+ - Physical → virtual switch → physical.
+
+<br/>
[RFC1242]:(http://www.ietf.org/rfc/rfc1242.txt)
[RFC2544]:(http://www.ietf.org/rfc/rfc2544.txt)
[RFC2885]:(http://www.ietf.org/rfc/rfc2885.txt)
href='#n217'>217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354