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 29E26A0540; Wed, 24 Aug 2022 12:26:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 02B6540DFD; Wed, 24 Aug 2022 12:26:37 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 7441940DDE for ; Wed, 24 Aug 2022 12:26:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661336795; x=1692872795; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Fu9rhiAOxLhbnVYI8IdBz+Nb9MekoX5hEbD884t/960=; b=Jgq5m2PzDXudEpVHxNo8YeD0FYjpKCL/EnHaVXFRiKb+8pJ5+0Oug48a 4MiBb/UPWDUDOyj0mCsP4pHlKcNStHsP/+mM8SeqZJAWkKcPFF70CJuY/ noR2EHnp3dyIYuCNWqpD3OmS/vhql4/P6dRiWqhR0hUE+aFOOY30D2k5k Bm4zSXnnYmeNQJss+Czbwd1iCMIw1JkTFpBjY1MVAE0/3eB3FYKiysUj5 QVF22IS42dfGDKdHkGz76+yjnow1XXph0ewBTH7/64/Y+YQjXh4F6KZ/Y TSXgviKzNeMVtILNl6bvqT6CK6l2z+Zb0nBT3c6XHTfC9HOFYs7sDbg8G w==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="355657687" X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="355657687" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 03:26:34 -0700 Message-Id: <9bee9c$j1em75@orsmga008-auth.jf.intel.com> Date: 24 Aug 2022 03:26:33 -0700 X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="639064299" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 03:26:33 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/ptpclient: add the method of checking process status From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220728192835.17234-1-songx.jiale@intel.com> 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: , Reply-To: Jiale Song Errors-To: dts-bounces@dpdk.org On Thu, 28 Jul 2022 19:28:35 +0000, Jiale Song wrote: > add method to check process status, ensure that the process is killed. > > Signed-off-by: Jiale Song Acked-by: Lijuan Tu Applied, thanks