aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/release/release-notes/release-notes.rst2
-rw-r--r--testcases/testcase.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst
index 60da2b5c..23bc0899 100644
--- a/docs/release/release-notes/release-notes.rst
+++ b/docs/release/release-notes/release-notes.rst
@@ -20,7 +20,7 @@ Anuket Lakelse Release
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
diff --git a/testcases/testcase.py b/testcases/testcase.py
index 7f4ad9ac..13ada1cc 100644
--- a/testcases/testcase.py
+++ b/testcases/testcase.py
@@ -204,8 +204,7 @@ class TestCase(object):
# 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()