Caught by code review, bitops test name is incorrect. Fixes: 7660614c11e2 ("test/bitops: add bit operations test case")
Signed-off-by: David Marchand <david.march...@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