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

bug-fixes

parent a41456b9
No related branches found
No related tags found
2 merge requests!108NFV API conformance tests for SOL002/3/5 v2.6.1,!88Fixes of TST010 Annex A Known Issues and TST010 Backlog
......@@ -292,6 +292,6 @@ Check HTTP Response Body Json Schema Is
Check resource existance
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions//${response['body']['id']}
Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${response['body']['id']}
Integer response status 200
......@@ -67,7 +67,7 @@ PATCH Individual VNFInstance Precondition failed
[Documentation] Test ID: 7.3.1.2.5
... Test title: PATCH Individual VNFInstance Precondition failed
... Test objective: The objective is to create a new VNF instance resource
... Pre-conditions: VNF Instance created (Test ID 7.3.1.2.2)
... Pre-conditions: VNF Instance is created (Test ID 7.3.1.2.2)
... Reference: clause 5.4.3.3.4 - ETSI GS NFV-SOL 003 [1] v2.4.1
... Config ID: Config_prod_VNFM
... Applicability:
......
......@@ -178,9 +178,6 @@ Get an individual grant - Successful
Get ${response['headers']['Location']}
Log Validate Status code
Integer response status 200
${result} Output response body
Validate Json grant.schema.json ${result}
Log Validation OK
Get Grants
Log Trying to perform a GET. This method should not be implemented
......
......@@ -35,7 +35,7 @@ Check Instance Deleted
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Delete ${apiRoot}/${apiName}/${apiVersion}/ns_instances/${nsInstanceId}
Integer response status 400
Integer response status 404
Check Fail not supported
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
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