From patchwork Wed Dec 28 05:08:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 121426 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 55771A04FD; Wed, 28 Dec 2022 06:10:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F04741143; Wed, 28 Dec 2022 06:10:26 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 80CFC42C4D for ; Wed, 28 Dec 2022 06:10:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672204224; x=1703740224; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=4l/pIY+Xb3QGFqpaLrO/jecTYDWi/J/B4Pk5TdIL4Yo=; b=LTzD0igQDrE7ISBCt/HFKh1i5tWKPBBLeBU9zhsJv4Zmd+H7jSztUrIo hp6mUUqwiT3CArQxhePA4QMCThze3shdDgtxgrW0kQLNgL0crnq7ooUVb pZ0VymEKDFVL5FKDoy2Ih7tGD8a8VuAPrKHGjywGWWWqLXR3iPC0Aekik y7kX0TNpKOK26Kg0BugWXoHje8ZcH2kT6hPzBnItG9QFJ8quVy+ag01xC 094hv5wLaUMZrOjHbfXg2I/rw8Fy+ZhmwWz2VhfFnzfRusCwIq2JKhNEW iOOJMzIRJSlpuU82rqN7BkL5FE5L5WSXxMZZN75lLnWSvYqrnWZVECU+H w==; X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="300499470" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="300499470" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2022 21:10:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="760536355" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="760536355" Received: from dpdk-xuke-lab.sh.intel.com ([10.67.119.8]) by fmsmga002.fm.intel.com with ESMTP; 27 Dec 2022 21:10:22 -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 V2 2/5] tests/vf_offload: Remove redundant variable used. Date: Wed, 28 Dec 2022 13:08:47 +0800 Message-Id: <20221228050850.33004-3-ke1.xu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221228050850.33004-1-ke1.xu@intel.com> References: <20221228050850.33004-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 abe7d752..42af482f 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"