* [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
* Re: [dpdk-dev] [PATCH] test: fix bitops test name
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
0 siblings, 1 reply; 3+ messages in thread
From: Phil Yang @ 2020-06-19 12:06 UTC (permalink / raw)
To: David Marchand, dev; +Cc: Joyce Kong, nd
> -----Original Message-----
> From: David Marchand <david.marchand@redhat.com>
> Sent: Friday, June 19, 2020 5:58 PM
> To: dev@dpdk.org
> Cc: Gavin Hu <Gavin.Hu@arm.com>; Phil Yang <Phil.Yang@arm.com>; Joyce
> Kong <Joyce.Kong@arm.com>
> Subject: [PATCH] test: fix bitops test name
>
> 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] test: fix bitops test name
2020-06-19 12:06 ` Phil Yang
@ 2020-06-24 23:29 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-06-24 23:29 UTC (permalink / raw)
To: David Marchand; +Cc: dev, Joyce Kong, nd, Phil Yang
> > 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>
Applied, thanks
^ 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).