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 A1C24A00BE; Tue, 28 Apr 2020 05:47:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7B6CC1D424; Tue, 28 Apr 2020 05:47:19 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9FFBC1D41C for ; Tue, 28 Apr 2020 05:47:17 +0200 (CEST) IronPort-SDR: 4ek+djLi72OMMj3ZjKyy0oUxAMPV9F/EITBzpR4gJVFn2oyjJtyae4zyVKgQVF4Arskj9BmMKP LTvNt97L5slg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 20:47:16 -0700 IronPort-SDR: VWBWagkkKS0RbqUtqTJgGVE4+XlFeTKuWt7+AaHQneT2iF9Sp1CMecRnFWtmA/v2HAooes8eQa 1rUGNQcOzPjg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,326,1583222400"; d="scan'208";a="275698736" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.183.135]) by orsmga002.jf.intel.com with ESMTP; 27 Apr 2020 20:46:58 -0700 From: xizhan4x To: dts@dpdk.org Cc: xizhan4x Date: Tue, 28 Apr 2020 11:36:59 +0800 Message-Id: <1588045019-57154-1-git-send-email-xix.zhang@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/case_checklist:queue_start_stop-not-support-powerville 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" tests/TestSuite_queue_start_stop not support powerville Signed-off-by: xizhan4x --- conf/test_case_checklist.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 0434f07..63ad617 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3255,5 +3255,20 @@ "Bug ID": "DPDK-14025", "Comments": "NIC not support this case" } + ], + "queue_start_stop": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 2.17.2