From: Anatoly Burakov Date: Wed, 1 Aug 2018 11:52:54 +0000 (+0100) Subject: test: add fbarray autotest to script X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=876b3d4c35f178b0b7efa3ace48b29bcacde18f9;p=dpdk.git test: add fbarray autotest to script 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 --- diff --git a/test/test/autotest_data.py b/test/test/autotest_data.py index 3f856ff576..f68d9b1115 100644 --- a/test/test/autotest_data.py +++ b/test/test/autotest_data.py @@ -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! #