From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id AA786A00E6 for ; Wed, 15 May 2019 03:53:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 916584CA6; Wed, 15 May 2019 03:53:57 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id D34942F7D for ; Wed, 15 May 2019 03:53:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2019 18:53:55 -0700 X-ExtLoop1: 1 Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 14 May 2019 18:53:54 -0700 From: "zhang,yan" To: dts@dpdk.org Cc: "zhang,yan" Date: Wed, 15 May 2019 09:58:16 +0800 Message-Id: <1557885496-46487-1-git-send-email-yanx.a.zhang@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] TestSuite_vf_daemon.py:stats_show_clear is not supported for niantic 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" stats_show_clear does not support NIC of niantic. Add niantic to the list of unsupported Signed-off-by: zhang,yan --- 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 239cd89..7034ca3 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2201,5 +2201,20 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "stats_show_clear": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 2.17.2