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 9DE3FA054A; Tue, 6 Sep 2022 10:02:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7657040143; Tue, 6 Sep 2022 10:02:06 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id C7AFA400D6 for ; Tue, 6 Sep 2022 10:02:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662451325; x=1693987325; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=TiKPrh5ZcttA/VlXKIbp3PS1hnK5LbBODw0w2k9RYVI=; b=CoiEZJi2lkNcvIsWBL2aKK8nwqPyrPMLOq9FlJG9LzQNmCYiVzPxZ/ZA QKDKeJ/KeBrLcArzN8MDaQbLByM3rtXcLaDCsvILGlJm55S2dc+FDF+90 uNdPFtuUmhXaGKtkfoRYD0eWXKoEk31JGqbWZAn/sO6/SCJvxJxTMuSKh yj313rzXJNjSykRYBDP4EPPkTOnG1NF7hkiTw4hGB3Wyg6yzDaFEzQ33Q gy8B+ObwspTO98G2uQVeJex/+8OIKds2dwG/f43Rmy0f/OloreWwcfdcb GfKT9OSKkY/1XgCqEpSCJUi1QygVX4QIQmiPtu603hBad2chppzXkG8PO Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="276925962" X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="276925962" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 01:02:03 -0700 Message-Id: <9bee9c$j679g4@orsmga008-auth.jf.intel.com> Date: 06 Sep 2022 01:02:02 -0700 X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="644064777" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 01:02:02 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3 3/3] tests/vlan_ethertype_config: modify case name to match test plan From: lijuan.tu@intel.com To: dts@dpdk.org,qi.fu@intel.com,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20220905144852.5158-3-weiyuanx.li@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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Mon, 5 Sep 2022 22:48:52 +0800, Weiyuan Li wrote: > Modify test case name to match test plan. > > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Series applied, thanks