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 9C4BCA04B7; Wed, 14 Oct 2020 09:19:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8D5EC1DC6E; Wed, 14 Oct 2020 09:19:10 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 32F7C1DC63 for ; Wed, 14 Oct 2020 09:19:08 +0200 (CEST) IronPort-SDR: HoYoD309oe9ASZozXUFKiXgxc6/EmKClA1Fso5k4mgWmfwNMLQWiRqsH2vY1Zmp5UXVGV7ZC6l bzgcJCoKc6yA== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="145364895" X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="145364895" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 00:19:05 -0700 IronPort-SDR: CXLpRyv3/pbl9ZlKplVlXrrhi8LATcqPFhZkpY6f+4Dl1EeNLzMwcWML1qieleGeHX410d7bpP jGBfi+gCS0Cw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,373,1596524400"; d="scan'208";a="530719472" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by orsmga005.jf.intel.com with ESMTP; 14 Oct 2020 00:19:03 -0700 From: yufengmx To: dts@dpdk.org, lihongx.ma@intel.com Cc: yufengmx Date: Wed, 14 Oct 2020 15:14:45 +0800 Message-Id: <20201014071448.32119-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V2 0/3] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" v2: - add python version check at the beginning of run_all and tester crb init stage. 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 (3): framework: check the python version framework: check the python version framework: check the python version framework/dts.py | 6 +++++- framework/tester.py | 5 ++++- framework/utils.py | 23 +++++++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) -- 2.21.0