Add follow simlink for recurse rally scenarios
Change-Id: I8e5097f621b2bc2069b739bbc981e67e1e8fd2ef
diff --git a/src/com/mirantis/mcp/Validate.groovy b/src/com/mirantis/mcp/Validate.groovy
index 1cc566d..304cae7 100644
--- a/src/com/mirantis/mcp/Validate.groovy
+++ b/src/com/mirantis/mcp/Validate.groovy
@@ -253,7 +253,7 @@
cmd0 = "git clone -b ${branch ?: 'master'} ${repository} test_config; " +
"if [ -f ${scenarios} ]; then cp ${scenarios} scenarios.yaml; " +
"else " +
- "find ${scenarios} -name '*.yaml' -exec cat {} >> scenarios.yaml \\; ; " +
+ "find -L ${scenarios} -name '*.yaml' -exec cat {} >> scenarios.yaml \\; ; " +
"sed -i '/---/d' scenarios.yaml; fi; "
}
switch(tasks_args_file) {