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 6181142A08; Thu, 27 Apr 2023 09:46:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5BB5142D2D; Thu, 27 Apr 2023 09:46:04 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 81DE042670 for ; Thu, 27 Apr 2023 09:46:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682581562; x=1714117562; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=sCpq0trdFGsvOXVKwRMxMT47nx15ILA6ZAb0Z8gcwxs=; b=cn3v+4CQQ58KEUZGGGyXcH+cufln29frAdBQoORJM8KpqEgRArlopP0E LLC6OWMtMn/k9WKxd3bNTZ0SZjxUSh1xU8Be9j3Zo04BEn5pV4Vla+Rpp XFVVZC+EJPOibGtqT0PRQr/Pd1bbEc8LXOI1VpF9VcZ9e1B+aImgelOsT sI30dKT2rwneA1rQVh2BMcRt9KP7i4Xa249SZ3uN9s4/AAjDzPyHz80Cy S/21/JNlJDxr5sfTxRs/D8551fx8jWYzMZHM4gVcMIW//OkR79jMtiHUE 0iLz5NzeozxgPfWhZJLR5z602UXReNXTdyOxvsgEcfT8uMh0jvcHT7C73 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="326967938" X-IronPort-AV: E=Sophos;i="5.99,230,1677571200"; d="scan'208";a="326967938" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 00:46:01 -0700 Message-Id: Date: 27 Apr 2023 00:46:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="818426464" X-IronPort-AV: E=Sophos;i="5.99,230,1677571200"; d="scan'208";a="818426464" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 00:46:00 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 3/3] conf/pvp_diff_qemu_version: add expected value to verify From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230424073340.2368259-4-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 Mon, 24 Apr 2023 15:33:40 +0800, Wei Ling wrote: > Add expected value to verify the running result. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks