summaryrefslogtreecommitdiffstats
path: root/src/plugins/quic/test
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2019-08-05 13:43:31 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-09-20 05:47:01 +0000
commit1d74eceb1f9ce20fcd9b9a4f9c9a21d03b697aeb (patch)
tree574ecfc207d127cff24e1d77ee48f54d9bc3db63 /src/plugins/quic/test
parent5ab1946466d2cf495b8f94c7cab5560a1622c1cd (diff)
hsa: Refactor quic_echo to allow other protocols
Type: refactor Change-Id: Iaef9091e1d057110530255e644fad1c298418966 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/plugins/quic/test')
-rw-r--r--src/plugins/quic/test/test_quic.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/quic/test/test_quic.py b/src/plugins/quic/test/test_quic.py
index ed15cdcd8ed..bbf7d72b838 100644
--- a/src/plugins/quic/test/test_quic.py
+++ b/src/plugins/quic/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()