From: Peter Mikus Date: Mon, 28 Jan 2019 12:31:07 +0000 (+0000) Subject: WORKAROUND: Remove static mbufs X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=1bd729a755dd75b469e075f4efef4a929a59a297;ds=sidebyside WORKAROUND: Remove static mbufs Due to incomming changes in https://gerrit.fd.io/r/#/c/16638/ We need to temporarily disable mbuf static. Change-Id: I629584ef7bf2a7efcacab6b3d90c0bab92aa9e5b Signed-off-by: Peter Mikus --- diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot index b60ebc98a7..981bfa1d0d 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -216,7 +216,9 @@ | | | Run keyword | ${dut}.Add CPU Main Core | ${cpu_main} | | | Run keyword | ${dut}.Add CPU Corelist Workers | ${cpu_wt} | | | Run keyword | ${dut}.Add DPDK Dev Default RXQ | ${rxq_count_int} -| | | Run keyword | ${dut}.Add DPDK Num Mbufs | ${num_mbufs_int} +# Temporarily desabling due to API changes: +# https://gerrit.fd.io/r/#/c/16638/ +#| | | Run keyword | ${dut}.Add DPDK Num Mbufs | ${num_mbufs_int} | | | Run keyword if | ${thr_count_int} > 1 | | | ... | Set Tags | MTHREAD | ELSE | Set Tags | STHREAD | | | Set Tags | ${thr_count_int}T${cpu_count_int}C