DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test: fix bitops test name
@ 2020-06-19  9:58 David Marchand
  2020-06-19 12:06 ` Phil Yang
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2020-06-19  9:58 UTC (permalink / raw)
  To: dev; +Cc: Gavin Hu, Phil Yang, Joyce Kong

Caught by code review, bitops test name is incorrect.

Fixes: 7660614c11e2 ("test/bitops: add bit operations test case")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 app/test/autotest_data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py
index 600b130966..4b7da45e09 100644
--- a/app/test/autotest_data.py
+++ b/app/test/autotest_data.py
@@ -412,7 +412,7 @@
     },
     {
         "Name":    "Bitops test",
-        "Command": "bitops_test",
+        "Command": "bitops_autotest",
         "Func":    default_autotest,
         "Report":  None,
     },
-- 
2.23.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-24 23:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-19  9:58 [dpdk-dev] [PATCH] test: fix bitops test name David Marchand
2020-06-19 12:06 ` Phil Yang
2020-06-24 23:29   ` Thomas Monjalon

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