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 E63FAA04E0; Fri, 29 Nov 2019 10:00:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A775E23D; Fri, 29 Nov 2019 10:00:51 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 37FB21F5 for ; Fri, 29 Nov 2019 10:00:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2019 01:00:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,256,1571727600"; d="scan'208";a="261482575" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by FMSMGA003.fm.intel.com with ESMTP; 29 Nov 2019 01:00:47 -0800 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Fri, 29 Nov 2019 17:02:39 +0800 Message-Id: <20191129090243.60078-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V3 0/4] vm_pw_mgmt_policy: upload suite test plan and script 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" A feature allows workload to deliver policy to the host to manage power controls such as p-states extends the thinking of the current scheme moving away from direct controls to policy controls to avoid latency & jitter penalties. Also provides the ability to react faster. v3: - change turbo command execution result check condition. - rebase source code. - v2: - use new pktgen methods as traffic policy mode testing packet generator. - abandon non-blocked ixia traffic source code changes in framework. - add query script methods to take the place of non-blocked query method. - use cpu turbo status query script method to take the place of local api call. - change all functional test cases to performance test cases to be easier to deploy in one execution config. - add power driver type check method. - add cpupower tool existence check method. - optimize cpu scaling_max_freq/scaling_available_frequencies/scaling_min_freq query time consumption. - add cpu frequency preset method to clear previous testing influence. - add vf passthrough to vm to do traffic policy testing. yufengmx (4): conf/vm_pw_mgmt_policy: virtual machine configuration test_plans/vm_pw_mgmt_policy: add test plan index test_plans/vm_pw_mgmt_policy: upload test plan tests/vm_pw_mgmt_policy: upload automation script conf/vm_pw_mgmt_policy.cfg | 30 + test_plans/index.rst | 1 + test_plans/vm_pw_mgmt_policy_test_plan.rst | 337 +++++++ tests/TestSuite_vm_pw_mgmt_policy.py | 994 +++++++++++++++++++++ 4 files changed, 1362 insertions(+) create mode 100644 conf/vm_pw_mgmt_policy.cfg create mode 100644 test_plans/vm_pw_mgmt_policy_test_plan.rst create mode 100644 tests/TestSuite_vm_pw_mgmt_policy.py -- 2.21.0