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 67418427EB; Tue, 28 Mar 2023 03:00:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F70240EDF; Tue, 28 Mar 2023 03:00:14 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 0507740A87 for ; Tue, 28 Mar 2023 03:00:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679965213; x=1711501213; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=FBv8a/j3iEmaYfvVoEsd+8NW0D820+qlv8fDDJgdsX8=; b=O6f2q8VCqH4dInzw9jTX1c9Z2IdG7CSYojjxrv0VawyOWNm8XcZMLIkF VpWUZ8YNfsZb6hz9xPaRMSC3HRjD4pa/jZ0lvJrUTL4ePHdNCGXUBZpx6 SsZET25KR9mIiBEEe0Font6oGUpceE0KEyFdsBK3EoQGBkzG/tKIKfMo3 j03NkOi5wkh1fU5+RZZKXO7G6RclYgOl59/0d3xq1+8DLn8eqRLs3BnQD fQ7TJdJxrMv+x9Jvs6G09Rdo9/1uECDLy2RsvM2N5rwLdFvlh/YLJ3bFQ si7+jt6iIQZGi5eeXfS9nRPt7KI5FDLTnXLjGGLl0p+75ybeSm3aLnomz Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="426696718" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="426696718" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:00:12 -0700 Message-Id: <89f00f$kec2cf@fmsmga007-auth.fm.intel.com> Date: 27 Mar 2023 18:00:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="686164371" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="686164371" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:00:11 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/cbdma: fix testcase7 quit testpmd issue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230320051424.3263535-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 Mon, 20 Mar 2023 13:14:24 +0800, Wei Ling wrote: > Fix case7 quit testpmd issue, and delete unused self.result_table_print(). > > Signed-off-by: Wei Ling Applied, thanks