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 8472CA055A; Mon, 21 Nov 2022 08:54:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5BE0C40150; Mon, 21 Nov 2022 08:54:11 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 1DB014014F for ; Mon, 21 Nov 2022 08:54:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669017249; x=1700553249; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=x30loPoPLcd8MTHbekyHob4VBwYL7EpL1N40l1K/Yvo=; b=Fb8Ccg98tsl7sMQNCkc3bnm9tmxmNphbP1CdqxNEaOZ4KtCafNZPcCd6 SgKV3c2K13Wb2skv93e6XJs5HA6qXBA1jvYzrEl6z2otgoI1l9v+cGDlU NqrKPFRFbYZAEwm23MeUV7I93xhZDa+No0/rlC6Sgr0TYfY8H1XgPkLMm CK7MQY+u1wvdM9KJp9bUdZbARy51Tjv9zznrmyYsVOJx3VofRuXhFu1b/ XOBtuSZTaUnB30hQWalFacZHxpIYInWwzcRGHmRQ7WpSKhYkVBiwNJkTC JbW4t2na/h5c9+2q2z1RTUFEQz7DkLGTRg2RRwo9PUK7GD9U3kFgFGBTS Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10537"; a="399784005" X-IronPort-AV: E=Sophos;i="5.96,180,1665471600"; d="scan'208";a="399784005" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2022 23:54:06 -0800 Message-Id: Date: 20 Nov 2022 23:54:03 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10537"; a="618734460" X-IronPort-AV: E=Sophos;i="5.96,180,1665471600"; d="scan'208";a="618734460" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2022 23:54:03 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/ntb_test_plan: add start step in testcase2 From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221121053923.2312466-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 Mon, 21 Nov 2022 13:39:23 +0800, Wei Ling wrote: > Add start step in testcase2. > > Signed-off-by: Wei Ling Applied, thanks