diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-01-22 10:29:00 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-01-22 10:36:26 +0100 |
commit | d7e14a0a93e7e06047daeaf6a5575f227aeb925a (patch) | |
tree | 2e64ecac59a2b19de939e5512878ce4616cdd623 /tests/vpp/perf/ip4/10ge2p1x710-ethip4-ip4base-ipolicemarkbase-ndrpdr.robot | |
parent | b9ffc1b5eb6bf80c95171d0496cef07d70bcfa5c (diff) |
FIX: policer
Change-Id: I23910b74c8720245b43067ac8c68880291b4b1c2
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/perf/ip4/10ge2p1x710-ethip4-ip4base-ipolicemarkbase-ndrpdr.robot')
-rw-r--r-- | tests/vpp/perf/ip4/10ge2p1x710-ethip4-ip4base-ipolicemarkbase-ndrpdr.robot | 7 |
1 files changed, 5 insertions, 2 deletions
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} |