diff --git a/software/slapos-testing/buildout.hash.cfg b/software/slapos-testing/buildout.hash.cfg index 9a22fca45ecd9f35d31b28a2328ab4c769042b80..9ed91b581add38ce4350ada16a5b7dd89c336e2a 100644 --- a/software/slapos-testing/buildout.hash.cfg +++ b/software/slapos-testing/buildout.hash.cfg @@ -15,4 +15,4 @@ [template] filename = instance.cfg -md5sum = 47eb5f8e6f56729e2ce0e6213bccf4f7 +md5sum = a04806bdebd611c7f6698b4bef7af70d diff --git a/software/slapos-testing/instance.cfg b/software/slapos-testing/instance.cfg index bb1dc0ee88c22bb94f41b29ab0c836bb7884a4c9..1227b7bc6b59e8b6afa7b2e82731f59ef5cd50b9 100644 --- a/software/slapos-testing/instance.cfg +++ b/software/slapos-testing/instance.cfg @@ -88,7 +88,7 @@ command-line = # guarantee about free ports on IPV4 and IPV6 # * LOCAL_IPV4 is backward compatible, to be migrated, SLAPOS_TEST_IPV4 environment = - PATH=${coreutils:location}/bin:${curl:location}/bin:${openssl:location}/bin:${git:location}/bin:${libxslt:location}/bin:${socat:location}/bin:${lmsensors:location}/bin:${buildout:bin-directory}:/usr/bin/:/bin/ + PATH=${coreutils:location}/bin:${curl:location}/bin:${openssl:location}/bin:${git:location}/bin:${libxslt:location}/bin:${socat:location}/bin:${lmsensors:location}/bin:${rsync:location}/bin/:${buildout:bin-directory}:/usr/bin/:/bin/ LOCAL_IPV4=$${slap-configuration:ipv4-random} SLAPOS_TEST_IPV4=$${slap-configuration:ipv4-random} SLAPOS_TEST_IPV6=$${slap-configuration:ipv6-random} diff --git a/software/slapos-testing/software.cfg b/software/slapos-testing/software.cfg index 7e13a57c4e03dc4dcf4f1187b08f92c348c46183..1e6c49cb51b656559c916d6b9c3d3a3d374eecfe 100644 --- a/software/slapos-testing/software.cfg +++ b/software/slapos-testing/software.cfg @@ -12,6 +12,7 @@ extends = ../../component/coreutils/buildout.cfg ../../component/socat/buildout.cfg ../../component/lmsensors/buildout.cfg + ../../component/rsync/buildout.cfg ../../stack/slapos.cfg ./buildout.hash.cfg