Re: [PATCH 07/11] telemetry: add tests for telemetry api
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2018-08-23 23:15:45
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2018-08-23 23:15:45
On Thu, 23 Aug 2018 13:08:09 +0100 Ciara Power [off-list ref] 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 <redacted> Signed-off-by: Brian Archbold <redacted> --- 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.