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 0BC93A0567; Wed, 29 Jun 2022 04:10:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 05E7E400D7; Wed, 29 Jun 2022 04:10:51 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 02A8F40042 for ; Wed, 29 Jun 2022 04:10:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656468649; x=1688004649; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=eZ6F1bVK3RDu8UcSaIzpwdTCZuPFY5VmOUWE1w6wCe4=; b=mhbL2UrPBtMYz/YXYccadAQ6ZB3lIsE1tUF68W31Z69A2SUMWgnAnkp4 he8qU6k4oEV0r3iXoUc251sGxR9lvqkInmh5pF16/UjMklD/lF51GtPO2 u7J7xMUmFPnsquwxhjU7areSVgSPpsd4gA6RrEz45J0YtrflT+9WUx/g7 LCsQJ1ZWYI8komwmnGLlqHII8FOkhj6dJvxAlUmf/iQugMb1GMkAQBOnZ RsLUNP2A38iymarNZLlXneDNf1gZGMbakjEX+lhLF4tGobt9HJXo//9dX ebg1tsKq94harDaZSWB7hGTaFCrkxEZwIEAtzbCVHVtKumbG4W8anqurV A==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="264937731" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="264937731" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 19:10:48 -0700 Message-Id: <7f4525$j964s9@fmsmga008-auth.fm.intel.com> Date: 28 Jun 2022 19:10:46 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="647173005" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 19:10:46 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/multiprocess_iavf: synchronize case and testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220624154714.3805-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Fri, 24 Jun 2022 23:47:14 +0800, Jiale Song wrote: > 1.testplan tests iavf multiprocesses, while script tests PF multiprocesses.= testplan is not=20 > synchronized with the script. modify the script to synchronize testplan. > 2.no perf case in testplan, delete perf case. >=20 > Signed-off-by: Jiale Song Applied, thanks