From patchwork Fri Sep 17 11:55:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 99056 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 C6838A0C46; Fri, 17 Sep 2021 05:53:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F70F406B4; Fri, 17 Sep 2021 05:53:46 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 6BA0D40689 for ; Fri, 17 Sep 2021 05:53:45 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10109"; a="220831292" X-IronPort-AV: E=Sophos;i="5.85,300,1624345200"; d="scan'208";a="220831292" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2021 20:53:44 -0700 X-IronPort-AV: E=Sophos;i="5.85,300,1624345200"; d="scan'208";a="546119375" 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:53:43 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Fri, 17 Sep 2021 11:55:33 +0000 Message-Id: <20210917115535.86002-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [dts] [PATCH V2 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(-) Tested-by: Yan Xia