git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d58314a
)
test/bitops: fix command name
author
David Marchand
<david.marchand@redhat.com>
Fri, 19 Jun 2020 09:58:28 +0000
(11:58 +0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Wed, 24 Jun 2020 23:26:26 +0000
(
01:26
+0200)
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>
Acked-by: Phil Yang <phil.yang@arm.com>
app/test/autotest_data.py
patch
|
blob
|
history
diff --git
a/app/test/autotest_data.py
b/app/test/autotest_data.py
index
fc3fcc1
..
238ab63
100644
(file)
--- a/
app/test/autotest_data.py
+++ b/
app/test/autotest_data.py
@@
-406,7
+406,7
@@
parallel_test_list = [
},
{
"Name": "Bitops test",
- "Command": "bitops_test",
+ "Command": "bitops_
auto
test",
"Func": default_autotest,
"Report": None,
},