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 0C18C42A0E; Thu, 27 Apr 2023 09:47:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F1B1542D47; Thu, 27 Apr 2023 09:47:56 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 205E142B8C for ; Thu, 27 Apr 2023 09:47:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682581675; x=1714117675; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=k6ip+3QOSIa+u95T8ZRRjc6xDa7J+DjOEYg6fraokz0=; b=fO655ATz+y8p7YYcJNRXIlvq4iX0IPGBE76u2i/EvrYVPX6cf2iMfKlI yxTluqXkgjAj+M7Q3y49NzdX5y6sIHp/rRgbSK8fsZ0ZG/QIqO4b7stlk Jp0EC5SUD72w+zA9/4v23LSsNFF40YM0wVynvJriHSt//NFkbf0gEaTTJ UdsHmf19QD+oCrEmr7Lusfs6MzYfSmVoyl8VWHlRoC7D10K8mQfjv0DFM WBXcb8RTvmAl1SqidxeSRPMWFWJ+aqdihC2OIXjqchZGMxkczcS5QjiPH I8KucM4Pi2H/0w8w4GoSvOkyFhkS8qdlZOIPs+SSIfGyui4OIdv/SH7YQ Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="410386555" X-IronPort-AV: E=Sophos;i="5.99,230,1677571200"; d="scan'208";a="410386555" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 00:47:54 -0700 Message-Id: <76ab7d$s0vhbq@fmsmga006-auth.fm.intel.com> Date: 27 Apr 2023 00:47:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="940557698" X-IronPort-AV: E=Sophos;i="5.99,230,1677571200"; d="scan'208";a="940557698" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 00:47:52 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3] tests/pvp_qemu_multi_paths_port_restart: add expected value in suite config file to verify From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230426060251.3551892-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 Wed, 26 Apr 2023 14:02:51 +0800, Wei Ling wrote: > 1.Optimize the verify the expected value from the hard code to read from > conf/pvp_qemu_multi_paths_port_restart.cfg to adapt different platform. > 2.Add new conf/pvp_qemu_multi_paths_port_restart.cfg to save the test > parameters and expected vaule to verify running vaule. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Applied, thanks