[V3,2/5] tests/vf_offload: Remove redundant variable used.

Message ID 20221228051503.36747-3-ke1.xu@intel.com (mailing list archive)
State Accepted
Headers
Series Improve checksum validate and tso packet counting. |

Commit Message

Ke Xu Dec. 28, 2022, 5:15 a.m. UTC
  Signed-off-by: Ke Xu <ke1.xu@intel.com>
---
 tests/TestSuite_vf_offload.py | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/tests/TestSuite_vf_offload.py b/tests/TestSuite_vf_offload.py
index 279b38d8..f922b6d9 100644
--- a/tests/TestSuite_vf_offload.py
+++ b/tests/TestSuite_vf_offload.py
@@ -354,7 +354,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"