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

2017-03-20 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > > 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 cleanl

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

2017-03-20 Thread Jerin Jacob
acob > > 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 stat

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

2017-03-20 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Sunday, March 19, 2017 1:38 PM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; Van Haaren, Harry > ; Jerin > Jacob > Subject: [dpdk-dev] [PATCH 1/2] test: store only the test case name > > Store

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

2017-03-19 Thread Jerin Jacob
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 --- test/test/test.