aboutsummaryrefslogtreecommitdiffstats
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 17:45:32 +0100
commit9994737e090d4936dcac6f8b6085ed1b6ee38db5 (patch)
tree842bb49891bfecfaa235606083e1fb12c12618ad
parent2404bb2f38069443f2611d0132526e371488cd3e (diff)
TestSpec: Add LTD.Throughput.RFC2889.ErrorFramesFiltering
Add a definition for RFC2889 Error Frames Filtering Test. JIRA: VSPERF-36 Change-Id: I366108424a1188256e5977952e9a7fbbf09377ba Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Al Morton <acmorton@att.com>
-rwxr-xr-xtest_spec/vswitchperf_ltd.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/test_spec/vswitchperf_ltd.md b/test_spec/vswitchperf_ltd.md
index e7a8d528..4d4400ec 100755
--- a/test_spec/vswitchperf_ltd.md
+++ b/test_spec/vswitchperf_ltd.md
@@ -840,6 +840,38 @@ The following represents possible deployments which can help to determine the pe
- Physical → virtual switch → physical.
<br/>
+ - #####Test ID: LTD.Throughput.RFC2889.ErrorFramesFiltering
+ **Title**: RFC2889 Error Frames Filtering Test
+
+ **Prerequisite Test**: N\A
+
+ **Priority**:
+
+ **Description**:
+
+ The aim of this test is to determine whether the DUT will propagate any erroneous frames it receives or whether it is capable of filtering out the erroneous frames. Traffic should be sent with erroneous frames included within the flow at random intervals. Illegal frames that must be tested include:
+ - Undersize Frames.
+ - Oversize Frames.
+ - CRC error frames.
+ - Fragment Frames.
+
+ The traffic flow exiting the DUT should be recorded and checked to determine if the erroneous frames where passed through the DUT.
+
+ **Expected Result**:
+ Broken frames are not passed!
+
+ **Metrics collected**
+
+ No Metrics are collected in this test, instead it determines:
+
+ - Whether the DUT will propagate erroneous frames.
+ - Or whether the DUT will correctly filter out any erroneous frames from traffic flow with out removing correct frames.
+
+ **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)