(check_xml_dependency): allows to define service type as a config parameter
requested to merge 10-check_xml_dependency-fail-when-the-service-type-is-defined-in-the-parent-configuration into dev
What does this MR do?
Check if the service type begin with a '$' before to try to find the namespace.
How to test it?
Define the service type as a parameter of the configuration.
<service uid="myService" type="${MY_SERVICE_TYPE_XXX}" />
Additional tests to run
Check that it still works with other configuration
Associated Issues/Merge Requests
- Issues
- Fixes #10 (closed)
Edited by Emilie WERNERT