Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I6421cb7f2c3033607214ea8c96d6a26aa49051c1
pods and corresponding service information.
* Deployment of different CNIs (userspace, sriov, calico, cilium, multus, and danm) are supported.
* Custom DPPD-Prox and T-Rex containers are added - source files.
- * l2fwd/testpmd container is included - source files.
+ * l2l3fwd and VPP containers are included to support service-chain testing usecases.
* Additional Features
# If running in k8s mode.
# This value is set in main vsperf file
- self._k8s = S.getValue('K8S')
- if self._k8s:
+ if S.getValue('K8S'):
if S.getValue('EXT_VSWITCH'):
self._evfctl = extvswitchflctl.ExtVswitchFlowCtl()