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 9B122A00BE; Tue, 7 Jul 2020 12:16:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 443201DD7C; Tue, 7 Jul 2020 12:16:47 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id D763B1DD78 for ; Tue, 7 Jul 2020 12:16:44 +0200 (CEST) IronPort-SDR: PneG9vHLx3zioTTFINDYIzRSOllaq03QxOXoLbkfSwI9t6Nu4MTl6scSWKfJ5UIcmqYX99whTB LtKk05i+rPHA== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="127160963" X-IronPort-AV: E=Sophos;i="5.75,323,1589266800"; d="scan'208";a="127160963" 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; 07 Jul 2020 03:16:43 -0700 IronPort-SDR: nmdB56Bk9BpyDLPU6K0eHdy7lBAumgGPk/yhTpW1OaZrsCTqBAaDAWhJ3c2OzfrP4eaOhvQ5i6 IMvEBLyOtueA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,323,1589266800"; d="scan'208";a="457051185" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.174]) by orsmga005.jf.intel.com with ESMTP; 07 Jul 2020 03:16:42 -0700 From: lihong To: dts@dpdk.org Cc: zhaoyan.chen@intel.com, lihong Date: Tue, 7 Jul 2020 10:44:56 +0800 Message-Id: <1594089903-26285-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1 0/7] meson build reference 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" lihong (7): executions: add build_type field in all executions cfg conf: add configuration file of app_name.cfg framework/config: get configuration information from app_name.cfg framework: read and save the build_type from execution.cfg framework: add meson build method and get apps name of current build type framework/pmd_output: replace the hard code app path with the configured app path tests: replace the hard code app path with the configured app path conf/app_name.cfg | 119 +++++++++++++++++++++++++++ executions/execution.cfg | 2 + executions/execution_FVL.cfg | 2 + executions/execution_fm10k.cfg | 2 + executions/execution_rxmode.cfg | 3 + executions/execution_smoke.cfg | 1 + framework/config.py | 29 +++++++ framework/dts.py | 7 ++ framework/dut.py | 8 +- framework/pmd_output.py | 3 +- framework/project_dpdk.py | 128 ++++++++++++++++++++++++++++-- framework/settings.py | 1 + tests/TestSuite_multiprocess.py | 53 ++++++++----- tests/TestSuite_vhost_multi_queue_qemu.py | 14 ++-- 14 files changed, 335 insertions(+), 37 deletions(-) create mode 100644 conf/app_name.cfg -- 2.7.4