Skip to content
Snippets Groups Projects
Commit 1fd70a0f authored by Sana Zulfiqar's avatar Sana Zulfiqar Committed by Giacomo Bernini
Browse files

bug fix: added missing keyword

parent 71e8187a
No related branches found
No related tags found
2 merge requests!199Merge "3.3.1 dev" into "release 3" master,!158SOL003 VNF Lifecycle Operation Granting - Implementation of deltas between v3.3.1 and v2.7.1
......@@ -103,7 +103,7 @@ DELETE Grants - Method not implemented
... Reference: Clause 9.4.2.3.5 - ETSI GS NFV-SOL 003 [1] v3.3.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
... Post-Conditions: resources are not deleted
Delete Grants
Check HTTP Response Status Code Is 405
......@@ -168,6 +168,14 @@ Check HTTP Response Body Json Schema Is
${schema} = Catenate SEPARATOR= ${input} .schema.json
Validate Json ${schema} ${response['body']}
Get an individual grant - Successful
log Trying to read an individual grant
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
Get ${response['headers']['Location']}
Log Validate Status code
Integer response status 200
Get Grants
Log Trying to perform a GET. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
......
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