From d7e14a0a93e7e06047daeaf6a5575f227aeb925a Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Wed, 22 Jan 2020 10:29:00 +0100 Subject: FIX: policer Change-Id: I23910b74c8720245b43067ac8c68880291b4b1c2 Signed-off-by: Jan Gelety --- .../ip4/10ge2p1x710-ethip4-ip4base-ipolicemarkbase-ndrpdr.robot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/vpp/perf/ip4/10ge2p1x710-ethip4-ip4base-ipolicemarkbase-ndrpdr.robot') diff --git a/tests/vpp/perf/ip4/10ge2p1x710-ethip4-ip4base-ipolicemarkbase-ndrpdr.robot b/tests/vpp/perf/ip4/10ge2p1x710-ethip4-ip4base-ipolicemarkbase-ndrpdr.robot index 805935c52c..e296dae778 100644 --- a/tests/vpp/perf/ip4/10ge2p1x710-ethip4-ip4base-ipolicemarkbase-ndrpdr.robot +++ b/tests/vpp/perf/ip4/10ge2p1x710-ethip4-ip4base-ipolicemarkbase-ndrpdr.robot @@ -75,9 +75,12 @@ | | | | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${None} | | +| | ${cb}= | Get Average Frame Size | ${frame_size} +| | ${eb}= | Get Average Frame Size | ${frame_size} +| | | | Set Test Variable | \${frame_size} -| | Set Test Variable | \${cb} | ${frame_size} -| | Set Test Variable | \${eb} | ${frame_size} +| | Set Test Variable | \${cb} +| | Set Test Variable | \${eb} | | | | Given Set Max Rate And Jumbo | | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} -- cgit 1.2.3-korg