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 09152A0542; Sat, 8 Oct 2022 08:36:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03CED40146; Sat, 8 Oct 2022 08:36:30 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 87E1340042 for ; Sat, 8 Oct 2022 08:36:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665210987; x=1696746987; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=fXLattc/lXRX6Fg3wtBwWPjskHbpUacCziF4KNFUY9g=; b=IXqBv6Vsys9sBY3X0afpu2VOs4Gxt2CIUJ2w1QGtzpoSNsPjnk/G1nyz 4bD9rKO0n6ygA/Mnl0YBPtuEJ5YxtFRI55BzGw6w+ahvusKXtZERMlF0k 3WEBA/eVTBnfOVCe3imgjOh6VQvSsNL1cZIzxxiwgnHs9UJzmjnsNpvrM 79PSVNAASnyID+j6U8ZGqNEJOHSBuX+BE8IJhcn+1N5JPeXsaI+Q/ZhYH ngY5Osme+lrED39g1Q5Tib1LxhfDeMehB2kBMRmvjZPnlE6mL22KeYsQY jGTx61QlIiLkjrfQP29UP9PztroiD9UMsDa9JDPW4G/NAkLTTlhEQ6FGZ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="303886989" X-IronPort-AV: E=Sophos;i="5.95,169,1661842800"; d="scan'208";a="303886989" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2022 23:36:26 -0700 Message-Id: Date: 07 Oct 2022 23:36:25 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="576488031" X-IronPort-AV: E=Sophos;i="5.95,169,1661842800"; d="scan'208";a="576488031" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2022 23:36:25 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/pvp_vhost_user_reconnect: use the iperf test result as the expect value From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220920073606.673212-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 Tue, 20 Sep 2022 03:36:06 -0400, Wei Ling wrote: > Delete the hard code, use the iperf test result as the expect value. > > Signed-off-by: Wei Ling Applied, thanks