From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5C980A04C2; Wed, 12 Aug 2020 17:05:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 626951C022; Wed, 12 Aug 2020 17:05:32 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5268A1C021 for ; Wed, 12 Aug 2020 17:05:31 +0200 (CEST) IronPort-SDR: Q49/hLbLekVRn7BuYmivHP+pEHufwMC2PMEok4epLZyZjObs98Boe+CfZ7bOC4lCPwodYcEPXp mzYD/V/tQnJg== X-IronPort-AV: E=McAfee;i="6000,8403,9711"; a="155095088" X-IronPort-AV: E=Sophos;i="5.76,304,1592895600"; d="scan'208";a="155095088" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Aug 2020 08:05:29 -0700 IronPort-SDR: yQb8zXbbnpGUX5HM9CcG7YGmDY5Y4hWh/QUC4mfcc7RMED7AClDXlbgfTQ7NYWEjqFgfnNwjNk x3CLnwHpOTIQ== X-IronPort-AV: E=Sophos;i="5.76,304,1592895600"; d="scan'208";a="469850718" Received: from bricha3-mobl.ger.corp.intel.com ([10.255.202.43]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 12 Aug 2020 08:05:27 -0700 Date: Wed, 12 Aug 2020 16:05:22 +0100 From: Bruce Richardson To: Louise Kilheeney Cc: dev@dpdk.org, anatoly.burakov@intel.com, robin.jarry@6wind.com, Olivier Matz Message-ID: <20200812150522.GG312@bricha3-MOBL.ger.corp.intel.com> References: <20200522132320.26373-1-louise.kilheeney@intel.com> <20200804140738.35317-1-louise.kilheeney@intel.com> <20200804140738.35317-6-louise.kilheeney@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200804140738.35317-6-louise.kilheeney@intel.com> Subject: Re: [dpdk-dev] [PATCH v4 5/9] app/test-cmdline: support python3 only 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Aug 04, 2020 at 03:07:34PM +0100, Louise Kilheeney wrote: > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Cc: Olivier Matz > > Signed-off-by: Louise Kilheeney > --- With this patch applied I'm seeing a failure with the final test the history fill test. It passes without this patch applied. Do you see the same thing? /Bruce