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 04E4CA0544; Mon, 10 Oct 2022 05:33:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB68A400D5; Mon, 10 Oct 2022 05:33:15 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B57EE40042 for ; Mon, 10 Oct 2022 05:33:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665372794; x=1696908794; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Rh/jArI/Ijg2486qX2rYXi8RaRUAodRvkU6nkun6MHA=; b=iSKdZ7vvKxY2cLAC/J0r+yfDDhINCT15bhhsgwinHk+gfrVVPx+tDy1B oImdtiBlm76/57Xh6eDqy1OHlQApCYA4MGLR1OoRO3yEn8F1eJBYBZOBM WePCB9I2N3jM4L2Or4oPF8eFCp0Ea8ZLhab4VBSr99QCp5JIfk6mB80Xv D1fmbz2XxsZmirRS4WdAUlvc48e/faMBIq+9M5GoFUXeGXMWnyMYp5XJQ scmtouD01wc0NY2/vOyoSuasg6fFdCZ/0i3OeWodXv8xiW39UMunPaBUp F8IwNfxAnm8G5vqC0V9daXXDWm+BwWizRIeJup/6oFKjdJg5a9UVF3C6d Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="366095317" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="366095317" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:33:13 -0700 Message-Id: <9bee9c$jibhcl@orsmga008-auth.jf.intel.com> Date: 09 Oct 2022 20:33:12 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="656786845" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="656786845" 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; 09 Oct 2022 20:33:12 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH] framework: strip the PEXPECT from the output From: lijuan.tu@intel.com To: dts@dpdk.org,Reshma Pattan Cc: Reshma Pattan In-Reply-To: <20220927115141.9578-1-reshma.pattan@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: Reshma Pattan Errors-To: dts-bounces@dpdk.org On Tue, 27 Sep 2022 12:51:41 +0100, Reshma Pattan w= rote: > During hugetlbfs mount check, if no hugetlbfs is mounted > the output would have a string " [PEXPECT]#". The output must > strip the " [PEXPECT]#" if no hugetlbfs mounted, inorder to > correctly decide there is no mounted hugetlbfs and to mount the > new one. >=20 > Signed-off-by: Reshma Pattan Acked-by: Lijuan Tu Applied, thanks