Commit 9ccda421 authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Łukasz Nowak

testsuite/caddy-frontend: Use quic_client

parent 45412168
......@@ -15,4 +15,4 @@
[template]
filename = instance.cfg
md5sum = 059d2bcc2fc4de30afb877a8d4919500
md5sum = d8d9e9a4bd00ccba2c448bb9d5d6aeae
......@@ -37,7 +37,7 @@ command-line =
# XXX slapos.cookbook:wrapper does not allow extending env, so we add some default $PATH entries ( not sure they are needed )
environment =
PATH=${curl:location}/bin/:/usr/bin/:/bin
PATH=${quic_client-bin:location}:${curl:location}/bin/:/usr/bin/:/bin
LOCAL_IPV4=$${slap-configuration:ipv4-random}
GLOBAL_IPV6=$${slap-configuration:ipv6-random}
SLAPOS_TEST_WORKING_DIR=$${create-directory:working-dir}
......
......@@ -5,6 +5,7 @@ extends =
../../../../component/curl/buildout.cfg
../../../../component/python-cryptography/buildout.cfg
../../../../stack/slapos.cfg
../../../../component/quic_client-bin/buildout.cfg
./buildout.hash.cfg
parts =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment