X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fperf%2F10ge2p1x520-ethip4lispip4-ip4base-pdrchk.robot;h=643274f0496b9dfac8a72a32792a026019d93c36;hp=3752ed04b23eac85c8c775b8a9a96afc18a21317;hb=c65607ded4f4ec05f5789bd2b826d4d2feecf0ee;hpb=9339a16712a48e85fe97d3e6d9c3ab4a61455d1b diff --git a/tests/perf/10ge2p1x520-ethip4lispip4-ip4base-pdrchk.robot b/tests/perf/10ge2p1x520-ethip4lispip4-ip4base-pdrchk.robot index 3752ed04b2..643274f049 100644 --- a/tests/perf/10ge2p1x520-ethip4lispip4-ip4base-pdrchk.robot +++ b/tests/perf/10ge2p1x520-ethip4lispip4-ip4base-pdrchk.robot @@ -12,19 +12,19 @@ # limitations under the License. *** Settings *** -| Resource | resources/libraries/robot/performance.robot +| Resource | resources/libraries/robot/performance_setup.robot | Resource | resources/libraries/robot/lisp/lisp_static_adjacency.robot | Variables | resources/test_data/lisp/performance/lisp_static_adjacency.py | ... | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | PDRCHK | ... | NIC_Intel-X520-DA2 | IP4FWD | ENCAP | LISP | IP4UNRLAY | IP4OVRLAY | ... -| 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 Lisp tunnel verify test cases* | ... @@ -66,15 +66,15 @@ | | 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 -| | When Lisp IPv4 forwarding initialized in a 3-node circular topology +| | When Initialize LISP IPv4 forwarding in 3-node circular topology | | ... | ${dut1_to_dut2_ip4} | ${dut1_to_tg_ip4} | ${dut2_to_dut1_ip4} | | ... | ${dut2_to_tg_ip4} | ${prefix4} -| | And Set up Lisp topology +| | And Configure LISP topology in 3-node circular topology | | ... | ${dut1} | ${dut1_if2} | ${NONE} | | ... | ${dut2} | ${dut2_if1} | ${NONE} | | ... | ${duts_locator_set} | ${dut1_ip4_eid} | ${dut2_ip4_eid} @@ -106,7 +106,7 @@ | | [Tags] | 1480B | 1T1C | STHREAD | | ... | | [Template] | Check PDR for Lisp IPv4 over IPv4 forwarding -| | framesize=${1480} | rate=740000pps | wt=1 | rxq=1 +| | framesize=${1480} | rate=370000pps | wt=1 | rxq=1 | tc03-9000B-1t1c-ethip4lispip4-ip4base-pdrchk | | [Documentation] @@ -118,7 +118,7 @@ | | [Tags] | 9000B | 1T1C | STHREAD | | ... | | [Template] | Check PDR for Lisp IPv4 over IPv4 forwarding -| | framesize=${9000} | rate=120000pps | wt=1 | rxq=1 +| | framesize=${9000} | rate=60000pps | wt=1 | rxq=1 | tc04-64B-2t2c-ethip4lispip4-ip4base-pdrchk | | [Documentation] @@ -142,7 +142,7 @@ | | [Tags] | 1480B | 2T2C | MTHREAD | | ... | | [Template] | Check PDR for Lisp IPv4 over IPv4 forwarding -| | framesize=${1480} | rate=740000pps | wt=2 | rxq=1 +| | framesize=${1480} | rate=370000pps | wt=2 | rxq=1 | tc06-9000B-2t2c-ethip4lispip4-ip4base-pdrchk | | [Documentation] @@ -154,7 +154,7 @@ | | [Tags] | 9000B | 2T2C | MTHREAD | | ... | | [Template] | Check PDR for Lisp IPv4 over IPv4 forwarding -| | framesize=${9000} | rate=120000pps | wt=2 | rxq=1 +| | framesize=${9000} | rate=60000pps | wt=2 | rxq=1 | tc07-64B-4t4c-ethip4lispip4-ip4base-pdrchk | | [Documentation] @@ -178,7 +178,7 @@ | | [Tags] | 1480B | 4T4C | MTHREAD | | ... | | [Template] | Check PDR for Lisp IPv4 over IPv4 forwarding -| | framesize=${1480} | rate=740000pps | wt=4 | rxq=2 +| | framesize=${1480} | rate=370000pps | wt=4 | rxq=2 | tc09-9000B-4t4c-ethip4lispip4-ip4base-pdrchk | | [Documentation] @@ -190,4 +190,4 @@ | | [Tags] | 9000B | 4T4C | MTHREAD | | ... | | [Template] | Check PDR for Lisp IPv4 over IPv4 forwarding -| | framesize=${9000} | rate=120000pps | wt=4 | rxq=2 +| | framesize=${9000} | rate=60000pps | wt=4 | rxq=2