From 1bd729a755dd75b469e075f4efef4a929a59a297 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 28 Jan 2019 12:31:07 +0000 Subject: [PATCH] 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 --- resources/libraries/robot/shared/default.robot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.16.6