From d3e0d104ad6ebc687609c10a6c936954d2a7abdd Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Thu, 26 Jan 2023 12:35:35 +0100 Subject: tests: refactor extra_vpp_punt_config Rename extra_vpp_punt_config to a more generic name extra_vpp_config to better fit its purpose. It's fit for general use and already used that way by quic and vcl tests anyway. Type: refactor Signed-off-by: Klement Sekera Change-Id: Ib0a5789b0dbb3a8c3cae654dea4e32ac5e56dd41 --- test/test_cnat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_cnat.py') 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", -- cgit 1.2.3-korg