From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 133FBA05D3 for ; Tue, 23 Apr 2019 22:19:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 01F9F1B471; Tue, 23 Apr 2019 22:19:01 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 68E817D4A for ; Tue, 23 Apr 2019 22:18:59 +0200 (CEST) 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; 23 Apr 2019 13:18:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,387,1549958400"; d="scan'208";a="143016211" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 23 Apr 2019 13:18:54 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 23 Apr 2019 13:18:54 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 23 Apr 2019 13:18:54 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by shsmsx102.ccr.corp.intel.com ([169.254.2.206]) with mapi id 14.03.0415.000; Wed, 24 Apr 2019 04:18:52 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] test_plans/telemetry: use correct name of script Thread-Index: AQHU+EuNCniz7WkbGEy/6B/BUEJQzaZKMuTw Date: Tue, 23 Apr 2019 20:18:52 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA6580E@SHSMSX101.ccr.corp.intel.com> References: <20190421140215.6207-1-ramirose@gmail.com> In-Reply-To: <20190421140215.6207-1-ramirose@gmail.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.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTQyMTVhYjItNGU5MC00MTM2LTg4N2QtNWJmNzYxZDcwOWM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaFdTRnZWOXVldldDSzdrZ2JhRWxMYVl0NHhna3NIanRiZnZcL2FySm1UVjlTNEV4TWd6aWtCelJoNVlxcjNnV3UifQ== 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] test_plans/telemetry: use correct name of 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, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Sunday, April 21, 2019 7:02 AM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] test_plans/telemetry: use correct name of script >=20 > This patch fixes the telemetry test plan to use the correct name of the > usertools script, dpdk-telemetry-client.py. >=20 > Signed-off-by: Rami Rosen > --- > test_plans/telemetry_test_plan.rst | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/test_plans/telemetry_test_plan.rst > b/test_plans/telemetry_test_plan.rst > index 1085fd5..4098683 100644 > --- a/test_plans/telemetry_test_plan.rst > +++ b/test_plans/telemetry_test_plan.rst > @@ -72,7 +72,7 @@ Prerequisites >=20 > 4. Launch the ``telemetry`` python script with a client filepath : >=20 > - python usertools/telemetry_client.py /var/run/some_client > + python usertools/dpdk-telemetry-client.py /var/run/some_client >=20 > 5. Build should include both make and mesion static/shared >=20 > @@ -115,7 +115,7 @@ Test case: Stats of 2 ports for testpmd and telemetr= y > with same type nic >=20 > 3.Run Python terminal: >=20 > - python ./usertools/telemetry_client.py > + python ./usertools/dpdk-telemetry-client.py > enter 1/2/ : >=20 > 4.check and verify any error show on testpmd @@ -146,7 +146,7 @@ Test > case: Stats of 2 ports for testpmd and telemetry with different type ni= c >=20 > 3.Run Python terminal: >=20 > - python ./usertools/telemetry_client.py > + python ./usertools/dpdk-telemetry-client.py > enter 1/2/ : >=20 > 4.check and verify any error show on testpmd @@ -177,7 +177,7 @@ Test > case: Stats of 4 ports for testpmd and telemetry with same type nic >=20 > 3.Run Python terminal: >=20 > - python ./usertools/telemetry_client.py > + python ./usertools/dpdk-telemetry-client.py > enter 1/2/ >=20 > 4.check and verify any error show on testpmd @@ -208,7 +208,7 @@ Test > case: Stats of 4 ports for testpmd and telemetry with different type ni= c >=20 > 3.Run Python terminal: >=20 > - python ./usertools/telemetry_client.py > + python ./usertools/dpdk-telemetry-client.py > enter 1/2/ : >=20 > 4.check and verify any error show on testpmd > -- > 2.17.1