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 8A7D5A0548; Wed, 15 Jun 2022 11:19:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 85CBF40220; Wed, 15 Jun 2022 11:19:24 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id B07E040040 for ; Wed, 15 Jun 2022 11:19:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655284763; x=1686820763; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=7uLKNOnb2FvbfXuxIJipSXi8l3qiHKlQParnpiJUpWA=; b=WF+6UxIXAVV7cU1iY2NLdjUKaabtB+bGj+qXE5sMLEJ13LabXYDhNcpE p3gjoQuXOYSv7q2iViAqMCVk0SRqc6wSqoQHssIIIfDo8zGs3M8yqBm2P Om3l21liC40IHG96/uGL3k5Zyyxmwur+HUCaTZeePse0hvTHQIzjjq5l1 TPib+AdkMm6RfcDeflYXLPXGFGsNSUAnQhsaRkq+iWoO51PI0mI/ZgHs6 Lb3eWH9qC19uY9oV0idhPzPPT2l3s6wi5kOMyoIAHKfVuAAboo8LY+4ug Hs0zRH0vR28J4lJIeKObTSzM5QruPvA1yBAN7/c2PbKanh+LhHEIoTVFN g==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="267582987" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="267582987" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:19:22 -0700 Message-Id: <8b0460$idnd1g@orsmga001-auth.jf.intel.com> Date: 15 Jun 2022 02:19:21 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="618378293" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:19:21 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][V1] tests/power_pbf: Fixed use of dut.build_install_dpdk From: lijuan.tu@intel.com To: dts@dpdk.org,Tadhg Kearney Cc: reshma.pattan@intel.com,Tadhg Kearney In-Reply-To: <20220609125702.2435713-1-tadhg.kearney@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: Tadhg Kearney Errors-To: dts-bounces@dpdk.org On Thu, 9 Jun 2022 12:57:02 +0000, Tadhg Kearney w= rote: > Power_pbf tests were failing due to mistype of extra_options to extra_param= s. >=20 > Signed-off-by: Tadhg Kearney Applied, thanks