[dpdk-dev] [PATCH] test: fix bitops test name
David Marchand
david.marchand at redhat.com
Fri Jun 19 11:58:28 CEST 2020
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 at 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
More information about the dev
mailing list