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 3B8B74291B; Tue, 11 Apr 2023 10:58:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 373A6410F9; Tue, 11 Apr 2023 10:58:20 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 42D4F40A8B for ; Tue, 11 Apr 2023 10:58:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681203499; x=1712739499; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=MV2zTcqLeVhV+LHPHRZMqehnhZGGS3hs0t57qXSUlJs=; b=ZQjmdEXC2TEaEG3GUYT/53BZ+JRnowJfonkMHUxhVpXCYanIFKXeEt1R gSYmeUl5r5c6IqsvaZ1j2Kxe5uIL6L6nOffKwLAJ6JiBdOVUkt91KtArv URT2URRy3XGhl5gJaJrn9cP2qwrwrLFjIQSjSsw80GJs8I9ABFcMD0LRw YZytKp8v8yKNJ2vcy7jesiaYzkNbffvsl/QrYPzo9uWhglV1fhGZBxfvt S+e4jBNOymRkaZUvEMI4dkImrOTK75mXzgeLs9bs7EjAAj2jMp01J7EC7 E6N9uqc9CzObRSOKt+H1aw0RdH0WrK8AhhQGtdMfFXwAW2o+Te+sIoBJ7 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="327661715" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="327661715" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:58:18 -0700 Message-Id: Date: 11 Apr 2023 01:58:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="832272074" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="832272074" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 01:58:17 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vhost_user_live_migration: add 2 testcase sync with testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230331033636.1373154-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 Fri, 31 Mar 2023 11:36:36 +0800, Wei Ling wrote: > Add testcase 2 and testcase 6 sync with testplan. > > Signed-off-by: Wei Ling Applied, thanks