From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 86F44A0542; Sat, 8 Oct 2022 08:20:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7FFA040146; Sat, 8 Oct 2022 08:20:32 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id EAD0F40042 for ; Sat, 8 Oct 2022 08:20:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665210031; x=1696746031; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=0B8O+DikfLbtaY/8nIoPLAv6NjZlsvPQkZqIKVjbRfw=; b=E/N/hjJkRaFZylJ0bTBU7UfdLHTC0OFUsB3BdQx5Xp9CK276U8NrLGfQ GB8dlgwhmobuYURBSlpEbaf3fUV9r+t+XlQHWe5vNipITWBukBX8c46CK XB2SAooj3hbrGTTWV5k54CGSAbGq1nUz7IQcyQ/mqm6q3hOuXTHE6koBM iH+fpaUkTTcNt5+JbZsqSBaVznhBsjLLFkAeuB6t5QpVS9JGYTbah8jVo x8KKLPJMEYMwLcpH/pdDGSX9nR2RGwMH3LVYuM2r8YrJ/0J0XA8Botiif zFnnrZn/q7leEIydkyoApIPOfnn354bb34tk+0KvWVzMSvwZ2/HstOp/s g==; X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="291179597" X-IronPort-AV: E=Sophos;i="5.95,168,1661842800"; d="scan'208";a="291179597" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2022 23:20:22 -0700 Message-Id: Date: 07 Oct 2022 23:20:18 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="767822385" X-IronPort-AV: E=Sophos;i="5.95,168,1661842800"; d="scan'208";a="767822385" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2022 23:20:18 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH v2] tests/power_throughput: modifying rst and adding throughput test py file From: lijuan.tu@intel.com To: dts@dpdk.org,harneet.singh@intel.com Cc: Harneet Singh In-Reply-To: <20220729113526.243393-1-harneet.singh@intel.com> 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: , Reply-To: harneet.singh@intel.com Errors-To: dts-bounces@dpdk.org On Fri, 29 Jul 2022 11:35:26 +0000, harneet.singh@intel.com wrote: > From: Harneet Singh > > 1: Created a py file for throughput test which will test the cpu > frequency with different packet speeds. > > 2: Renaned the power throughput rst plan to match other power > tests naming convention. > > 3: Modified the power throughput rst plan to match test cases. > > Signed-off-by: Harneet Singh > > -- > V2: > - Added power_throughput_test_plan name in index.rst file and removed > the older throughput test plan name as dts-doc-test failed in V1. > - Formatted throughput_test.py file lines to max 88 characters as > dts-format-test failed in V1. > - Modified the Class name of throughput_test.py file > -- Applied, thanks