From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B1636A034C; Fri, 25 Feb 2022 06:43:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5AEC4115C; Fri, 25 Feb 2022 06:43:46 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 570A74068B for ; Fri, 25 Feb 2022 06:43:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645767825; x=1677303825; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=MRHYWs8lilf7kxBmkE4YbnOP1qXJVIqvj+xBzs4kb6I=; b=RStgrCiKKYwmJAllfImFbiszqV/OlbQdIhCALwbKdlKtOubICt+3LpR2 wDFYc4ICO0bUXmDyar38hNw9wxhGKrsp0nXtWyWhy5jrTQ9BI+16dWkrS GyAZUZHGHci8mMc/yuUBWOy3vO8ea1mJ0IJ5al3WQPlnHUDBW6Qf5Set2 CrhKF7t8MTf3oKVMg+gD22SZy+Thpe2e5La111l4yIZkt44JhpMgUt4uh UPmA19KG+tgTxYFsZjShsK6+DmmvOUTt1BNlyB2t1xf0sfDKxC1omAOC2 BlwWSKlIhQbHdwnp1W5mTOADc0D4RL34SQnZqAE8Ao7dSCV2Z7LLBzXpr w==; X-IronPort-AV: E=McAfee;i="6200,9189,10268"; a="313145092" X-IronPort-AV: E=Sophos;i="5.90,135,1643702400"; d="scan'208";a="313145092" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2022 21:43:44 -0800 X-IronPort-AV: E=Sophos;i="5.90,135,1643702400"; d="scan'208";a="592347252" Received: from shwdenpg197.ccr.corp.intel.com ([10.253.109.70]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2022 21:43:42 -0800 From: Jun Dong To: dts@dpdk.org Cc: lijuan.tu@intel.com, qingx.sun@intel.com, junx.dong@intel.com Subject: [dts] [V2 0/4] removed makefile relation content Date: Fri, 25 Feb 2022 13:43:33 +0800 Message-Id: <20220225054337.3668-1-junx.dong@intel.com> X-Mailer: git-send-email 2.33.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 *** BLURB HERE *** Makefile builds have been deprecated, so removd relation content out from framework. Jun Dong (4): executions/execution*: removed makefile from configure doc/dts_gsg: removed makefile from user guide document framework/*: removed makefile from framework tests/*: removed makefile from test suite conf/app_name.cfg | 61 +------ doc/dts_gsg/usr_guide/usage.rst | 2 +- executions/execution.cfg | 4 +- executions/execution_FVL.cfg | 4 +- executions/execution_fm10k.cfg | 4 +- executions/execution_rxmode.cfg | 6 +- executions/execution_smoke.cfg | 2 +- framework/dts.py | 12 -- framework/dut.py | 4 +- framework/project_dpdk.py | 157 ++---------------- framework/settings.py | 1 - framework/virt_dut.py | 7 +- tests/TestSuite_compressdev_isal_pmd.py | 21 +-- tests/TestSuite_compressdev_qat_pmd.py | 20 +-- tests/TestSuite_compressdev_zlib_pmd.py | 22 +-- tests/TestSuite_crypto_perf_cryptodev_perf.py | 10 +- tests/TestSuite_fips_cryptodev.py | 2 +- tests/TestSuite_ieee1588.py | 4 - tests/TestSuite_ipsec_gw_cryptodev_func.py | 2 +- tests/TestSuite_kni.py | 8 - tests/TestSuite_l2fwd_cryptodev_func.py | 2 +- tests/TestSuite_packet_capture.py | 21 --- tests/TestSuite_pmd.py | 4 - tests/TestSuite_power_pbf.py | 12 +- tests/TestSuite_unit_tests_cryptodev_func.py | 2 +- tests/TestSuite_vhost_1024_ethports.py | 12 +- tests/TestSuite_virtio_perf_cryptodev_func.py | 11 -- tests/TestSuite_virtio_unit_cryptodev_func.py | 2 - tests/TestSuite_vmdq_dcb.py | 2 - 29 files changed, 52 insertions(+), 369 deletions(-) -- 2.33.1.windows.1