From: Hari Kumar Vemula <hari.kumarx.vemula@intel.com>
To: dev@dpdk.org
Cc: remy.horton@intel.com, reshma.pattan@intel.com,
Hari Kumar Vemula <hari.kumarx.vemula@intel.com>
Subject: [dpdk-dev] [PATCH v3 0/3] add unit test for metrics library
Date: Fri, 3 Aug 2018 15:33:04 +0100 [thread overview]
Message-ID: <1533306787-12070-1-git-send-email-hari.kumarx.vemula@intel.com> (raw)
In-Reply-To: <1532183219-23263-1-git-send-email-hari.kumarx.vemula@intel.com>
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
--
2.13.6
next prev parent reply other threads:[~2018-08-03 14:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-05 7:37 [dpdk-dev] [PATCH] test: add unit tests " Hari kumar Vemula
2018-07-05 14:05 ` Remy Horton
2018-07-21 14:26 ` [dpdk-dev] [PATCH v2] " Hari kumar Vemula
2018-07-24 14:53 ` Remy Horton
2018-08-03 14:33 ` Hari Kumar Vemula [this message]
2018-08-03 14:33 ` [dpdk-dev] [PATCH v3 1/3] " Hari Kumar Vemula
2018-08-15 9:29 ` Pattan, Reshma
2018-08-03 14:33 ` [dpdk-dev] [PATCH v3 2/3] autotest: add new unit tests to autotest list Hari Kumar Vemula
2018-08-03 14:33 ` [dpdk-dev] [PATCH v3 3/3] maintainers: add metrics test Hari Kumar Vemula
2018-08-24 12:56 ` [dpdk-dev] [PATCH v4] test: add unit tests for metrics library Hari Kumar Vemula
2018-10-08 13:01 ` [dpdk-dev] [PATCH v5] " Hari Kumar Vemula
2018-10-29 3:01 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1533306787-12070-1-git-send-email-hari.kumarx.vemula@intel.com \
--to=hari.kumarx.vemula@intel.com \
--cc=dev@dpdk.org \
--cc=remy.horton@intel.com \
--cc=reshma.pattan@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).