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 9B46FA0546; Wed, 7 Apr 2021 08:36:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 77D4E407FF; Wed, 7 Apr 2021 08:36:01 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 1CDAB4069F for ; Wed, 7 Apr 2021 08:35:59 +0200 (CEST) IronPort-SDR: E6rEVsN1FxEt8IFLDbgZKwIC5aPDW/8M+vccI2QdnLLJFWkTPPEO58N9WFIXxzCUjx3DKqWo9c wDYDVAG1CJ+Q== X-IronPort-AV: E=McAfee;i="6000,8403,9946"; a="191073585" X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="191073585" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 23:35:58 -0700 IronPort-SDR: 3L0u1d5pZiYr/jyjm0D6cO3bUbMqKdfK3aBYr3UcVaOp88iEdE1uEm03JAAuihcGpS+2ZZc8Ls sdX9SYgk0QAA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="381205632" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga006.jf.intel.com with ESMTP; 06 Apr 2021 23:35:58 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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.2106.2; Tue, 6 Apr 2021 23:35:57 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 7 Apr 2021 14:35:55 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Wed, 7 Apr 2021 14:35:55 +0800 From: "Tu, Lijuan" To: "skalal@marvell.com" , "dts@dpdk.org" CC: "zzhou@marvell.com" , "pvukkisala@marvell.com" Thread-Topic: [dts] [PATCH] tests/TestSuite_short_live.py: Corrected the expected prompt of the "pkill" command ran to terminate the l2fwd and l3fwd application. Thread-Index: AQHXJulKbnqtzp+gZk6RXoQ5c86pu6qoopqg Date: Wed, 7 Apr 2021 06:35:55 +0000 Message-ID: <3f919ecd5e96419c9831c8cab44ca7be@intel.com> References: <20210222110849.20540-1-skalal@marvell.com> In-Reply-To: <20210222110849.20540-1-skalal@marvell.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] tests/TestSuite_short_live.py: Corrected the expected prompt of the "pkill" command ran to terminate the l2fwd and l3fwd application. 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > Subject: [dts] [PATCH] tests/TestSuite_short_live.py: Corrected the expec= ted > prompt of the "pkill" command ran to terminate the l2fwd and l3fwd applic= ation. >=20 > From: skalal >=20 > Signed-off-by: skalal Applied.