X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Ftcp%2F10ge2p1x520-ethip4tcphttp-httpserver.robot;h=7ce6a9fbe629c9355bfcb3a24ebd2a2aa9a89c6b;hp=07d9dfceadd808e6b52f7c56ae07d5905b7e09d6;hb=cc85afad85339d2cc8f035ce63ff21220d8e6b96;hpb=de0aa31e85515e2d8a2a5db24e4520e1db26936d diff --git a/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot b/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot index 07d9dfcead..7ce6a9fbe6 100644 --- a/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot +++ b/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot @@ -23,7 +23,7 @@ | Suite Setup | Set up 3-node performance topology with wrk and DUT's NIC model | ... | Intel-XL710 | ... -| Test Setup | Set up performance test +| Test Setup | Set up tcp performance test | Test Teardown | Tear down performance test with wrk | ... | Documentation | *HTTP requests per seconds, connections per seconds and @@ -41,14 +41,16 @@ | | [Arguments] | ${traffic_profile} | ${wt} | ${rxq} | ${test_type} | | ... | | Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology -| | Add PCI devices to DUTs in 3-node single link topology +| | Add PCI devices to all DUTs | | ${duts}= | Get Matches | ${nodes} | DUT* | | :FOR | ${dut} | IN | @{duts} | | | Import Library | resources.libraries.python.VppConfigGenerator | | | ... | WITH NAME | ${dut} +| | | Run keyword | ${dut}.Add api segment global size | 2G +| | | Run keyword | ${dut}.Add api segment api size | 1G | | | Run keyword | ${dut}.Add TCP preallocated connections | 1000000 | | | Run keyword | ${dut}.Add TCP preallocated half open connections | 1000000 -| | | Run keyword | ${dut}.Add session event queue length | 100000 +| | | Run keyword | ${dut}.Add session event queue length | 1000000 | | | Run keyword | ${dut}.Add session preallocated sessions | 1000000 | | | Run keyword | ${dut}.Add session v4 session table buckets | 500000 | | | Run keyword | ${dut}.Add session v4 session table memory | 1g @@ -70,7 +72,7 @@ | | ... | ELSE IF | '${test_type}' == 'cps' | | ... | Run keywords | | ... | Set up HTTP server with paramters on the VPP node -| | ... | 10000 | 64 | 4000m | AND +| | ... | 31000 | 64 | 4000m | AND | | ... | Measure connections per second | ${traffic_profile} *** Test Cases ***