diff options
Diffstat (limited to 'test/test_cnat.py')
-rw-r--r-- | test/test_cnat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cnat.py b/test/test_cnat.py index e2e7c6bab8c..1881653dcc9 100644 --- a/test/test_cnat.py +++ b/test/test_cnat.py @@ -41,7 +41,7 @@ class CnatCommonTestCase(VppTestCase): # turn the scanner off whilst testing otherwise sessions # will time out # - extra_vpp_punt_config = [ + extra_vpp_config = [ "cnat", "{", "session-db-buckets", |