[V1,2/7] tests/vhost_event_idx_interrupt: Delete modify l3fwd-power example code

Message ID 20211116145130.113807-3-linglix.chen@intel.com (mailing list archive)
State Accepted
Headers
Series Delete modify l3fwd-power example code |

Commit Message

Lingli Chen Nov. 16, 2021, 2:51 p.m. UTC
  Delete modify l3fwd-power example code.

Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
 tests/TestSuite_vhost_event_idx_interrupt.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
  

Patch

diff --git a/tests/TestSuite_vhost_event_idx_interrupt.py b/tests/TestSuite_vhost_event_idx_interrupt.py
index 4e318b6b..482d8c19 100644
--- a/tests/TestSuite_vhost_event_idx_interrupt.py
+++ b/tests/TestSuite_vhost_event_idx_interrupt.py
@@ -84,9 +84,6 @@  class TestVhostEventIdxInterrupt(TestCase):
         self.core_list_l3fwd = self.dut.get_core_list(self.core_config)
 
     def prepare_l3fwd_power(self):
-        self.dut.send_expect("cp ./examples/l3fwd-power/main.c .", "#")
-        self.dut.send_expect(
-                "sed -i '/DEV_RX_OFFLOAD_CHECKSUM/d' ./examples/l3fwd-power/main.c", "#", 10)
         out = self.dut.build_dpdk_apps("examples/l3fwd-power")
         self.verify("Error" not in out, "compilation l3fwd-power error")
 
@@ -490,5 +487,4 @@  class TestVhostEventIdxInterrupt(TestCase):
         """
         Run after each test suite.
         """
-        self.dut.send_expect("mv ./main.c ./examples/l3fwd-power/", "#")
-        self.dut.build_dpdk_apps('examples/l3fwd-power')
+        pass