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

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

Commit Message

Ke Xu Dec. 28, 2022, 5:08 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 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"