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 DCE7CA0548; Wed, 15 Jun 2022 11:05:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D19A440220; Wed, 15 Jun 2022 11:05:02 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 6FC0240040 for ; Wed, 15 Jun 2022 11:05:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655283900; x=1686819900; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=lc8WNlvRf1GAAzucCbcPOiT/DX9h13B8ZNHdjZpa0XI=; b=DEhkskvbr6ZGhzMkq/S4nIp22maOecwjZsZv+crADo0FY1lgY3RRw2V9 efU8JjiAA0iKmUX+oMl9/efCr8mr6VZtiT8HIgkIIkHIgDYxr6TmgpKEq QpDZLdSfmI8tZKBPJECk+dFt2AL9IZd2recHxGY02deG6eM5G/V/pt5f1 lqhmABS2Xjndovj1ne2wEyT8QtgOnIlaf/kzQT8FeKYnPJBtR3RJYziU3 AQ/xiK2ZrKQbgxdgC7lZ5OHPCZdEMksowhpReXYjwjVsmpbKncIAb8inS 0QeGTB/d8YaiwIvIupNMhY93Q051DuHwt8LL8o8ar5oJAn6sxHxv0NUOu w==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="259351157" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="259351157" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:04:59 -0700 Message-Id: <7f4525$j3696t@fmsmga008-auth.fm.intel.com> Date: 15 Jun 2022 02:04:58 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="640885997" 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; 15 Jun 2022 02:04:58 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/short_live: modify testpmd config param From: lijuan.tu@intel.com To: dts@dpdk.org,Yaqi Tang Cc: Yaqi Tang In-Reply-To: <20220608045029.350571-2-yaqi.tang@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: Yaqi Tang Errors-To: dts-bounces@dpdk.org On Wed, 8 Jun 2022 04:50:29 +0000, Yaqi Tang wrote: > The tetspmd config param of the test plan is not match that of the test scr= ipt, so modify test plan testpmd config param. > And adjust the format of test plan according to test plan template. >=20 > Signed-off-by: Yaqi Tang Applied, thanks