[V1,1/2] test_plans/kernelpf_iavf: remove 2 duplicated vf jumboframe cases

Message ID 1654672195-6189-2-git-send-email-yux.jiang@intel.com (mailing list archive)
State Accepted
Headers
Series kernelpf_iavf: remove 2 duplicated vf jumboframe cases |

Commit Message

Yu Jiang June 8, 2022, 7:09 a.m. UTC
  From: Yu Jiang <yux.jiang@intel.com>

 VF with/without jumboframe are duplicated to vf_jumboframe suite,
 so remove the two cases

Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
 test_plans/kernelpf_iavf_test_plan.rst | 39 --------------------------
 1 file changed, 39 deletions(-)
  

Patch

diff --git a/test_plans/kernelpf_iavf_test_plan.rst b/test_plans/kernelpf_iavf_test_plan.rst
index 6f65a529..e584a358 100644
--- a/test_plans/kernelpf_iavf_test_plan.rst
+++ b/test_plans/kernelpf_iavf_test_plan.rst
@@ -306,45 +306,6 @@  Send packets with vlan tag::
 Check that out from VF contains the vlan tag.
 
 
-Test case: VF without jumboframe
-================================
-
-Ensure tester's port supports sending jumboframe::
-
-    ifconfig 'tester interface' mtu 9000
-
-Launch testpmd for VF port without enabling jumboframe option::
-
-    ./<build_target>/app/dpdk-testpmd -c f -n 4 -- -i
-
-    testpmd> set fwd mac
-    testpmd> start
-
-Check packet less than the standard maximum frame (1518) can be received.
-
-Check packet more than the standard maximum frame (1518) can not be received.
-
-Test case: VF with jumboframe
-=============================
-
-Ensure tester's port supports sending jumboframe::
-
-    ifconfig 'tester interface' mtu 9000
-
-Launch testpmd for VF port with jumboframe option::
-
-    ./<build_target>/app/dpdk-testpmd -c f -n 4 -- -i --max-pkt-len=3000
-
-    testpmd> set fwd mac
-    testpmd> start
-
-Check that packet length larger than the standard maximum frame (1518) and
-lower or equal to the maximum frame length can be received.
-
-Check that packet length larger than the configured maximum packet can not
-be received.
-
-
 Test case: VF RSS
 =================