Re: [dpdk-dev] [PATCH v2 2/5] test/hash: remove duplicated test code

2020-02-05 Thread David Marchand
On Wed, Feb 5, 2020 at 9:48 AM David Marchand wrote: > > On Mon, Feb 3, 2020 at 8:49 PM Honnappa Nagarahalli > wrote: > > > > The test case target 'hash_readwrite_autotest' is covered by > > 'hash_readwrite_func_autotest' and 'hash_readwrite_perf_autotest'. > > Hence, it is removed along with its

Re: [dpdk-dev] [PATCH v2 2/5] test/hash: remove duplicated test code

2020-02-05 Thread David Marchand
On Mon, Feb 3, 2020 at 8:49 PM Honnappa Nagarahalli wrote: > > The test case target 'hash_readwrite_autotest' is covered by > 'hash_readwrite_func_autotest' and 'hash_readwrite_perf_autotest'. > Hence, it is removed along with its test code. > > Signed-off-by: Honnappa Nagarahalli > --- > app/te

[dpdk-dev] [PATCH v2 2/5] test/hash: remove duplicated test code

2020-02-03 Thread Honnappa Nagarahalli
The test case target 'hash_readwrite_autotest' is covered by 'hash_readwrite_func_autotest' and 'hash_readwrite_perf_autotest'. Hence, it is removed along with its test code. Signed-off-by: Honnappa Nagarahalli --- app/test/autotest_data.py | 10 +++- app/test/test_hash_readwrite.c | 101 -