From patchwork Tue Mar 7 09:59:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 124829 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 B952941DF8; Tue, 7 Mar 2023 02:43:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 86F164067B; Tue, 7 Mar 2023 02:43:28 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 0DFE94014F for ; Tue, 7 Mar 2023 02:43:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678153407; x=1709689407; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SLiFkny27Wqoi+zRy7BD1cSQjmDdfm21DiM31Brhsw0=; b=Z8kTwoJgGYN9q6M9bv1bFfptkOqlgH3xamjoZ5AcCKy/MouiRltORiUw MH3ZDtqOOftVCP5ruQllDO+ezgL9Djtdrwp7BLbpM/2pShyv+/WuJpaiE vvG5740fjaJ1pIgci0ktjJvYb66B9X8xkUPcdqaYgwARkfh1qqgpUx60I eXHVtmFQn+miTiE2rpQDVxvhzwz4iwmbOMv73r/PwE9ZhQh2R4XbFUmsk fnS6c5OEVZxUBeCAMj/0zxabuBURorjqFcGwfaJuYAj7oVb+3NRsRySXV 2+Jo2WgFyDvBDbbKeo21hYb54fxCWZrxSxODLTBXLE24vwpn/0zA5jZMi A==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="337252507" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="337252507" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 17:43:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="678737301" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="678737301" Received: from unknown (HELO dpdk.sh.intel.com) ([10.239.252.241]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 17:43:24 -0800 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V1] conf/test_case_checklist: 'IPv4_L4' case not support igc nic Date: Tue, 7 Mar 2023 17:59:30 +0800 Message-Id: <20230307095930.3015061-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 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 'IPv4_L4' not support igc nic. fix the error dts patch. fixes: eed25b31578a81a(conf/test_case_checklist: delete the checklist of the igc nic in the ptpclient case). --- conf/test_case_checklist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 9dc3787e..670e4ec8 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3474,7 +3474,8 @@ "ALL" ], "NIC": [ - "" + "IGC-I226_LM", + "IGC-I225_LM" ], "Target": [ "ALL"