From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Van Haaren, Harry" Subject: Re: [PATCH v4 09/13] telemetry: add tests for telemetry api Date: Tue, 16 Oct 2018 00:46:36 +0000 Message-ID: References: <20181010105134.48079-1-kevin.laatz@intel.com> <20181011165837.81030-1-kevin.laatz@intel.com> <20181011165837.81030-10-kevin.laatz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "stephen@networkplumber.org" , "gaetan.rivet@6wind.com" , "shreyansh.jain@nxp.com" , "thomas@monjalon.net" , "mattias.ronnblom@ericsson.com" , "Richardson, Bruce" To: "Laatz, Kevin" , "dev@dpdk.org" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8DFAA2BC8 for ; Tue, 16 Oct 2018 02:46:40 +0200 (CEST) In-Reply-To: <20181011165837.81030-10-kevin.laatz@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:59 AM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; > stephen@networkplumber.org; gaetan.rivet@6wind.com; shreyansh.jain@nxp.co= m; > thomas@monjalon.net; mattias.ronnblom@ericsson.com; Richardson, Bruce > ; Ciara Power ; Brian > Archbold ; Laatz, Kevin > Subject: [PATCH v4 09/13] telemetry: add tests for telemetry api >=20 > From: Ciara Power >=20 > This patch adds all tests for the Telemetry API. > The tests added include a parser test, selftest, and socket > messaging tests. >=20 > The parser tests pass valid and invalid messages to the parser > to ensure the correct return values are received. > The selftest tests basic functions in the Telemetry API such as > registering, unregistering, and initialisation. > The socket messaging tests pass messages through the socket and > validates the return message, to ensure the Telemetry API is > responding correctly. >=20 > Signed-off-by: Ciara Power > Signed-off-by: Brian Archbold > Signed-off-by: Kevin Laatz > --- Acked-by: Harry van Haaren