[dpdk-dev] [PATCH 07/11] telemetry: add tests for telemetry api

Stephen Hemminger stephen at networkplumber.org
Fri Aug 24 01:15:37 CEST 2018


On Thu, 23 Aug 2018 13:08:09 +0100
Ciara Power <ciara.power at intel.com> wrote:

> This patch adds all tests for the Telemetry API.
> The tests added include a parser test, selftest, and socket
> messaging tests.
> 
> 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.
> 
> Signed-off-by: Ciara Power <ciara.power at intel.com>
> Signed-off-by: Brian Archbold <brian.archbold at intel.com>
> ---
>  drivers/telemetry/telemetry/telemetry_driver.c    |   7 +
>  lib/librte_telemetry/Makefile                     |   1 +
>  lib/librte_telemetry/meson.build                  |   4 +-

Please add entry to MAINTAINERS for new libraries.


More information about the dev mailing list