From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05FC1C433E0 for ; Wed, 12 Aug 2020 15:05:34 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id B5C4B20781 for ; Wed, 12 Aug 2020 15:05:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B5C4B20781 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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