[V1,0/1] framework: check the python version
Message ID | 20201014031451.31487-1-yufengx.mo@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 32229A04B7; Wed, 14 Oct 2020 05:19:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C87C1DBB1; Wed, 14 Oct 2020 05:19:16 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 615CC1DBB0 for <dts@dpdk.org>; Wed, 14 Oct 2020 05:19:13 +0200 (CEST) IronPort-SDR: 9N3nhrvA0p+AK+wpmkSQVFRU/PS6/elkT3KhIBLk2cXqAoCNm8TcXmZgMPBtYN92nz5oSeiNKf f2Vw9XPE+4nw== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="183536288" X-IronPort-AV: E=Sophos;i="5.77,373,1596524400"; d="scan'208";a="183536288" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2020 20:19:07 -0700 IronPort-SDR: 6rDhntSDfxlmqXCuHh6ffykuA2vw9syw9RO5x5bZRxjJFVmD1MDV3pU1eVipyhL8/MjIsg5Vj1 oLCqvp5AQAZA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,373,1596524400"; d="scan'208";a="351354832" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by fmsmga002.fm.intel.com with ESMTP; 13 Oct 2020 20:19:07 -0700 From: yufengmx <yufengx.mo@intel.com> To: dts@dpdk.org, lihongx.ma@intel.com Cc: yufengmx <yufengx.mo@intel.com> Date: Wed, 14 Oct 2020 11:14:50 +0800 Message-Id: <20201014031451.31487-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 0/1] framework: check the python version X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org Sender: "dts" <dts-bounces@dpdk.org> |
Message
Yufen.Mo
Oct. 14, 2020, 3:14 a.m. UTC
v1: - implement a method to check the python version of tester and the server that run dts. - If the version is python2, print a warning message. yufengmx (1): framework: check the python version framework/utils.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+)