From patchwork Fri Sep 17 11:38:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 99053 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BE3ACA0C46; Fri, 17 Sep 2021 05:36:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF17D406B4; Fri, 17 Sep 2021 05:36:54 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 5ED6B40689 for ; Fri, 17 Sep 2021 05:36:53 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10109"; a="286399306" X-IronPort-AV: E=Sophos;i="5.85,299,1624345200"; d="scan'208";a="286399306" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2021 20:36:51 -0700 X-IronPort-AV: E=Sophos;i="5.85,299,1624345200"; d="scan'208";a="546116159" Received: from unknown (HELO localhost.localdomain) ([10.240.183.77]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2021 20:36:50 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Fri, 17 Sep 2021 11:38:40 +0000 Message-Id: <20210917113842.85846-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [dts] [PATCH V1 0/2] *** move test_dual_vlan from X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" *** move test_dual_vlan from rss_granularity_config to generic_flow_api *** Yan Xia (2): tests/fortville_rss_granularity_config: move test_dual_vlan to TestSuite_generic_flow_api tests/generic_flow_api: move test_dual_vlan from fortville_rss_granularity_config to generic_flow_api ...tSuite_fortville_rss_granularity_config.py | 58 --------- tests/TestSuite_generic_flow_api.py | 121 ++++++++++++++++++ 2 files changed, 121 insertions(+), 58 deletions(-)