test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Yu.Jiang" <yux.jiang@intel.com>
To: yuan.peng@intel.com, dts@dpdk.org
Cc: Yu Jiang <yux.jiang@intel.com>
Subject: [dts][PATCH V1 1/2] test_plans/kernelpf_iavf: remove 2 duplicated vf jumboframe cases
Date: Wed,  8 Jun 2022 15:09:54 +0800	[thread overview]
Message-ID: <1654672195-6189-2-git-send-email-yux.jiang@intel.com> (raw)
In-Reply-To: <1654672195-6189-1-git-send-email-yux.jiang@intel.com>

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(-)

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
 =================
 
-- 
2.25.1


  reply	other threads:[~2022-06-08  7:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08  7:09 [dts][PATCH V1 0/2] kernelpf_iavf: " Yu.Jiang
2022-06-08  7:09 ` Yu.Jiang [this message]
2022-06-08  7:09 ` [dts][PATCH V1 2/2] tests/kernelpf_iavf: " Yu.Jiang
2022-06-15  9:12   ` lijuan.tu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1654672195-6189-2-git-send-email-yux.jiang@intel.com \
    --to=yux.jiang@intel.com \
    --cc=dts@dpdk.org \
    --cc=yuan.peng@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).