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 0BDDCA04C5; Fri, 15 Nov 2019 10:12:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 848FF5681; Fri, 15 Nov 2019 10:12:24 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D9D9837B7 for ; Fri, 15 Nov 2019 10:12:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2019 01:12:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,307,1569308400"; d="scan'208";a="203340895" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by fmsmga008.fm.intel.com with ESMTP; 15 Nov 2019 01:12:19 -0800 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Fri, 15 Nov 2019 17:14:32 +0800 Message-Id: <20191115091434.88948-3-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191115091434.88948-1-yufengx.mo@intel.com> References: <20191115091434.88948-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V2 2/4] test_plans/vm_pw_mgmt_policy: add test plan index 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" add vm_pw_mgmt_policy test plan index. Signed-off-by: yufengmx --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 9c305e4..f349d95 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -154,6 +154,7 @@ The following are the test plans for the DPDK DTS automated test system. vhost_qemu_mtu_test_plan vhost_user_live_migration_test_plan vm_power_manager_test_plan + vm_pw_mgmt_policy_test_plan power_empty_poll_test_plan power_pbf_test_plan power_pstate_test_plan -- 2.21.0