added metrics unit test to autotest list.
Signed-off-by: Hari Kumar Vemula <[email protected]>
Reviewed-by: Reshma Pattan <[email protected]>
---
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 f68d9b111..9fc4f2fbc 100644
--- a/test/test/autotest_data.py
+++ b/test/test/autotest_data.py
@@ -482,6 +482,12 @@
"Func": default_autotest,
"Report": None,
},
+ {
+ "Name": "Metrics autotest",
+ "Command": "metrics_autotest",
+ "Func": default_autotest,
+ "Report": None,
+ },
#
#Please always keep all dump tests at the end and together!
#
--
2.13.6