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 21265A00C5; Mon, 26 Dec 2022 05:47:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EBC6340146; Mon, 26 Dec 2022 05:46:59 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 32E4640143 for ; Mon, 26 Dec 2022 05:46:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672030018; x=1703566018; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=GEOAhenLlNB3QYG70JAzkkNzOj0EeUgx9HIpECvHxBo=; b=bqatZL22fh4AJn1qMFeiChCBrgiey0H2kX3064Mab81ebY9q0uwPkdyx oASZ5QSNJs28nw089aNTFzKvE2mzoavGrqhfSwmx/lgUs5EbjsrT6++RC JOAG+OVuwotyZnh8N5AR/ELXqjTT41AUE08+UfTs9OyZuDxVwd9/ejeuE RpN7mbIWx9pPx9+S/cDhg7XTltti+eyXNd8iEyV1FfhGRNTMwRNXL8KW9 C1q+N1ZhdOfJqfELCvZBOheMb6sdLq3n7ulxDuXuPw1qTGRxa65UAA4XL KE6PNFyFeCSmSapusop9gWeim3JuN+K1UPdI5uPTlWoRYPBKRC7uDGjgE A==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="320608470" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="320608470" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 20:46:57 -0800 Message-Id: <649fab$laqquq@fmsmga008-auth.fm.intel.com> Date: 25 Dec 2022 20:46:56 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="716008417" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="716008417" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 20:46:56 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/vm2vm_virtio_pmd: modify testcase name sync with testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221213065628.3354740-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, 13 Dec 2022 14:56:28 +0800, Wei Ling wrote: > Modify case name sync with testplan and adjust case order. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks