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 AFEE4A04B1; Thu, 17 Sep 2020 03:08:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6AEDE1D15F; Thu, 17 Sep 2020 03:08:43 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id ECDF81D15D for ; Thu, 17 Sep 2020 03:08:41 +0200 (CEST) IronPort-SDR: DMEj64VV2i1LoC1wjCUVtHUvCHZKKQIcJBY0K7KMCubmxdbKlqO69Kv06Z/0ZzulXcpDG35GGk 6UkzZcAhkgsQ== X-IronPort-AV: E=McAfee;i="6000,8403,9746"; a="147284403" X-IronPort-AV: E=Sophos;i="5.76,434,1592895600"; d="scan'208";a="147284403" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2020 18:08:40 -0700 IronPort-SDR: sVispswwN0yLj8LFWJ76SU7Zryqrl6g8xGGaUCyjiFWj++XkgjwgCz4a+1UUFvqFfZDqJ+2oZh IoM0K/a680OA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,434,1592895600"; d="scan'208";a="331931439" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by fmsmga004.fm.intel.com with ESMTP; 16 Sep 2020 18:08:39 -0700 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Thu, 17 Sep 2020 09:05:05 +0800 Message-Id: <20200917010513.15783-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/8] power: power suite series support meson 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: - quote ma,lihong - 'We have configure the app path in the config file, so it does not need re-combine the path of it in the suite. - So it does not need to judge the build method in the suite.' v1: - power: power suite series support meson. yufengmx (8): power_bidirection_channel: support meson power_empty_poll: support meson power_pbf: support meson power_pstate: support meson power_telemetry: support meson vm_pw_mgmt_policy: support meson malicious_driver_event_indication: support meson conf: power suite series support meson conf/app_name.cfg | 7 ++++++ ...Suite_malicious_driver_event_indication.py | 4 ++-- tests/TestSuite_power_bidirection_channel.py | 9 ++----- tests/TestSuite_power_empty_poll.py | 9 ++----- tests/TestSuite_power_pbf.py | 24 +++++++++---------- tests/TestSuite_power_pstate.py | 9 ++----- tests/TestSuite_power_telemetry.py | 20 ++++++++-------- tests/TestSuite_vm_pw_mgmt_policy.py | 9 ++----- 8 files changed, 38 insertions(+), 53 deletions(-) -- 2.21.0