From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id AF062A045E for ; Thu, 30 May 2019 09:01:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5FD355680; Thu, 30 May 2019 09:01:47 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E71D62B9A for ; Thu, 30 May 2019 09:01:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2019 00:01:44 -0700 X-ExtLoop1: 1 Received: from dpdk-test60.sh.intel.com ([10.67.111.110]) by fmsmga008.fm.intel.com with ESMTP; 30 May 2019 00:01:44 -0700 From: Xueqin Lin To: dts@dpdk.org Cc: "xueqin.lin" Date: Wed, 29 May 2019 21:01:54 -0400 Message-Id: <1559178114-104491-1-git-send-email-xueqin.lin@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dts] [PATCH] test_plans/vlan: add not match vlan tag check for vlan filter case X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: "xueqin.lin" Signed-off-by: Xueqin Lin --- test_plans/vlan_test_plan.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test_plans/vlan_test_plan.rst b/test_plans/vlan_test_plan.rst index 54df0b6..beaab9b 100644 --- a/test_plans/vlan_test_plan.rst +++ b/test_plans/vlan_test_plan.rst @@ -102,6 +102,11 @@ Configure the traffic generator to send VLAN packets with the Tag Identifier Verify that the VLAN packet was correctly received on port ``B`` with VLAN tag ``1``. +Configure the traffic generator to send VLAN packets with not matched Tag +Identifier and send 1 packet on port ``A``. + +Verify that the VLAN packet was not correctly received on port ``B`` with +this not matched VLAN Tag. Test Case: Disable receipt of VLAN packets ========================================== -- 2.7.5