From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 34FDF1B1DF
 for <dev@dpdk.org>; Mon, 14 May 2018 00:12:04 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id AD51125871;
 Sun, 13 May 2018 18:12:03 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Sun, 13 May 2018 18:12:03 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=CdTYq3GIajKFZMc9wQ8RfXI55O
 qACIyDL7DXcONXLm4=; b=YlEdaLDAtRfeKF0zclhhW3igt/zOtOU9AdDpvDoJqq
 52KvGsyxMNcBrRr2NJDYxPPfzKT0fyG4lvci9MHidN+Rsn1mHrtAIr/VRV3TFLEi
 CLs9Nd5tj8fJq8gm4S/r47EjuhDHBDOKleuIfbtOqmeYx3mnz9hh3ibXIbFM5Qei
 M=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=CdTYq3
 GIajKFZMc9wQ8RfXI55OqACIyDL7DXcONXLm4=; b=CdyVbLhUwaixMW3ftHj9ta
 MWw8Hlo92owYi+hYuEpho4skIMvDnS4CibVuLeBPD/hLb6uHui6FTQ4SLJx/JzxZ
 cCO6qfoHhKKpBG24brnqJqlB9Uoue2sKNOagWESD1N2Q5p0K3IxDT/Fygi2GrXGk
 iE7h1amebn9WVoCXOSkbuEN4at0wbx5ZRiD1pCIh2NtcisTO4klONpGRw9Zm4u7r
 JBjHlV8ALqSUidrtVlhf3Zs31zw8ALK6mXae/PxCAuYjuSnrhKdFzLz6XFZ0dHsy
 VtXZujFguDGuUEvg0wRMAukh8KoEWsKgujbVIHfiy0G5PEGa3Y637w4Mj7iRyBYg
 ==
X-ME-Sender: <xms:M7j4WrbBFUINsKsnQ6Ou8jg_LTVTDylezndTIC0y1nCSSfr4FpTe0A>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id E1DC0E4076;
 Sun, 13 May 2018 18:12:02 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Jananee Parthasarathy <jananeex.m.parthasarathy@intel.com>
Cc: dev@dpdk.org, anatoly.burakov@intel.com, reshma.pattan@intel.com
Date: Mon, 14 May 2018 00:12:01 +0200
Message-ID: <2992140.TScDacoaO3@xps>
In-Reply-To: <1525948573-26007-1-git-send-email-jananeex.m.parthasarathy@intel.com>
References: <1524835241-12778-1-git-send-email-reshma.pattan@intel.com>
 <1525948573-26007-1-git-send-email-jananeex.m.parthasarathy@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 13 May 2018 22:12:04 -0000

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 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.

Please do 3 patches.