[dts] [PATCH V1 7/7]tests/TestSuite_vf_port_start_stop: update argument for stop_send_pkt_bg method

Xiao Qimai qimaix.xiao at intel.com
Tue Sep 8 05:26:45 CEST 2020


Signed-off-by: Xiao Qimai <qimaix.xiao at intel.com>
---
 tests/TestSuite_vf_port_start_stop.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_port_start_stop.py b/tests/TestSuite_vf_port_start_stop.py
index 933b1e2d..a55900c3 100644
--- a/tests/TestSuite_vf_port_start_stop.py
+++ b/tests/TestSuite_vf_port_start_stop.py
@@ -182,7 +182,7 @@ class TestVfPortStartStop(TestCase):
     def tear_down(self):
 
         if self.send_pks_session:
-            self.pkts.stop_send_pkt_bg(self.tester, self.send_pks_session)
+            self.pkts.stop_send_pkt_bg(self.send_pks_session)
         if self.setup_1pf_2vf_1vm_env_flag == 1:
             self.destroy_1pf_2vf_1vm_env()
 
-- 
2.25.1



More information about the dts mailing list