VnfLcmMntOperationKeywords.robot SOL003 2.6.1 Missing separator
${schema} = Catenate ${input} .schema.json
Should be:
${schema} = Catenate SEPARATOR= ${input} .schema.json
Edited by raducc
${schema} = Catenate ${input} .schema.json
Should be:
${schema} = Catenate SEPARATOR= ${input} .schema.json