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 8F76CA052E; Mon, 9 Mar 2020 08:17:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7E4961BFF2; Mon, 9 Mar 2020 08:17:01 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id E9AEFFEB for ; Mon, 9 Mar 2020 08:16:59 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2020 00:16:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,532,1574150400"; d="scan'208";a="276406815" Received: from unknown (HELO dpdk-xiaoqimai-tester.sh.intel.com) ([10.239.250.141]) by fmsmga002.fm.intel.com with ESMTP; 09 Mar 2020 00:16:57 -0700 From: Zeng Xiaoxiao To: dts@dpdk.org Cc: Zeng Xiaoxiao Date: Mon, 9 Mar 2020 15:16:18 +0800 Message-Id: <1583738178-109987-1-git-send-email-xiaoxiaox.zeng@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] conf/checklist:add shutdownapi_change_linkspeed_vf_checklist 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 5c84004..ba4e201 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2663,6 +2663,24 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "change_linkspeed_vf": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville", + "springville", + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "only i40e and ixgbe driver support this case" + } ] } -- 1.8.3.1