From 7506edbc1c9d900c49b16d7caf3a3fd939aa4224 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Fri, 19 Jun 2020 11:58:28 +0200 Subject: [PATCH 1/1] 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 --- 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 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, }, -- 2.20.1