CSIT-866: wrk onboarding in CSIT 14/9714/59
authorTibor Frank <tifrank@cisco.com>
Mon, 4 Dec 2017 15:41:57 +0000 (16:41 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 10 Jan 2018 14:35:01 +0000 (15:35 +0100)
commita95c54b7821596402e0aa7136cd7d1de71a5b187
treef1c941b06bb05069af1b3f587b5bcfc8bc22ef3a
parentec120d957cfec192d30e84a0d337198153214a70
CSIT-866: wrk onboarding in CSIT

 - CSIT-867: Low Level Description
 - CSIT-868: wrk traffic profile - parsing
 - CSIT-869: wrk implementation into CSIT

Change-Id: I65e1037f5ae05b3a5b2020e4a6c54462766ae1b4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
23 files changed:
bootstrap-verify-perf.sh
docs/tag_documentation.rst
resources/libraries/python/IPUtil.py
resources/libraries/python/TrafficGenerator.py
resources/libraries/python/VppConfigGenerator.py
resources/libraries/python/constants.py
resources/libraries/python/tcp.py [new file with mode: 0644]
resources/libraries/python/topology.py
resources/libraries/robot/performance/performance_setup.robot
resources/libraries/robot/tcp/tcp_setup.robot [new file with mode: 0644]
resources/libraries/robot/wrk/wrk_utils.robot [new file with mode: 0644]
resources/templates/vat/start_http_server.vat [new file with mode: 0644]
resources/tools/__init__.py [new file with mode: 0644]
resources/tools/wrk/__init__.py [new file with mode: 0644]
resources/tools/wrk/doc/wrk_lld.rst [new file with mode: 0644]
resources/tools/wrk/wrk.py [new file with mode: 0644]
resources/tools/wrk/wrk_errors.py [new file with mode: 0644]
resources/tools/wrk/wrk_traffic_profile_parser.py [new file with mode: 0644]
resources/tools/wrk/wrk_utils.sh [new file with mode: 0755]
resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c1con-cps.yaml [new file with mode: 0644]
resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c50con-bw.yaml [new file with mode: 0644]
resources/traffic_profiles/wrk/wrk-sf-2n-ethip4tcphttp-1u1c50con-rps.yaml [new file with mode: 0644]
tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot [new file with mode: 0644]