Kubernetes: Infrastructure For K8S Net testing. 94/71494/1
authoropensource-tnbt <sridhar.rao@spirent.com>
Wed, 25 Nov 2020 09:41:47 +0000 (15:11 +0530)
committeropensource-tnbt <sridhar.rao@spirent.com>
Wed, 25 Nov 2020 09:53:55 +0000 (15:23 +0530)
commit5be0a76d76aefbfc7b0555482df2dada7a6e5a08
tree003daa1e3c97d6ff75522b672fecee2568d8efbd
parent092de71ff79b23ab05d013ceb417b4f0b48dcc55
Kubernetes: Infrastructure For K8S Net testing.

This patch adds necessary code to perform K8S Networking performance
benchmarking.

Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I059ddd2e9ad3ee7c05e4620c64401f81474be195
17 files changed:
conf/12_k8s.conf [new file with mode: 0644]
conf/kubernetes/01_testcases.conf [new file with mode: 0644]
core/component_factory.py
core/loader/loader.py
core/pod_controller.py [new file with mode: 0644]
core/vswitch_controller_p2p.py
pods/__init__.py [new file with mode: 0644]
pods/papi/__init__.py [new file with mode: 0644]
pods/papi/papi.py [new file with mode: 0644]
pods/pod/__init__.py [new file with mode: 0644]
pods/pod/pod.py [new file with mode: 0644]
requirements.txt
testcases/__init__.py
testcases/k8s_performance.py [new file with mode: 0644]
testcases/testcase.py
vsperf
vswitches/vpp_dpdk_vhost.py