CSIT-1142 2-node topology - keywords
[csit.git] / tests / vpp / perf / tcp / 10ge2p1x520-ethip4tcphttp-httpserver.robot
index 5dcbb9b..7ce6a9f 100644 (file)
@@ -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
 | | [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 | 1000000
@@ -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 ***