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 E8C1EA0580; Wed, 29 Jun 2022 03:27:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BE8E5400D7; Wed, 29 Jun 2022 03:27:30 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id A69C040042 for ; Wed, 29 Jun 2022 03:27:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656466048; x=1688002048; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=pODIpwd0uctmw910PbshGXR1KyMav/28GPC8RN5x1cA=; b=GnUg0MGgp7aik59AOPpHuGAdTL1VJzfsKTdeTqiITVL1uIEsSgwdfwJA gaN3qdiAFRCNZYekZWPPOUaX6nRC9QjCL7nZEg4tqEtUiqoGFWBfUCjM1 q4iKgR/ptmnr3IkMxpemeLkVVNvAXNPbCE6q5oWudzNMPt7h4K8BKiXUB TgJysgwFm3muoEPb/nEC9oIZEmBtuD3gD7k+057zvyuYTPeVdjHRUwhvL naz5JcTsuEqr2dy+V07GmBgAvHvjsTu/8EmReGBXlktWX9XxJWcuEIyiW +s2xRYfb/9s63KNtB0ZJnBjeBPpDSMYyrsgRRpOCYrrHeolyTU84YMJGY Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="368205059" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="368205059" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:27:27 -0700 Message-Id: Date: 28 Jun 2022 18:27:26 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="658356221" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:27:26 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH] tests/unit_tests: fix self.__name__ error From: lijuan.tu@intel.com To: dts@dpdk.org,Daxue Gao Cc: lijuan.tu@intel.com, qingx.sun@intel.com, Daxue Gao In-Reply-To: <20220622022402.1780456-1-daxuex.gao@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: Daxue Gao Errors-To: dts-bounces@dpdk.org On Wed, 22 Jun 2022 10:24:02 +0800, Daxue Gao wrote: > fix tests/unit_tests: self.__name__ is attribute does not exist. > > Signed-off-by: Daxue Gao Applied, thanks