From patchwork Tue Sep 8 03:26:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xiao, QimaiX" X-Patchwork-Id: 76830 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1399BA04B1; Tue, 8 Sep 2020 05:51:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0979D1C1A6; Tue, 8 Sep 2020 05:51:37 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F05921C1A2 for ; Tue, 8 Sep 2020 05:51:35 +0200 (CEST) IronPort-SDR: +95O/E4pnXiMiyPf38ybTP+bB7pEtNper9fNvj/6LwqKN526DJ46458sKFL1es259unPyTAJXp 5jmeReC6Ufig== X-IronPort-AV: E=McAfee;i="6000,8403,9737"; a="158088239" X-IronPort-AV: E=Sophos;i="5.76,404,1592895600"; d="scan'208";a="158088239" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2020 20:51:35 -0700 IronPort-SDR: pSGB5tByz3DVozFQfipvcbHWKo8xmP3Q/tVL4dqq8qcVm7i/CMSflQjQV5t3WLIaSMxHMkPd2/ p9kMveEz7j5g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,404,1592895600"; d="scan'208";a="407003012" Received: from unknown (HELO localhost.localdomain) ([10.240.183.52]) by fmsmga001.fm.intel.com with ESMTP; 07 Sep 2020 20:51:34 -0700 From: Xiao Qimai To: dts@dpdk.org Cc: Xiao Qimai Date: Tue, 8 Sep 2020 03:26:43 +0000 Message-Id: <20200908032645.11852-6-qimaix.xiao@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200908032645.11852-1-qimaix.xiao@intel.com> References: <20200908032645.11852-1-qimaix.xiao@intel.com> MIME-Version: 1.0 Subject: [dts] [PATCH V1 5/7]tests/TestSuite_multiple_pthread: update argument for stop_send_pkt_bg method X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Xiao Qimai --- tests/TestSuite_multiple_pthread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_multiple_pthread.py b/tests/TestSuite_multiple_pthread.py index 83ab7bd7..694993a6 100644 --- a/tests/TestSuite_multiple_pthread.py +++ b/tests/TestSuite_multiple_pthread.py @@ -229,7 +229,7 @@ class TestMultiplePthread(TestCase): Run after each test case. """ if len(self.send_sessions) != 0: - self.pkt.stop_send_pkt_bg(self.tester, self.send_sessions) + self.pkt.stop_send_pkt_bg(self.send_sessions) self.dut.kill_all() def tear_down_all(self):