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 E1F85A0613 for ; Tue, 30 Jul 2019 14:17:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DB3741C113; Tue, 30 Jul 2019 14:17:31 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0F78E1C10D for ; Tue, 30 Jul 2019 14:17:29 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2019 05:17:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,326,1559545200"; d="scan'208";a="171910768" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga008.fm.intel.com with ESMTP; 30 Jul 2019 05:17:29 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jul 2019 05:17:29 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jul 2019 05:17:28 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.112]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.215]) with mapi id 14.03.0439.000; Tue, 30 Jul 2019 20:17:27 +0800 From: "Wang, Yinan" To: "Mo, YufengX" , "dts@dpdk.org" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V4]tests/packet_capture: upload automation script Thread-Index: AQHVRpsUxQZFDU8UuUqFDJHPFkxl3qbjFEPA Date: Tue, 30 Jul 2019 12:17:26 +0000 Message-ID: References: <1564466015-44060-1-git-send-email-yufengx.mo@intel.com> In-Reply-To: <1564466015-44060-1-git-send-email-yufengx.mo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDEwM2E4OTAtMjk3Yi00NjVkLWIwZjAtNDY2YWFkY2YwYzAwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVjd5U3k1dG9CeE4zeFVGWUFmQjFJV0FGR1p3WE1HNEF2NG80VHk2V3JuQmVDMzFtYkp4VlwvTFlJbVlPVHpvZ2sifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V4]tests/packet_capture: upload automation 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" Acked-by: Wang, Yinan > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx > Sent: 2019=1B$BG/=1B(B7=1B$B7n=1B(B30=1B$BF|=1B(B 13:54 > To: dts@dpdk.org > Cc: Mo, YufengX > Subject: [dts] [PATCH V4]tests/packet_capture: upload automation script >=20 > upload packet capture automation script >=20 > v4: > - *. copy old tcpdump sniff/load methods of packet module into suite sc= ript to > make sure testing time consumption < 45 minutes. > - *. fix timeout error when run on dut/tester two nodes scenario. > - *. add exception process to make sure testpmd and pdump can quit > normally when exception occurs. > - *. add check condition before run remote copy. > - *. remove debug source code. > - *. fix typo issue. > - *. fix pep8 issue. >=20 > yufengmx (1): > tests/packet_capture: upload automation script >=20 > tests/TestSuite_packet_capture.py | 869 > ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 869 insertions(+) > create mode 100644 tests/TestSuite_packet_capture.py >=20 > -- > 1.9.3