From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id B18CB2BB1; Fri, 13 Jul 2018 18:42:44 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jul 2018 09:42:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,348,1526367600"; d="scan'208";a="72127889" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.252.0.191]) ([10.252.0.191]) by fmsmga001.fm.intel.com with ESMTP; 13 Jul 2018 09:42:41 -0700 To: Reshma Pattan , thomas@monjalon.net, dev@dpdk.org Cc: jananeex.m.parthasarathy@intel.com, stable@dpdk.org References: <1531498808-21940-10-git-send-email-reshma.pattan@intel.com> From: "Burakov, Anatoly" Message-ID: <225e3668-8dea-f4e8-a87f-1da029276b71@intel.com> Date: Fri, 13 Jul 2018 17:42:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1531498808-21940-10-git-send-email-reshma.pattan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 09/10] autotest: update result for skipped test cases 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: Fri, 13 Jul 2018 16:42:45 -0000 On 13-Jul-18 5:20 PM, Reshma Pattan wrote: > 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 autotests execution. > > Cc: stable@dpdk.org > > Signed-off-by: Jananee Parthasarathy > Signed-off-by: Reshma Pattan > --- Is this patch still applicable? Patch 5 in these series causes skipped tests to not get executed in the first place, so by the time we reach this patch it is no longer a problem, i think. -- Thanks, Anatoly