perf: add TCP Nginx+LDPRELOAD suites 87/31987/45
authorxizhanx <xix.zhang@intel.com>
Thu, 15 Apr 2021 05:22:40 +0000 (13:22 +0800)
committerxizhanx <xix.zhang@intel.com>
Thu, 20 May 2021 01:53:59 +0000 (09:53 +0800)
commit9377c956a86e42727039d9dab8879c10c9399f4c
tree331c3e3792a25ed77058ada364d3d59308ccdfb1
parentd4f082106d3e8cfda1c0d52bcafb177b46562944
perf: add TCP Nginx+LDPRELOAD suites

1. Suite steup add download nginx
2. Add nginx-1.14.2/1.15.0 ldp test suite
3. Add NginxUtils,NginxConfigGenerator method
4. Taskset the PID of nginx to the unused cores in VPP and these cores are under NIC's NUMA ID
5. cleanup add Kill Processes - nohup

Signed-off-by: xizhanx <xix.zhang@intel.com>
Change-Id: Idbf0e4ec3bf63e88281a8e3e34f52e00a6801c85
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
25 files changed:
docs/tag_documentation.rst
fdio.infra.ansible/roles/cleanup/tasks/sut.yaml
resources/libraries/bash/entry/check/tc_naming.sh
resources/libraries/bash/entry/install_nginx.sh [new file with mode: 0755]
resources/libraries/bash/function/nginx.sh [new file with mode: 0755]
resources/libraries/python/Constants.py
resources/libraries/python/CpuUtils.py
resources/libraries/python/HoststackUtil.py
resources/libraries/python/NGINX/NGINXTools.py [new file with mode: 0644]
resources/libraries/python/NGINX/__init__.py [new file with mode: 0644]
resources/libraries/python/NginxConfigGenerator.py [new file with mode: 0644]
resources/libraries/python/NginxUtil.py [new file with mode: 0644]
resources/libraries/python/autogen/Regenerator.py
resources/libraries/python/autogen/Testcase.py
resources/libraries/robot/hoststack/hoststack.robot
resources/libraries/robot/nginx/default.robot [new file with mode: 0644]
resources/libraries/robot/shared/suite_setup.robot
resources/libraries/robot/shared/suite_teardown.robot
resources/libraries/robot/shared/test_teardown.robot
resources/tools/ab/ABFork.py [new file with mode: 0755]
resources/tools/ab/ABTools.py [new file with mode: 0644]
tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.14.2-cps.robot [new file with mode: 0644]
tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.14.2-rps.robot [new file with mode: 0644]
tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.15.0-cps.robot [new file with mode: 0644]
tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1.15.0-rps.robot [new file with mode: 0644]