aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/test
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2020-11-25 08:44:16 -0800
committerDamjan Marion <dmarion@me.com>2020-11-25 19:02:59 +0000
commite92c946498f544d6d435353eb06aa07fb20e054e (patch)
tree60e27e57cb7e26099bf0ab4fc4e27416d38d4f49 /src/vcl/test
parentbc867c3d2137dab4b1395196c1936233517980ab (diff)
session: add startup option to poll in main
Type: improvement Needed to support multi-worker tests Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I68d5590cece24a744513dc6c324dfb2861a38a94
Diffstat (limited to 'src/vcl/test')
-rw-r--r--src/vcl/test/test_vcl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vcl/test/test_vcl.py b/src/vcl/test/test_vcl.py
index f6d638539f0..afb38482207 100644
--- a/src/vcl/test/test_vcl.py
+++ b/src/vcl/test/test_vcl.py
@@ -49,6 +49,7 @@ class VCLAppWorker(Worker):
class VCLTestCase(VppTestCase):
""" VCL Test Class """
+ extra_vpp_punt_config = ["session", "{", "poll-main", "}"]
@classmethod
def setUpClass(cls):