[dts] [PATCH V1 3/7]tests/TestSuite_vf_interrupt_pmd: fix kill l3fwd-power

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


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

diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py
index 00aa2c6..a76d38c 100644
--- a/tests/TestSuite_vf_interrupt_pmd.py
+++ b/tests/TestSuite_vf_interrupt_pmd.py
@@ -397,7 +397,7 @@ class TestVfInterruptPmd(TestCase):
         """
         Run after each test case.
         """
-        self.dut.send_expect("^c", "#", 20)
+        self.dut.send_expect("killall l3fwd-power", "# ", 10, alt_session=True)
 
     def tear_down_all(self):
         """
-- 
1.8.3.1



More information about the dts mailing list