[dts] [PATCH V1 4/7]tests/TestSuite_vhost_enqueue_interrupt: fix kill l3fwd-power

Xiao Qimai qimaix.xiao at intel.com
Wed Apr 8 11:18:51 CEST 2020


Signed-off-by: Xiao Qimai <qimaix.xiao at intel.com>
---
 tests/TestSuite_vhost_enqueue_interrupt.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vhost_enqueue_interrupt.py b/tests/TestSuite_vhost_enqueue_interrupt.py
index 9d0e024..7c6368a 100644
--- a/tests/TestSuite_vhost_enqueue_interrupt.py
+++ b/tests/TestSuite_vhost_enqueue_interrupt.py
@@ -59,7 +59,7 @@ class TestVhostEnqueueInterrupt(TestCase):
         # Clean the execution ENV
         self.verify_info = []
         self.dut.send_expect("killall -s INT testpmd", "#")
-        self.dut.send_expect("killall -s INT l3fwd-power", "#")
+        self.dut.send_expect("killall l3fwd-power", "#")
         self.dut.send_expect("rm -rf ./vhost-net*", "#")
         self.vhost = self.dut.new_session(suite="vhost-l3fwd")
         self.virtio_user = self.dut.new_session(suite="virtio-user")
@@ -201,7 +201,7 @@ class TestVhostEnqueueInterrupt(TestCase):
         Run after each test case.
         """
         self.close_testpmd_and_session()
-        self.dut.send_expect("killall -s INT l3fwd-power", "#")
+        self.dut.send_expect("killall l3fwd-power", "#")
         self.dut.send_expect("killall -s INT testpmd", "#")
         self.dut.kill_all()
 
-- 
1.8.3.1



More information about the dts mailing list