test/bitops: fix command name
authorDavid Marchand <david.marchand@redhat.com>
Fri, 19 Jun 2020 09:58:28 +0000 (11:58 +0200)
committerThomas 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

index fc3fcc1..238ab63 100644 (file)
@@ -406,7 +406,7 @@ parallel_test_list = [
     },
     {
         "Name":    "Bitops test",
-        "Command": "bitops_test",
+        "Command": "bitops_autotest",
         "Func":    default_autotest,
         "Report":  None,
     },