Assignment of response variable @ vs $ in VnfLcmMntOperationKeywords and NSLCMOperationKeywords
Please check the correct assignment of response variable in keywords robot files.
https://forge.etsi.org/rep/nfv/api-tests/blob/2.6.1-fix-plu/SOL003/VNFLifecycleManagement-API/VnfLcmMntOperationKeywords.robot
Set Global Variable @{response} ${outputResponse}
vs
Set Global Variable ${response} ${outputResponse}
Both forms are used in keyword files which misleads an NFVO solution.
issue