diff --git a/software/erp5testnode/testsuite/deploy-test/buildout.hash.cfg b/software/erp5testnode/testsuite/deploy-test/buildout.hash.cfg index 037efcd8a175e2b74c246ed7eea95f1ef41014c7..1c37bfa27c534d213b834ecb32cdb82280b80387 100644 --- a/software/erp5testnode/testsuite/deploy-test/buildout.hash.cfg +++ b/software/erp5testnode/testsuite/deploy-test/buildout.hash.cfg @@ -18,4 +18,4 @@ md5sum = f0f5dd379361eb37f84e0bc7639f645f [template-deploy-test] filename = instance.cfg.in -md5sum = 616abb7fb4608321e11ade0a43b0ce4b +md5sum = 26d527e5542e6ef90f35efce1ec57e77 diff --git a/software/erp5testnode/testsuite/deploy-test/instance.cfg.in b/software/erp5testnode/testsuite/deploy-test/instance.cfg.in index 750740fd9c37f8003055cafbb579ec7481f46593..3c4d19eadc6f680d2918095e91500c0bf553d6f3 100644 --- a/software/erp5testnode/testsuite/deploy-test/instance.cfg.in +++ b/software/erp5testnode/testsuite/deploy-test/instance.cfg.in @@ -29,7 +29,7 @@ rendered = $${buildout:directory}/bin/$${:_buildout_section_name_} template = inline: #!/bin/sh export PATH=${python-with-eggs:location}:$PATH - exec ${buildout:bin-directory}/${runTestSuite_py:interpreter} ${:_profile_base_location_}/runTestSuite.py --partition_ipv4 {{ list(partition_ipv4)[0] }} --partition_path $${buildout:directory} --test_reference "{{ slapparameter_dict.get('image-to-test-url') }} {{ slapparameter_dict.get('script-to-test-url')}}" --test_location "${test-location:base}/{{ slapparameter_dict.get('test-relative-directory')}}" --python_interpreter=${buildout:bin-directory}/${runTestSuite_py:interpreter} "$@" + exec ${buildout:bin-directory}/${runTestSuite_py:interpreter} ${:_profile_base_location_}/runTestSuite.py --partition_ipv4 {{ list(partition_ipv4)[0] }} --partition_path $${buildout:directory} --test_reference "{{ slapparameter_dict.get('image-to-test-url') }} {{ slapparameter_dict.get('script-to-test-url')}}" --test_location "${test-location:base}/{{ slapparameter_dict.get('test-relative-directory', 'playbook/roles/standalone-shared')}}" --python_interpreter=${buildout:bin-directory}/${runTestSuite_py:interpreter} "$@" mode = 0755 context = key slapparameter_dict slap-configuration:configuration