Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-20 Thread Thomas Monjalon
20/05/2018 19:41, Parthasarathy, JananeeX M: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 18/05/2018 15:32, Parthasarathy, JananeeX M: > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > 15/05/2018 18:14, Parthasarathy, JananeeX M: > > > > > From: Thomas Monjalon [mailto:th

Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-20 Thread Parthasarathy, JananeeX M
Hello Thomas, -Original Message- From: Thomas Monjalon [mailto:tho...@monjalon.net] Sent: Friday, May 18, 2018 7:18 PM To: Parthasarathy, JananeeX M Cc: dev@dpdk.org; Burakov, Anatoly ; Pattan, Reshma Subject: Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script 18/05/2018 15

Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-18 Thread Thomas Monjalon
18/05/2018 15:32, Parthasarathy, JananeeX M: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 15/05/2018 18:14, Parthasarathy, JananeeX M: > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > I think we need to keep a fast subset of tests. > > > > Please check in mk/rte.sdkte

Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-18 Thread Parthasarathy, JananeeX M
Hi Thomas, -Original Message- From: Thomas Monjalon [mailto:tho...@monjalon.net] Sent: Tuesday, May 15, 2018 9:47 PM To: Parthasarathy, JananeeX M Cc: dev@dpdk.org; Burakov, Anatoly ; Pattan, Reshma Subject: Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script 15/05/2018 18:14

Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-15 Thread Thomas Monjalon
15/05/2018 18:14, Parthasarathy, JananeeX M: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 10/05/2018 12:36, Jananee Parthasarathy: > > > 1. Sanity Script is enhanced with additional test cases being added to > > > autotest_data.py > > > > How long they are? > > How did you choose to g

Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-15 Thread Parthasarathy, JananeeX M
Hi Thomas, -Original Message- From: Thomas Monjalon [mailto:tho...@monjalon.net] Sent: Monday, May 14, 2018 3:42 AM To: Parthasarathy, JananeeX M Cc: dev@dpdk.org; Burakov, Anatoly ; Pattan, Reshma Subject: Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script Hi, 10/05/2018 12

Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-14 Thread Thomas Monjalon
14/05/2018 17:26, Pattan, Reshma: > Hi Thomas, > > > > 2. Fixed in autotest_test_funcs.py to handle test cases which returns > > > "Skipped" as result. > > > The issue was skipped test cases got timed out, causing delay in > > > sanity script execution. > > > 3. Enhanced support for FreeBSD, > >

Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-14 Thread Pattan, Reshma
Hi Thomas, > > 2. Fixed in autotest_test_funcs.py to handle test cases which returns > > "Skipped" as result. > > The issue was skipped test cases got timed out, causing delay in > > sanity script execution. > > 3. Enhanced support for FreeBSD, > > as FreeBSD doesn't support socket-mem, file-pre

Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-13 Thread Thomas Monjalon
Hi, 10/05/2018 12:36, Jananee Parthasarathy: > 1. Sanity Script is enhanced with additional test cases > being added to autotest_data.py How long they are? How did you choose to group them? > 2. Fixed in autotest_test_funcs.py to handle test cases > which returns "Skipped" as result. > The iss

[dpdk-dev] [PATCH v2] app/test: enhance sanity script

2018-05-10 Thread Jananee Parthasarathy
1. Sanity Script is enhanced with additional test cases being added to autotest_data.py 2. Fixed in autotest_test_funcs.py to handle test cases which returns "Skipped" as result. The issue was skipped test cases got timed out, causing delay in sanity script execution. 3. Enhanced support for Free