X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fasf%2Ftest_quic.py;h=8179b2f2366bd7a766642a2ed4865e62252d9acb;hb=d3e0d104ad6ebc687609c10a6c936954d2a7abdd;hp=681385a00460f9ea7096b391551ab3e0ef92d229;hpb=51f1b26e85a758338b13bacfdf4ba9e7d7cb7f8f;p=vpp.git diff --git a/test/asf/test_quic.py b/test/asf/test_quic.py index 681385a0046..8179b2f2366 100644 --- a/test/asf/test_quic.py +++ b/test/asf/test_quic.py @@ -133,7 +133,7 @@ class QUICEchoIntTestCase(QUICTestCase): """QUIC Echo Internal Test Case""" test_bytes = " test-bytes" - extra_vpp_punt_config = ["session", "{", "enable", "poll-main", "}"] + extra_vpp_config = ["session", "{", "enable", "poll-main", "}"] def setUp(self): super(QUICEchoIntTestCase, self).setUp() @@ -204,7 +204,7 @@ class QUICEchoExtTestCase(QUICTestCase): vpp_worker_count = 1 server_fifo_size = "1M" client_fifo_size = "4M" - extra_vpp_punt_config = [ + extra_vpp_config = [ "session", "{", "enable",