diff options
author | Kai Ji <kai.ji@intel.com> | 2024-04-24 16:18:42 +0000 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-04-30 14:49:40 +0000 |
commit | 3ac53b55510c3c1835553a1137b0519edefff541 (patch) | |
tree | 04b2d69f063cfcf20cbcc96fdd19eaf4cb01001a /resources/libraries/robot/hoststack/hoststack.robot | |
parent | 27dca2257da7bc0e28ea9cd20b5e8b268d5bf869 (diff) |
fix(hoststack): Remove unwanted api trace in DMA testoper-240429
Change-Id: I48ec272fb150c09221142b8d73830d7b6741d0b5
Signed-off-by: Kai Ji <kai.ji@intel.com>
(cherry picked from commit 4a97d3ebadb6c1e30bf868e1eb19ae309d116956)
Diffstat (limited to 'resources/libraries/robot/hoststack/hoststack.robot')
-rw-r--r-- | resources/libraries/robot/hoststack/hoststack.robot | 1 |
1 files changed, 0 insertions, 1 deletions
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 |