[dpdk-dev] [PATCH v5 2/3] test/test_telemetry_data: add unit tests for data to JSON

2020-07-15 Thread Ciara Power
From: Louise Kilheeney This patch adds tests for verifying telemetry data structures are converted to JSON as expected. Both flat and recursive data structures are tested, for all possible value types. Signed-off-by: Louise Kilheeney Signed-off-by: Ciara Power --- app/test/Makefile

Re: [dpdk-dev] [PATCH v5 2/3] test/test_telemetry_data: add unit tests for data to JSON

2020-07-17 Thread Bruce Richardson
On Wed, Jul 15, 2020 at 01:29:34PM +0100, Ciara Power wrote: > From: Louise Kilheeney > > This patch adds tests for verifying telemetry data structures are > converted to JSON as expected. Both flat and recursive data structures > are tested, for all possible value types. > > Signed-off-by: Loui