From: David Marchand Date: Fri, 19 Jun 2020 09:58:28 +0000 (+0200) Subject: test/bitops: fix command name X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=7506edbc1c9d900c49b16d7caf3a3fd939aa4224 test/bitops: fix command name Caught by code review, bitops test name is incorrect. Fixes: 7660614c11e2 ("test/bitops: add bit operations test case") Signed-off-by: David Marchand Acked-by: Phil Yang --- diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index fc3fcc159e..238ab631b4 100644 --- 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_autotest", "Func": default_autotest, "Report": None, },