[dts] [PATCH V1] tests/kernelpf_iavf:fix a small bug

Xie wei weix.xie at intel.com
Thu Jul 2 09:53:04 CEST 2020


modify the previous code problem.

Signed-off-by: Xie wei <weix.xie at intel.com>
---
 tests/TestSuite_kernelpf_iavf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_kernelpf_iavf.py b/tests/TestSuite_kernelpf_iavf.py
index 6fb1bae..733d72f 100644
--- a/tests/TestSuite_kernelpf_iavf.py
+++ b/tests/TestSuite_kernelpf_iavf.py
@@ -981,7 +981,7 @@ class TestKernelpfIavf(TestCase):
         """
         Run after each test case.
         """
-        if self.running_case == "test_vf_rx_interrupt"::
+        if self.running_case == "test_vf_rx_interrupt":
             self.dut.send_expect("killall l3fwd-power", "# ", 60, alt_session=True)
             self.destroy_2vf_in_2pf()
         else:
-- 
2.17.1



More information about the dts mailing list