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 166F5A0548; Wed, 15 Jun 2022 11:02:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0CA3340DDD; Wed, 15 Jun 2022 11:02:03 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 1D4D440220 for ; Wed, 15 Jun 2022 11:01:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655283721; x=1686819721; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=y2A80Ljbrm/Wyg/3t5gGKOc8ZNho1SGfJyYfWLy9cG0=; b=XspBRxiD1g9+F5C1RW9C3UIOtudN6abDa1/eWAMKH8Oo05eeM27BUpry Th+Ev4fqlazzqG7C506vbNQK5AmDrAhpVNNBOANVmMRCBWbrpwauV6f7N y7IrPWKEJyyFKOanxaqIT3YOexfwT310VaqUNbs+gUt1KY7gpjVe6/Wkt /a1rRsUATofssbTH4uGr0W3p+/2bOsRzUPb8LB5NqOsZllnbceAxui0cI cVqTqy2LIhR77PoG9HufE4PSogQumZFU4tCxhDKdghKsStsh/gogBRHk+ MhMuLP+Fr8ApZZVt//Qd+ExTaAi0pnxw4nupH/FAPHPLvOV5oundah3Ow g==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="279930410" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="279930410" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:01:59 -0700 Message-Id: <8b0460$idn80g@orsmga001-auth.jf.intel.com> Date: 15 Jun 2022 02:01:57 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="618373143" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:01:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/blocklist: modify test case name From: lijuan.tu@intel.com To: dts@dpdk.org,Yaqi Tang Cc: xueqin.lin@intel.com,Yaqi Tang In-Reply-To: <20220608045508.350806-3-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:55:08 +0000, Yaqi Tang wrote: > script case name is nonstandard, so modify test case name. > > Signed-off-by: Yaqi Tang Series applied, thanks