X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_quic.py;h=ea367c0ba14fe1d1e8f050129627d551bc15ec89;hb=3a1a86f87fd7d9c84ad4b12124c50fc3927ec6cf;hp=1257f4e2b0adc871d5774bd667df07f7495693df;hpb=c0a2f0ec9b2574441dd3280fe6ae25de5491f7a0;p=vpp.git diff --git a/test/test_quic.py b/test/test_quic.py index 1257f4e2b0a..ea367c0ba14 100644 --- a/test/test_quic.py +++ b/test/test_quic.py @@ -19,7 +19,7 @@ class QUICAppWorker(Worker): testcase, env=None, *args, **kwargs): if env is None: env = {} - app = "%s/vpp/bin/%s" % (build_dir, appname) + app = "%s/bin/%s" % (build_dir, appname) self.args = [app] + executable_args self.role = role self.wait_for_gdb = 'wait-for-gdb'