Re: [PATCH] app/test: add telemetry tests to fast test suite

2023-09-15 Thread David Marchand
On Thu, Sep 14, 2023 at 5:31 PM Bruce Richardson wrote: > > The telemetry data tests, and the telemetry json tests execute very > quickly, so can be added to the fast-test suite. Indeed, they are really quick, and already part of the (fixed) fast-tests suite :-). Marking as rejected. > > Signed-

RE: [PATCH] app/test: add telemetry tests to fast test suite

2023-09-14 Thread Power, Ciara
> -Original Message- > From: Richardson, Bruce > Sent: Thursday, September 14, 2023 4:25 PM > To: dev@dpdk.org > Cc: acon...@redhat.com; Richardson, Bruce ; > Power, Ciara > Subject: [PATCH] app/test: add telemetry tests to fast test suite > > The te

[PATCH] app/test: add telemetry tests to fast test suite

2023-09-14 Thread Bruce Richardson
The telemetry data tests, and the telemetry json tests execute very quickly, so can be added to the fast-test suite. Signed-off-by: Bruce Richardson --- app/test/test_telemetry_data.c | 2 +- app/test/test_telemetry_json.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ap