CSIT-689: Update PDR values in PDRCHK tests
[csit.git] / tests / perf / 10ge2p1x520-ethip4-ip4base-pdrchk.robot
index e0f202a..d58d084 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 
 *** Settings ***
-| Resource | resources/libraries/robot/performance.robot
+| Resource | resources/libraries/robot/performance_setup.robot
 | Library | resources.libraries.python.topology.Topology
 | Library | resources.libraries.python.NodePath
 | Library | resources.libraries.python.InterfaceUtil
 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | PDRCHK
 | ... | NIC_Intel-X520-DA2 | ETH | IP4FWD | BASE | IP4BASE
 | ...
-| Suite Setup | 3-node Performance Suite Setup with DUT's NIC model
+| Suite Setup | Set up 3-node performance topology with DUT's NIC model
 | ... | L3 | Intel-X520-DA2
-| Suite Teardown | 3-node Performance Suite Teardown
+| Suite Teardown | Tear down 3-node performance topology
 | ...
-| Test Setup | Performance test setup
-| Test Teardown | Performance pdrchk test teardown
+| Test Setup | Set up performance test
+| Test Teardown | Tear down performance pdrchk test
 | ...
 | Documentation | *Reference PDR throughput IPv4 routing verify test cases*
 | ...
 | | Set Test Variable | ${rate}
 | | ${get_framesize}= | Get Frame Size | ${framesize}
 | | ...
-| | Given Add '${wt}' worker threads and rxqueues '${rxq}' in 3-node single-link topo
-| | And Add PCI devices to DUTs from 3-node single link topology
+| | Given Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology
+| | And Add PCI devices to DUTs in 3-node single link topology
 | | And Run Keyword If | ${get_framesize} < ${1522}
-| | ... | Add No Multi Seg to all DUTs
+| | ... | Add no multi seg to all DUTs
 | | And Apply startup configuration on all VPP DUTs
-| | And IPv4 forwarding initialized in a 3-node circular topology
+| | And Initialize IPv4 forwarding in 3-node circular topology
 | | Then Traffic should pass with partial loss | ${perf_trial_duration}
 | | ... | ${rate} | ${framesize} | ${traffic_profile}
 | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type}
 | | [Tags] | 1518B | 1T1C | STHREAD
 | | ...
 | | [Template] | Check PDR for IPv4 routing
-| | framesize=${1518} | rate=812743pps | wt=1 | rxq=1
+| | framesize=${1518} | rate=400000pps | wt=1 | rxq=1
 
 | tc03-9000B-1t1c-ethip4-ip4base-pdrchk
 | | [Documentation]
 | | [Tags] | 9000B | 1T1C | STHREAD
 | | ...
 | | [Template] | Check PDR for IPv4 routing
-| | framesize=${9000} | rate=138580pps | wt=1 | rxq=1
+| | framesize=${9000} | rate=60000pps | wt=1 | rxq=1
 
 | tc04-64B-2t2c-ethip4-ip4base-pdrchk
 | | [Documentation]
 | | [Tags] | 64B | 2T2C | STHREAD
 | | ...
 | | [Template] | Check PDR for IPv4 routing
-| | framesize=${64} | rate=9.4mpps | wt=2 | rxq=1
+| | framesize=${64} | rate=7.4mpps | wt=2 | rxq=1
 
 | tc05-1518B-2t2c-ethip4-ip4base-pdrchk
 | | [Documentation]
 | | [Tags] | 1518B | 2T2C | MTHREAD
 | | ...
 | | [Template] | Check PDR for IPv4 routing
-| | framesize=${1518} | rate=812743pps | wt=2 | rxq=1
+| | framesize=${1518} | rate=400000pps | wt=2 | rxq=1
 
 | tc06-9000B-2t2c-ethip4-ip4base-pdrchk
 | | [Documentation]
 | | [Tags] | 9000B | 2T2C | MTHREAD
 | | ...
 | | [Template] | Check PDR for IPv4 routing
-| | framesize=${9000} | rate=138580pps | wt=2 | rxq=1
+| | framesize=${9000} | rate=60000pps | wt=2 | rxq=1
 
 | tc07-64B-4t4c-ethip4-ip4base-pdrchk
 | | [Documentation]
 | | [Tags] | 64B | 4T4C | MTHREAD
 | | ...
 | | [Template] | Check PDR for IPv4 routing
-| | framesize=${64} | rate=13.4mpps | wt=4 | rxq=2
+| | framesize=${64} | rate=7.4mpps | wt=4 | rxq=2
 
 | tc08-1518B-4t4c-ethip4-ip4base-pdrchk
 | | [Documentation]
 | | [Tags] | 1518B | 4T4C | MTHREAD
 | | ...
 | | [Template] | Check PDR for IPv4 routing
-| | framesize=${1518} | rate=812743pps | wt=4 | rxq=2
+| | framesize=${1518} | rate=400000pps | wt=4 | rxq=2
 
 | tc08-9000B-4t4c-ethip4-ip4base-pdrchk
 | | [Documentation]
 | | ...
 | | [Tags] | 9000B | 4T4C | MTHREAD
 | | ...
-| | [Template] | Check PDR for IPv4 routing with
-| | framesize=${9000} | rate=138580pps | wt=4 | rxq=2
+| | [Template] | Check PDR for IPv4 routing
+| | framesize=${9000} | rate=60000pps | wt=4 | rxq=2