From: Kai Ji Date: Wed, 24 Apr 2024 16:18:42 +0000 (+0000) Subject: fix(hoststack): Remove unwanted api trace in DMA test X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=30374dc28433a518ec478cb1690946de03da4ea4;p=csit.git fix(hoststack): Remove unwanted api trace in DMA test Change-Id: I48ec272fb150c09221142b8d73830d7b6741d0b5 Signed-off-by: Kai Ji --- diff --git a/resources/libraries/robot/hoststack/hoststack.robot b/resources/libraries/robot/hoststack/hoststack.robot index 1033c1c008..20c071dc2d 100644 --- a/resources/libraries/robot/hoststack/hoststack.robot +++ b/resources/libraries/robot/hoststack/hoststack.robot @@ -698,5 +698,4 @@ | | | ... | ${dut}.Add DPDK Dev Default Tso | | | Run keyword If | '${nic_driver}' == 'vfio-pci' | | | ... | ${dut}.Add DPDK Enable Tcp Udp Checksum -| | | Run keyword | ${dut}.Add Api Trace | | END