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 1D6C6A04C1; Fri, 22 Nov 2019 04:30:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0F5F02C28; Fri, 22 Nov 2019 04:30:12 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 21CB9A3 for ; Fri, 22 Nov 2019 04:30:10 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Nov 2019 19:30:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,228,1571727600"; d="scan'208";a="259576764" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 21 Nov 2019 19:30:09 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 21 Nov 2019 19:30:09 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 21 Nov 2019 19:30:09 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.149]) with mapi id 14.03.0439.000; Fri, 22 Nov 2019 11:30:07 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V1] tests/ multiple_pthread: add killall scapy in tear_down Thread-Index: AQHVkGCFFzOjk+rruEqYNdh1XvPSp6eWqUAQ Date: Fri, 22 Nov 2019 03:30:07 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB6758B@SHSMSX101.ccr.corp.intel.com> References: <20191101145956.28773-1-xiaoxiaox.zeng@intel.com> In-Reply-To: <20191101145956.28773-1-xiaoxiaox.zeng@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-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZThlNDE2MmUtMTUwOC00NDU1LTgwYjYtMzc2OGU1NzQ5OTcyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidWxvc1laVDVlOXdoSXRnaEYyUnFUTlZQTFZUanVJY21YQmRGYko3b0hyMDlLOGJ6d2Z0T1pvbVl2S3pGRXcwMSJ9 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 V1] tests/ multiple_pthread: add killall scapy in tear_down 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" It's not a good idea to kill all scapy, it will impact other users who is a= lso using scapy but another process. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiaoxiao Zeng > Sent: Friday, November 1, 2019 11:00 PM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V1] tests/ multiple_pthread: add killall scapy in > tear_down >=20 > *.This suit not close send_package tool,it make next suit's testpmd get l= arge > rx_pakage when start >=20 > Signed-off-by: Xiaoxiao Zeng > --- > tests/TestSuite_multiple_pthread.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_multiple_pthread.py > b/tests/TestSuite_multiple_pthread.py > index 1ea71a5..f247751 100644 > --- a/tests/TestSuite_multiple_pthread.py > +++ b/tests/TestSuite_multiple_pthread.py > @@ -237,4 +237,4 @@ class TestMultiplePthread(TestCase): > """ > Run after each test suite. > """ > - pass > + self.tester.send_expect("killall scapy", "#", 5) > -- > 2.17.0