summaryrefslogtreecommitdiffstats
path: root/test/test_quic.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_quic.py')
-rw-r--r--test/test_quic.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_quic.py b/test/test_quic.py
index ed15cdcd8ed..bbf7d72b838 100644
--- a/test/test_quic.py
+++ b/test/test_quic.py
@@ -173,7 +173,7 @@ class QUICEchoExternalTestCase(QUICTestCase):
_args = self.server_echo_test_args + list(args)
self.worker_server = QUICAppWorker(
self.build_dir,
- "quic_echo",
+ "vpp_echo",
_args,
self.logger)
self.worker_server.start()
@@ -184,7 +184,7 @@ class QUICEchoExternalTestCase(QUICTestCase):
# self.client_echo_test_args += "use-svm-api"
self.worker_client = QUICAppWorker(
self.build_dir,
- "quic_echo",
+ "vpp_echo",
_args,
self.logger)
self.worker_client.start()