From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 800551C90B for ; Mon, 14 May 2018 17:26:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2018 08:26:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,400,1520924400"; d="scan'208";a="199235201" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga004.jf.intel.com with ESMTP; 14 May 2018 08:26:04 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.125]) by IRSMSX107.ger.corp.intel.com ([169.254.10.141]) with mapi id 14.03.0319.002; Mon, 14 May 2018 16:26:03 +0100 From: "Pattan, Reshma" To: Thomas Monjalon , "Parthasarathy, JananeeX M" CC: "dev@dpdk.org" , "Burakov, Anatoly" , "Jain, Deepak K" Thread-Topic: [dpdk-dev] [PATCH v2] app/test: enhance sanity script Thread-Index: AQHT6ErizAfz/jn2jEGcbf4y6K4xQaQuLXuAgAExV8A= Date: Mon, 14 May 2018 15:26:02 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A2F0B5C@irsmsx110.ger.corp.intel.com> References: <1524835241-12778-1-git-send-email-reshma.pattan@intel.com> <1525948573-26007-1-git-send-email-jananeex.m.parthasarathy@intel.com> <2992140.TScDacoaO3@xps> In-Reply-To: <2992140.TScDacoaO3@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:26:07 -0000 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-prefix options. >=20 > Please do 3 patches. Why do we need 3 patches here? Any reason? Thanks, Reshma