From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6B1FFA0563; Tue, 17 Mar 2020 12:43:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 304B7292D; Tue, 17 Mar 2020 12:43:14 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id CFD9F25D9 for ; Tue, 17 Mar 2020 12:43:11 +0100 (CET) IronPort-SDR: buOqjiJ1zzvkEtSzKI5swWaI26AwQr6BDk+PhOEKroMjGAN4g+CnzfH+Yupgjts0RJKKxGOClC 1t2NnbswZMbA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2020 04:43:10 -0700 IronPort-SDR: pk3GTMJ7bsPj9ubUpXUczI5ZaOwjgOV8HX7GHbMciq+HSL+mESQtxudon0TGF2GFJZlipme9/j 7Hsce/FuwVzA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,564,1574150400"; d="scan'208";a="323807586" Received: from unknown (HELO dpdk-xiaoqimai-tester.sh.intel.com) ([10.240.183.156]) by orsmga001.jf.intel.com with ESMTP; 17 Mar 2020 04:43:09 -0700 From: Zeng Xiaoxiao To: dts@dpdk.org Cc: Zeng Xiaoxiao Date: Tue, 17 Mar 2020 19:42:13 +0800 Message-Id: <1584445333-87591-1-git-send-email-xiaoxiaox.zeng@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V3] conf/checklist: add change_linkspeed support 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" Signed-off-by: Zeng Xiaoxiao --- conf/test_case_checklist.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index ba4e201..7679049 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2664,6 +2664,24 @@ "Comments": "the nic not support this case" } ], + "change_linkspeed": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville", + "springville", + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "only i40e and ixgbe driver support this case" + } + ], "change_linkspeed_vf": [ { "OS": [ -- 1.8.3.1