From patchwork Tue Nov 3 15:23:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 83490 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3E7AAA0521; Tue, 3 Nov 2020 08:23:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 280F5BE87; Tue, 3 Nov 2020 08:23:36 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 0D9AEBE7D for ; Tue, 3 Nov 2020 08:23:32 +0100 (CET) IronPort-SDR: 4tBqh+cduoniPN6t1MRvDySP3AgJwhLA6X5A+xzo5vbxvqQxCRLaheZPhSl+2rH4ub/+EOahWN HauUqbCfeT+Q== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="148865994" X-IronPort-AV: E=Sophos;i="5.77,447,1596524400"; d="scan'208";a="148865994" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 23:23:30 -0800 IronPort-SDR: dBHbA0kB7jTwnThUP7AZ/KExzrckC1w46Y+K8a965IJv94J8BtLc8ZWjvZ2fHoYXlSmssfrGGQ qNZo5zFpiC4Q== X-IronPort-AV: E=Sophos;i="5.77,447,1596524400"; d="scan'208";a="538366172" Received: from unknown (HELO localhost.localdomain) ([10.240.183.77]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 23:23:29 -0800 From: Chen Linglix To: dts@dpdk.org Cc: Chen Linglix Date: Tue, 3 Nov 2020 15:23:43 +0000 Message-Id: <20201103152344.1677878-2-linglix.chen@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201103152344.1677878-1-linglix.chen@intel.com> References: <20201103152344.1677878-1-linglix.chen@intel.com> MIME-Version: 1.0 Subject: [dts] [dts 1/2] conf/test_case_checklist:change_thresholds:CVL and FVL not support this case(DPDK-24129) X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" change_thresholds:CVL and FVL not support this case(DPDK-24129) Signed-off-by: Chen Linglix --- conf/test_case_checklist.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 74dade7a..79100e2a 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3515,5 +3515,27 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "change_thresholds": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g", + "columbiaville_25g", + "fortville_eagle", + "fortville_spirit", + "fortpark_TLV", + "fortpark_BASE-T", + "fortville_25g", + "carlsville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "DPDK-24129", + "Comments": "CVL and FVL not support this case" + } ] }