[PATCH v12 5/6] autotest: add new unit tests to autotest list
From: Naga Suresh Somarowthu <hidden>
Date: 2018-08-03 12:35:16
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Naga Suresh Somarowthu <hidden>
Date: 2018-08-03 12:35:16
Subsystem:
the rest · Maintainer:
Linus Torvalds
added bitrate, latency and pdump lib unit tests to autotest list. Signed-off-by: Naga Suresh Somarowthu <redacted> Reviewed-by: Reshma Pattan <redacted> --- test/test/autotest_data.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
diff --git a/test/test/autotest_data.py b/test/test/autotest_data.py
index f68d9b111..9a54d0c04 100644
--- a/test/test/autotest_data.py
+++ b/test/test/autotest_data.py@@ -482,6 +482,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! #
--
2.13.6