From patchwork Thu Jul 28 19:22:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 114350 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BE4AAA00C4; Thu, 28 Jul 2022 13:02:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BEADC42B89; Thu, 28 Jul 2022 13:02:19 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 072374014F for ; Thu, 28 Jul 2022 13:02:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659006139; x=1690542139; h=from:to:cc:subject:date:message-id; bh=Do5iKB2ZsE5lAGMixEOvBo4A5V665nAaDRQWSZzOU0U=; b=G8hYKrt258k4IR8NrMzIkTjI9NICkOyk7W4eRsLUyiEuQlsdDOzBaPXL phOkMNxvuVL2k9ofjXGdXIR90fMycVY4wvWVbsFmgyr0br9lKP686OFwL x4G3SvkutMcWjNXa8B80c54cpmuJUiZKGLcosP9tdchEgkY8Exv0LKvN0 nldshJcgm7FC9NHlqM8T4Ge9zlpC0Xh1UNKKr/arUxN4rdzLfS00Wndzm bz92bIudUQBcCpbfMzsdZ/hPjnQhuJ0n3vt3puMivta8YwtJUiBCl5j62 7zCJcg+RbBrvqtc+jHjc0IelQ84WIW3PwlTksVBd+S3z3nVyDOUe5R5Di A==; X-IronPort-AV: E=McAfee;i="6400,9594,10421"; a="268864926" X-IronPort-AV: E=Sophos;i="5.93,196,1654585200"; d="scan'208";a="268864926" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2022 04:02:17 -0700 X-IronPort-AV: E=Sophos;i="5.93,196,1654585200"; d="scan'208";a="576417750" Received: from unknown (HELO cvl_tetser_105.icx.intel.com) ([10.239.252.94]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2022 04:02:16 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V1] test_plans/unit_tests_power: add a note Date: Thu, 28 Jul 2022 19:22:10 +0000 Message-Id: <20220728192210.17085-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.17.1 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 add a note in BIOS that prompts to turn on SpeedStep. Signed-off-by: Jiale Song Acked-by: Lijuan Tu --- test_plans/unit_tests_power_test_plan.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test_plans/unit_tests_power_test_plan.rst b/test_plans/unit_tests_power_test_plan.rst index 14a29a40..bbe7283f 100644 --- a/test_plans/unit_tests_power_test_plan.rst +++ b/test_plans/unit_tests_power_test_plan.rst @@ -19,6 +19,11 @@ script (launched using ``make test``) that sends commands to the application and checks the results. A test report is displayed on stdout. +.. Note:: + + * In the BIOS, turn on SpeedStep. + + The steps to run the unit test manually are as follow::