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.bura...@intel.com> --- test/test/autotest_data.py | 6 ++++++ 1 file changed, 6 insertions(+) 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! # -- 2.17.1