* [PATCH] app/test: add telemetry tests to fast test suite
@ 2023-09-14 15:24 Bruce Richardson
2023-09-14 15:34 ` Power, Ciara
2023-09-15 12:47 ` David Marchand
0 siblings, 2 replies; 3+ messages in thread
From: Bruce Richardson @ 2023-09-14 15:24 UTC (permalink / raw)
To: dev; +Cc: aconole, Bruce Richardson, Ciara Power
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 <bruce.richardson@intel.com>
---
app/test/test_telemetry_data.c | 2 +-
app/test/test_telemetry_json.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/test/test_telemetry_data.c b/app/test/test_telemetry_data.c
index 31629a001b..59898ff5e9 100644
--- a/app/test/test_telemetry_data.c
+++ b/app/test/test_telemetry_data.c
@@ -615,4 +615,4 @@ telemetry_data_autotest(void)
}
#endif /* !RTE_EXEC_ENV_WINDOWS */
-REGISTER_TEST_COMMAND(telemetry_data_autotest, telemetry_data_autotest);
+REGISTER_FAST_TEST(telemetry_data_autotest, true, true, telemetry_data_autotest);
diff --git a/app/test/test_telemetry_json.c b/app/test/test_telemetry_json.c
index 5617eac540..758e89303f 100644
--- a/app/test/test_telemetry_json.c
+++ b/app/test/test_telemetry_json.c
@@ -213,4 +213,4 @@ test_telemetry_json(void)
return 0;
}
-REGISTER_TEST_COMMAND(telemetry_json_autotest, test_telemetry_json);
+REGISTER_FAST_TEST(telemetry_json_autotest, true, true, test_telemetry_json);
--
2.39.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] app/test: add telemetry tests to fast test suite
2023-09-14 15:24 [PATCH] app/test: add telemetry tests to fast test suite Bruce Richardson
@ 2023-09-14 15:34 ` Power, Ciara
2023-09-15 12:47 ` David Marchand
1 sibling, 0 replies; 3+ messages in thread
From: Power, Ciara @ 2023-09-14 15:34 UTC (permalink / raw)
To: Richardson, Bruce, dev; +Cc: aconole
> -----Original Message-----
> From: Richardson, Bruce <bruce.richardson@intel.com>
> Sent: Thursday, September 14, 2023 4:25 PM
> To: dev@dpdk.org
> Cc: aconole@redhat.com; Richardson, Bruce <bruce.richardson@intel.com>;
> Power, Ciara <ciara.power@intel.com>
> Subject: [PATCH] app/test: add telemetry tests to fast test suite
>
> 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 <bruce.richardson@intel.com>
> ---
> app/test/test_telemetry_data.c | 2 +-
> app/test/test_telemetry_json.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Acked-by: Ciara Power <ciara.power@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] app/test: add telemetry tests to fast test suite
2023-09-14 15:24 [PATCH] app/test: add telemetry tests to fast test suite Bruce Richardson
2023-09-14 15:34 ` Power, Ciara
@ 2023-09-15 12:47 ` David Marchand
1 sibling, 0 replies; 3+ messages in thread
From: David Marchand @ 2023-09-15 12:47 UTC (permalink / raw)
To: Bruce Richardson; +Cc: dev, aconole, Ciara Power
On Thu, Sep 14, 2023 at 5:31 PM Bruce Richardson
<bruce.richardson@intel.com> 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-off-by: Bruce Richardson <bruce.richardson@intel.com>
--
David Marchand
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-15 12:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-14 15:24 [PATCH] app/test: add telemetry tests to fast test suite Bruce Richardson
2023-09-14 15:34 ` Power, Ciara
2023-09-15 12:47 ` David Marchand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).