Skip to content
Snippets Groups Projects
Commit a96865c1 authored by Michele Carignani's avatar Michele Carignani
Browse files

fix IUT for SOL005 NSLCM-API APIVersion

parent cf9d2aa2
No related branches found
No related tags found
2 merge requests!1472.6.1 fix issues,!108NFV API conformance tests for SOL002/3/5 v2.6.1
......@@ -2,7 +2,7 @@
Resource environment/variables.txt
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} ssl_verify=false
Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} ssl_verify=false
Library DependencyLibrary
Library JSONLibrary
Library JSONSchemaLibrary schemas/
......@@ -210,4 +210,4 @@ Check HTTP Response Body Json Schema Is
[Arguments] ${input}
${schema} = Catenate ${input} .schema.json
Validate Json ${schema} ${response['body']}
Log Json Schema Validation OK
\ No newline at end of file
Log Json Schema Validation OK
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment