From patchwork Mon Feb 8 10:15:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 87818 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 DCD3CA0547; Mon, 8 Feb 2021 11:11:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B1CAB40693; Mon, 8 Feb 2021 11:11:24 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id EA9A940147 for ; Mon, 8 Feb 2021 11:11:22 +0100 (CET) IronPort-SDR: ytaNfEPM9l48jaNe0v8PQYyZMWXS9BybdJn82GEfJTO84qoaOzb0urf3ON1z5PNk3J2OqIdXOD Hjx2E6WYHPmg== X-IronPort-AV: E=McAfee;i="6000,8403,9888"; a="245759181" X-IronPort-AV: E=Sophos;i="5.81,161,1610438400"; d="scan'208";a="245759181" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2021 02:11:20 -0800 IronPort-SDR: fpjfarL/PoYrxUx3ZFbuLgcmyQwTE2rrJ/Q2h7upk6oLMuIz6PcTkenLTvdMtbwWfnFTNYxVme SSbJJBKhBnfw== X-IronPort-AV: E=Sophos;i="5.81,161,1610438400"; d="scan'208";a="585236197" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2021 02:11:19 -0800 From: Xia Yan To: dts@dpdk.org Cc: Xia Yan Date: Mon, 8 Feb 2021 18:15:07 +0800 Message-Id: <20210208101507.8367-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] conf/test_case_checklist: add case that NIC not support 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" add two cases that NIC not support Signed-off-by: Xia Yan --- conf/test_case_checklist.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 458c7277..62c1e0fe 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3569,5 +3569,39 @@ "Bug ID": "DPDK-24129", "Comments": "CVL and FVL not support this case" } + ], + "change_linkspeed_vf": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "twinpond" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } + ], + "mtu_checks_100": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "twinpond", + "sageville", + "sagepond" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } ] }