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 469E9A04DD; Thu, 2 Jan 2020 04:19:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2D70E1BF83; Thu, 2 Jan 2020 04:19:52 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C5DF71BF75 for ; Thu, 2 Jan 2020 04:19:50 +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 fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jan 2020 19:19:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,385,1571727600"; d="scan'208";a="216399431" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga008.fm.intel.com with ESMTP; 01 Jan 2020 19:19:49 -0800 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 1 Jan 2020 19:19:49 -0800 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 1 Jan 2020 19:19:48 -0800 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 1 Jan 2020 19:19:48 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.89]) with mapi id 14.03.0439.000; Thu, 2 Jan 2020 11:19:47 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" , "Wang, Yinan" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V2 0/4] metrics: upload suite test plan and script Thread-Index: AQHVsZI4nxJ7OM1wDEe4I1Q31UJcWqfW08Ug Date: Thu, 2 Jan 2020 03:19:46 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBA0E4B@SHSMSX101.ccr.corp.intel.com> References: <20191213085140.13231-1-yufengx.mo@intel.com> In-Reply-To: <20191213085140.13231-1-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2 0/4] metrics: 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" Applied the series. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx > Sent: Friday, December 13, 2019 4:52 PM > To: dts@dpdk.org; Wang, Yinan > Cc: Mo, YufengX > Subject: [dts] [PATCH V2 0/4] metrics: upload suite test plan and script >=20 >=20 > v2: > - update latencystat and bit rate option. > - add ewma_bits_out/in check. > - use new pktgen methods as traffic policy mode testing packet generato= r. > - abandon non-blocked ixia traffic source code changes in framework. > - use pktgen callback to to take the place of non-blocked query method. > - display metrics data and save them into rst file. > - use suite configuration file to set test content. > - remove debug source code. > - fix typo issue. > - fix pep8 issue. >=20 > yufengmx (4): > conf/metrics: test configuration > test_plans/metrics: add test plan index > test_plans/metrics: upload test plan > tests/metrics: upload automation script >=20 > conf/metrics.cfg | 5 + > test_plans/index.rst | 1 + > test_plans/metrics_test_plan.rst | 236 +++++++++ > tests/TestSuite_metrics.py | 824 +++++++++++++++++++++++++++++++ > 4 files changed, 1066 insertions(+) > create mode 100644 conf/metrics.cfg > create mode 100644 test_plans/metrics_test_plan.rst create mode 100644 > tests/TestSuite_metrics.py >=20 > -- > 2.21.0