aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2015-04-08 08:07:37 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-04-08 08:07:37 +0000
commit7850dab27d57d732d3a6d41923540707c6984b2d (patch)
treed8d6a60cc9992e23ad58a92bdfbdf915c5bfc04b
parentca6d6350503c1813c32dde953a24340aa5298c21 (diff)
parent9994737e090d4936dcac6f8b6085ed1b6ee38db5 (diff)
Merge "TestSpec: Add LTD.Throughput.RFC2889.ErrorFramesFiltering"
-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)