All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] test: add missing fbarray autotest to test script
@ 2018-08-01 11:52 Anatoly Burakov
  2018-08-01 14:00 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Anatoly Burakov @ 2018-08-01 11:52 UTC (permalink / raw)
  To: dev; +Cc: thomas, reshma.pattan

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(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] test: add missing fbarray autotest to test script
  2018-08-01 11:52 [PATCH] test: add missing fbarray autotest to test script Anatoly Burakov
@ 2018-08-01 14:00 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-08-01 14:00 UTC (permalink / raw)
  To: Anatoly Burakov; +Cc: dev, reshma.pattan

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-01 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 11:52 [PATCH] test: add missing fbarray autotest to test script Anatoly Burakov
2018-08-01 14:00 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.