From patchwork Tue Dec 27 10:21:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 121416 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 75006A04FD; Tue, 27 Dec 2022 11:24:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6FE9B41144; Tue, 27 Dec 2022 11:24:39 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 7310140E2D for ; Tue, 27 Dec 2022 11:24:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672136678; x=1703672678; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1WmL0g99YrafmE+/9uLjuDrgPn8JsBIRHME/nmxC5hQ=; b=ixr68te+TwdW96CjEMA59Aobh2sW2yUhhAGFm9Cr65iPEmSethRLCTj9 YHPq0LqhkJarWa+aYP3mEcmzqStWiOUDmEQiSYraJ1/X3XaDP4U6D1irx JVFOKiqUxHYko5+FGvJA0Txc5JSKt1oSTg1emhr4BXc3BXHi6fVrcs64R 4QJgopIXcaB+Fh4cmih1+fnaHkGU5l2dmtqjLYFHRHdwoOrK/1o8ei8yg cjSB2lw7M3yi8Y9cPzaEMt/UZIk4/QmbZQfT/DF66AVahMnXDV5az5ZV3 VnKMcY40w3ZYRwuFXkmwyrG3ALDUFSZSw7Dtu0ZdRpobTVyiRVCdp8fiT Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10572"; a="322656419" X-IronPort-AV: E=Sophos;i="5.96,278,1665471600"; d="scan'208";a="322656419" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2022 02:24:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10572"; a="760292042" X-IronPort-AV: E=Sophos;i="5.96,278,1665471600"; d="scan'208";a="760292042" Received: from dpdk-xuke-lab.sh.intel.com ([10.67.119.8]) by fmsmga002.fm.intel.com with ESMTP; 27 Dec 2022 02:24:35 -0800 From: Ke Xu To: dts@dpdk.org Cc: qi.fu@intel.com, weiyuanx.li@intel.com, lijuan.tu@intel.com, ke1.xu@intel.com Subject: [DTS][PATCH V1 2/5] tests/vf_offload: Remove redundant variable used. Date: Tue, 27 Dec 2022 18:21:31 +0800 Message-Id: <20221227102131.529684-3-ke1.xu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221227102131.529684-1-ke1.xu@intel.com> References: <20221227102131.529684-1-ke1.xu@intel.com> MIME-Version: 1.0 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: , Errors-To: dts-bounces@dpdk.org Signed-off-by: Ke Xu --- tests/TestSuite_vf_offload.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestSuite_vf_offload.py b/tests/TestSuite_vf_offload.py index 009da148..fa56578b 100644 --- a/tests/TestSuite_vf_offload.py +++ b/tests/TestSuite_vf_offload.py @@ -348,7 +348,6 @@ class TestVfOffload(TestCase): self.vm0_testpmd.execute_cmd("set promisc 0 on") time.sleep(2) - port_id_0 = 0 mac = self.vm0_testpmd.get_port_mac(0) sndIP = "10.0.0.1" sndIPv6 = "::1"