[v3,0/3] add unit test for metrics library

Message ID 1533306787-12070-1-git-send-email-hari.kumarx.vemula@intel.com (mailing list archive)
Headers
Series add unit test for metrics library |

Message

Hari Kumar Vemula Aug. 3, 2018, 2:33 p.m. UTC
  1/3: add unit tests for metrics library
2/3: add new unit tests to autotest list
3/3: updated maintainer for metrics test

Signed-off-by: Hari Kumar Vemula <hari.kumarx.vemula@intel.com>
Reviewed-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Reshma Pattan <reshma.pattan@intel.com>

---
v3: Resolved clang compilation issue,
    changed the expected value of tests in test_metrics_without_init
    as per library fix
    added metrics test to the autotest list
    updated maintainers file for metrics unit test
v2: Removal of overstated array size based testcases as suggested
---

Hari Kumar Vemula (3):
  test: add unit tests for metrics library
  autotest: add new unit tests to autotest list
  maintainers: add metrics test

 MAINTAINERS                |   1 +
 test/test/Makefile         |   2 +
 test/test/autotest_data.py |   6 +
 test/test/test_metrics.c   | 312 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 321 insertions(+)
 create mode 100644 test/test/test_metrics.c