DOCS: Update release document. 80/73080/1
authorSridhar K. N. Rao <sridhar.rao@spirent.com>
Mon, 13 Dec 2021 01:11:28 +0000 (06:41 +0530)
committerSridhar K. N. Rao <sridhar.rao@spirent.com>
Mon, 13 Dec 2021 01:12:34 +0000 (06:42 +0530)
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I6421cb7f2c3033607214ea8c96d6a26aa49051c1

docs/release/release-notes/release-notes.rst
testcases/testcase.py

index 60da2b5..23bc089 100644 (file)
@@ -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
 
index 7f4ad9a..13ada1c 100644 (file)
@@ -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()