test suite reviews and discussions
 help / color / mirror / Atom feed
From: Weiyuan Li <weiyuanx.li@intel.com>
To: dts@dpdk.org, qi.fu@intel.com
Cc: Weiyuan Li <weiyuanx.li@intel.com>
Subject: [dts][PATCH V3 1/3] test_plans/vlan_ethertype_config: highlight check tpid point in test plan
Date: Mon,  5 Sep 2022 22:48:50 +0800	[thread overview]
Message-ID: <20220905144852.5158-1-weiyuanx.li@intel.com> (raw)

Highlight check tpid point in test plan.

Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
 test_plans/vlan_ethertype_config_test_plan.rst | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/test_plans/vlan_ethertype_config_test_plan.rst b/test_plans/vlan_ethertype_config_test_plan.rst
index 836bfa3f..80a6ee28 100644
--- a/test_plans/vlan_ethertype_config_test_plan.rst
+++ b/test_plans/vlan_ethertype_config_test_plan.rst
@@ -52,15 +52,19 @@ Test Case 2: test VLAN filtering on/off
       testpmd> vlan set filter on 0
       testpmd> start
 
-2. Send 1 packet with the VLAN Tag 16 on port ``A``,
+2. Send 1 packet with VLAN TPID 0xA100 and VLAN Tag 16 on port ``A``,
    Verify that the VLAN packet cannot be received in port ``B``.
 
 3. Disable vlan filtering on port ``0``::
 
       testpmd> vlan set filter off 0
 
-4. Send 1 packet with the VLAN Tag 16 on port ``A``,
-   Verify that the VLAN packet can be received in port ``B``.
+4. Change VLAN TPIDs to 0xA100 on port ``0``::
+
+      testpmd> vlan set outer tpid 0xA100 0
+
+5. Send 1 packet with VLAN TPID 0xA100 and VLAN Tag 16 on port ``A``,
+   Verify that the VLAN packet can be received in port ``B`` and TPID is 0xA100
 
 Test Case 3: test adding VLAN Tag Identifier with changing VLAN TPID
 ====================================================================
-- 
2.27.0


             reply	other threads:[~2022-09-05 14:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-05 14:48 Weiyuan Li [this message]
2022-09-05 14:48 ` [dts][PATCH V3 2/3] tests/vlan: modify script to match the " Weiyuan Li
2022-09-05 14:48 ` [dts][PATCH V3 3/3] tests/vlan_ethertype_config: modify case name to match " Weiyuan Li
2022-09-06  8:02   ` 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=20220905144852.5158-1-weiyuanx.li@intel.com \
    --to=weiyuanx.li@intel.com \
    --cc=dts@dpdk.org \
    --cc=qi.fu@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).