test: add fbarray autotest to script
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 1 Aug 2018 11:52:54 +0000 (12:52 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Aug 2018 13:58:40 +0000 (15:58 +0200)
Fbarray autotests were added, but the script command was missing.
Add it, so that fbarray autotest can be executed as part of
autotest script.

Fixes: 7985860c18af ("test/fbarray: add autotests")

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
test/test/autotest_data.py

index 3f856ff..f68d9b1 100644 (file)
@@ -476,6 +476,12 @@ parallel_test_list = [
         "Func":    default_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "Fbarray autotest",
+        "Command": "fbarray_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    },
     #
     #Please always keep all dump tests at the end and together!
     #