test: add missing fbarray autotest to test script

Message ID 69e4997c3a314be590fefc6ffc15ec1a5d60ca3c.1533124026.git.anatoly.burakov@intel.com (mailing list archive)
State Accepted, archived
Headers
Series test: add missing fbarray autotest to test script |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Burakov, Anatoly Aug. 1, 2018, 11:52 a.m. UTC
  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 | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Thomas Monjalon Aug. 1, 2018, 2 p.m. UTC | #1
01/08/2018 13:52, Anatoly Burakov:
> 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>

Applied, thanks
  

Patch

diff --git a/test/test/autotest_data.py b/test/test/autotest_data.py
index 3f856ff57..f68d9b111 100644
--- a/test/test/autotest_data.py
+++ b/test/test/autotest_data.py
@@ -476,6 +476,12 @@ 
         "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!
     #