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 731C542CB0; Wed, 14 Jun 2023 03:33:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57EF240E0F; Wed, 14 Jun 2023 03:33:56 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 6526A40DDB for ; Wed, 14 Jun 2023 03:33:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686706434; x=1718242434; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=iSOV06sQ/4ewIejx7ZD+/ci8GyHA72P9X737y90ntjU=; b=An2y30KOnZ+bLw6CetiBS29ker6d6s7uf+F/kfDvxKcubL3x+QXNJSdq 4wN3yHP1RI0hfl7mslJ0QxrXiZzPWufe8UVmy6Qqf4OQoiIgq4jqO0TWE e1Z+EJKsWWE5AxwCnq/n7DpCXsNfDtV8U1ku/w3N/JpI1nSJDEU9siPpy 1Pycz4cnXthCLLVvlhKn1GTvluaaavNeJd5RPZXKPfCT6AIY5F47Yt/1K 3UK4bRQB/GnTd3Sdq16TNdpS1N00eMxKYgn+DTrGxGmUIQri2yoxJpe+H JgkmNoHFoNhW9JOMiMsJ4ORUO3VCUKp0toYWya2H3+ECtyXWlYXR+5ztY w==; X-IronPort-AV: E=McAfee;i="6600,9927,10740"; a="348152323" X-IronPort-AV: E=Sophos;i="6.00,241,1681196400"; d="scan'208";a="348152323" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2023 18:33:24 -0700 Message-Id: <374626$kh9iup@orsmga006-auth.jf.intel.com> Date: 13 Jun 2023 18:33:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10740"; a="689228767" X-IronPort-AV: E=Sophos;i="6.00,241,1681196400"; d="scan'208";a="689228767" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2023 18:33:19 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] conf/*_dsa.cfg: fix case name error issue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230608020514.561235-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 Thu, 8 Jun 2023 10:05:14 +0800, Wei Ling wrote: > Fix some testcases' name error issue in testsuite config files. > > Signed-off-by: Wei Ling Applied, thanks