[dpdk-dev] [PATCH 1/2] test: store only the test case name

Van Haaren, Harry harry.van.haaren at intel.com
Mon Mar 20 10:58:04 CET 2017


> From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com]
> Sent: Sunday, March 19, 2017 1:38 PM
> To: dev at dpdk.org
> Cc: thomas.monjalon at 6wind.com; Van Haaren, Harry <harry.van.haaren at intel.com>; Jerin
> Jacob <jerin.jacob at caviumnetworks.com>
> Subject: [dpdk-dev] [PATCH 1/2] test: store only the test case name
> 
> Store only the test case name in unit test case structure.The actor who
> renders the test status can add appropriate test status. This enables
> adding the new test case status without storing the additional
> information in the unit test case structure.
> 
> Signed-off-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
> ---
>  test/test/test.c | 14 ++++++--------
>  test/test/test.h | 23 +++++++++--------------
>  2 files changed, 15 insertions(+), 22 deletions(-)
> 
> diff --git a/test/test/test.c b/test/test/test.c


It looks like the patch got corrupted somehow - the above line should be  app/test/test.c, not test/test/test.c
Applying fails here, but with a s/test/app in the right places, the patches (this and next) both apply cleanly, and work well.
This handles the event/sw timeout_ticks() unsupported function as should so,

Tested-by: Harry van Haaren <harry.van.haaren at intel.com>


With the above apply issue resolved, also

Acked-by: Harry van Haaren <harry.van.haaren at intel.com>


More information about the dev mailing list