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 A3C59A0580; Wed, 29 Jun 2022 03:24:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 713D8400D7; Wed, 29 Jun 2022 03:24:57 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id B892640042 for ; Wed, 29 Jun 2022 03:24:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656465895; x=1688001895; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=sie79a2e4bY2ee/xkMHlH1H1xBX3AbiV7ENWNdvxoz8=; b=hmsJnggR7eukd3mX+SYINRVUO8hstmuwvzTwP42+Yls+uZzAGplOr+Mz wC8ieFeiugkEWvUO3OpiTDhElB4f92n9yAR8x09+QShaYf0VIS1brTX9U 3XcoR/K8k3A2MdTEtTRZ7GtAJi62FwsKmUA9oY73l1//B2wgurXP4DX8c Yx6N93JnmIFnB8miT8+PY5Nxf3iG20I9XoOip2ETXS6rbqqxDJF2xlcj/ A0HNp/lgDUKqvm5aNf2urQZacgLD5SWjq9Zv5l9MoyuVWPYHix4RWMOsi dVsVy5tbEV5wFHQ5HRLxUQQGOe70oQq+tCOGzmNuSmTzR7qI2/eCO2fiJ w==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="262299359" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="262299359" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:24:44 -0700 Message-Id: Date: 28 Jun 2022 18:24:43 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="658355653" 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:24:43 -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 Backported to 22.03, thanks