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 371D2423BC; Fri, 13 Jan 2023 03:45:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E89CE410EF; Fri, 13 Jan 2023 03:45:48 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id BE2F8410D4 for ; Fri, 13 Jan 2023 03:45:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673577946; x=1705113946; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=uO0tTsjfnewtGwILYYM7+jelF+Ed7iscabB7/lhBNjo=; b=czLJU9ZTVT8NMjvYloNHsKuikX5+D5gcOk3wp7vxIRBqZmUgp0j2iVCV jB27z1vaydWHfvhdFcrN70eB9XoCYXtGDrT/DaT+X16wYM4l5fXBZ+pvR aNUdATJj4trRQTyfgQXAoTDoqJ4MJsASDiJcMRTyGIYw+fC9sJA9T1k/O mx6twv1UWJMUKxlmb3Wi5Ey8jhYg7OiP2ei+itBUYeuOdVuOaSlf0uDTr ynMboXhu2/HCokBtUBHl9BqT0OAsTH1bmGxlCTj1PMDuBf7650ejc2wA8 tq/lUuwWt44i0avWn9v+LhSeOXsgjIQ9l20In3b4RbBQciBFYhM5ReozJ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="321597238" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="321597238" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 18:45:45 -0800 Message-Id: Date: 12 Jan 2023 18:45:44 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="651376026" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="651376026" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 18:45:44 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/metrics: fix start wrong dpdk-proc-info path issue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230112075004.1325372-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Thu, 12 Jan 2023 15:50:04 +0800, Wei Ling wrote: > When using self.dut.alt_session.send_expect() API to create new seesion, > the current directory is /root, not the DPDK base directory, so add > swith to the DPDK base directory step before exectue the dpdk-proc-info > command to start the dpdk-proc-info APP. > > Signed-off-by: Wei Ling Applied, thanks