[v10,5/5] autotest: add new unit tests to autotest list

Message ID 1533075501-10135-6-git-send-email-reshma.pattan@intel.com (mailing list archive)
State Changes Requested, archived
Headers
Series add unit tests for bitrate, latency and pdump libraries |

Checks

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

Commit Message

Pattan, Reshma July 31, 2018, 10:18 p.m. UTC
  From: Reshma Pattan <reshma.pattan@intel.com>

added bitrate, latency and pdump lib unit tests to
autotest list.

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
---
 test/test/autotest_data.py | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
  

Patch

diff --git a/test/test/autotest_data.py b/test/test/autotest_data.py
index 3f856ff57..2f7a2aa43 100644
--- a/test/test/autotest_data.py
+++ b/test/test/autotest_data.py
@@ -476,6 +476,24 @@ 
         "Func":    default_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "Bitratestats autotest",
+        "Command": "bitratestats_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    }
+    {
+        "Name":    "Latencystats autotest",
+        "Command": "latencystats_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    }
+    {
+        "Name":    "Pdump autotest",
+        "Comamnd": "pdump_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    }
     #
     #Please always keep all dump tests at the end and together!
     #