DPDK patches and discussions
 help / color / mirror / Atom feed
* [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

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).