From patchwork Fri May 12 05:22:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 126807 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 1074742AD1; Thu, 11 May 2023 04:22:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BEE1142D5A; Thu, 11 May 2023 04:22:22 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id C0773406B3 for ; Thu, 11 May 2023 04:22:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683771741; x=1715307741; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=G3Fx+QcvI5t7vL4aEjYZkWTIe1xy6gjdAUxN+nOZdF8=; b=daDTw9iyv+4cDkKN80MVmcgaqFD/2ojXPQbVD6NloFx5RgSfOru+gi+K VRmbW1FUJWXe2nA+Bx+Na3u2Dc7b1CQL61+BoaF5MqvdAAOxtC0jO2Eup 7J0p9OZNl72iBFcmuLJCK2lsN9AwaoKDV1ZwtlwlkADIRD0YEQT7FjXKx JesuDIZ2QycY+99AZJLNm4BjKzQE0v2z7IjQ5ZPe8uRfcKw7oGzhkohVR /rdhRfLXmqjIxxjFOZ4PlesDlVLMOohkaUWX16KsX5N38UBYsPnfsTSbK M0CGZ3r2RY1DHmLAFI0VFf9lB6PNfltqXzP0Fkz2zuAC3c8XYdU6OXzWR w==; X-IronPort-AV: E=McAfee;i="6600,9927,10706"; a="349209907" X-IronPort-AV: E=Sophos;i="5.99,266,1677571200"; d="scan'208";a="349209907" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2023 19:22:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10706"; a="769142688" X-IronPort-AV: E=Sophos;i="5.99,266,1677571200"; d="scan'208";a="769142688" Received: from unknown (HELO ocsbesrhlrepo01.amr.corp.intel.com) ([10.239.252.86]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2023 19:22:20 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V1 1/2] tests/flexible_rxd: remove "IGC-I225_LM" as support for nic Date: Fri, 12 May 2023 13:22:31 +0800 Message-Id: <20230512052232.955659-2-songx.jiale@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20230512052232.955659-1-songx.jiale@intel.com> References: <20230512052232.955659-1-songx.jiale@intel.com> MIME-Version: 1.0 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 according to the testplan, the test suite only supports network cards with kernel driver ice. therefore, remove "IGC-I225_LM" as support for nic. Signed-off-by: Jiale Song --- tests/TestSuite_flexible_rxd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestSuite_flexible_rxd.py b/tests/TestSuite_flexible_rxd.py index 199bbeeb..f3c70ec3 100644 --- a/tests/TestSuite_flexible_rxd.py +++ b/tests/TestSuite_flexible_rxd.py @@ -16,7 +16,6 @@ class TestFlexibleRxd(TestCase, FlexibleRxdBase): "ICE_25G-E810C_SFP", "ICE_25G-E810_XXV_SFP", "ICE_25G-E823C_QSFP", - "IGC-I225_LM", ] def preset_compilation(self):