Message ID | 20220113100841.444520-1-weix.ling@intel.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | remove change DPDK code steps | expand |
Context | Check | Description |
---|---|---|
ci/Intel-dts-doc-test | success | Testing OK |
> -----Original Message----- > From: Ling, WeiX <weix.ling@intel.com> > Sent: Thursday, January 13, 2022 6:09 PM > To: dts@dpdk.org > Cc: Ling, WeiX <weix.ling@intel.com> > Subject: [dts][PATCH V1 2/2] tests/vf_interrupt_pmd: remove change DPDK > code steps > Tested-by: Wei Ling <weix.ling@intel.com>
diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py index aff1f35a..6a056707 100644 --- a/tests/TestSuite_vf_interrupt_pmd.py +++ b/tests/TestSuite_vf_interrupt_pmd.py @@ -88,11 +88,8 @@ class TestVfInterruptPmd(TestCase): def prepare_l3fwd_power(self, use_dut): """ - Change the DPDK source code and recompile + Compile dpdk-l3fwd-power """ - use_dut.send_expect( - "sed -i -e '/DEV_RX_OFFLOAD_CHECKSUM,/d' \ - ./examples/l3fwd-power/main.c", "#", 10) out = use_dut.build_dpdk_apps("./examples/l3fwd-power") self.path = use_dut.apps_name['l3fwd-power'] self.verify("Error" not in out, "compilation error")
Remove change DPDK code steps. Signed-off-by: Wei Ling <weix.ling@intel.com> --- tests/TestSuite_vf_interrupt_pmd.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)