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 6F9CEA00E6 for ; Wed, 15 May 2019 08:06:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 179D52C17; Wed, 15 May 2019 08:06:57 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 56A562BCE for ; Wed, 15 May 2019 08:06:55 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2019 23:06:54 -0700 X-ExtLoop1: 1 Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 14 May 2019 23:06:54 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 14 May 2019 23:06:53 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 14 May 2019 23:06:53 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.249]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.129]) with mapi id 14.03.0415.000; Wed, 15 May 2019 14:06:51 +0800 From: "Zhang, YanX A" To: "dts@dpdk.org" CC: "Zhang, YanX A" Thread-Topic: [dts][PATCH V1] TestSuite_vf_daemon.py:stats_show_clear is not supported for niantic Thread-Index: AQHVCsEVn5p9m8PFwkq/dgvtiDg/C6ZrstnA Date: Wed, 15 May 2019 06:06:51 +0000 Message-ID: <2C49E4B25FAD1D419F7564D633EF72E1584087@shsmsx102.ccr.corp.intel.com> References: <1557885496-46487-1-git-send-email-yanx.a.zhang@intel.com> In-Reply-To: <1557885496-46487-1-git-send-email-yanx.a.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" tested-by: Zhang, YanX A -----Original Message----- From: Zhang, YanX A=20 Sent: Wednesday, May 15, 2019 9:58 AM To: dts@dpdk.org Cc: Zhang, YanX A Subject: [dts][PATCH V1] TestSuite_vf_daemon.py:stats_show_clear is not sup= ported for niantic stats_show_clear does not support NIC of niantic. Add niantic to the list o= f 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