From ac89ba8a39355a4a761508870ea0e08212ef7aee Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 21 Oct 2019 08:49:59 +0000 Subject: Introduce pre-initialize driver layer + This will help unify driver base differences between TCs. + Decrease amount of logic needed for suite generator. Signed-off-by: Peter Mikus Change-Id: I1e84ba361dc1e829f0612c58a61096e2633ce0c5 --- .../robot/performance/performance_limits.robot | 25 ---------------------- 1 file changed, 25 deletions(-) (limited to 'resources/libraries/robot/performance') diff --git a/resources/libraries/robot/performance/performance_limits.robot b/resources/libraries/robot/performance/performance_limits.robot index 67ef3cf5b0..3483311abb 100644 --- a/resources/libraries/robot/performance/performance_limits.robot +++ b/resources/libraries/robot/performance/performance_limits.robot @@ -95,28 +95,3 @@ | | ... | ${pps_limit} | ${rate} | | Set Test Variable | \${jumbo} | | Set Test Variable | \${max_rate} - -| Set Max Rate And Jumbo And Handle Multi Seg -| | [Documentation] -| | ... | This keyword starts with Get Max Rate And Jumbo keyword, -| | ... | then adds correct multi seg VPP configuration. -| | ... -| | ... | See Documentation of Set Max Rate And Jumbo for more details. -| | ... -| | ... | *Test (or broader scope) variables read:* -| | ... | - nic_name - Name of bottleneck NIC. Type: string -| | ... | - overhead - Overhead in bytes. Default: 0. Type: integer -| | ... | - frame_size - L2 Frame Size [B] or IMIX string. Type: int or str -| | ... -| | ... | *Test variables set:* -| | ... | - max_rate - Calculated unidirectional maximal transmit rate [pps]. -| | ... | Type: float -| | ... | - jumbo - Jumbo boolean, true if jumbo packet support -| | ... | has to be enabled. Type: boolean -| | ... -| | ... | *Example:* -| | ... -| | ... | \| Set Max Rate And Jumbo And Handle Multi Seg \| -| | ... -| | Set Max Rate And Jumbo -| | Run Keyword If | not ${jumbo} | Add no multi seg to all DUTs -- cgit 1.2.3-korg