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

Bug Fixed

parent c5c00942
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ PATCH Individual Alarm ...@@ -70,7 +70,7 @@ PATCH Individual Alarm
PATCH Individual Alarm - Precondition failed PATCH Individual Alarm - Precondition failed
[Documentation] Test ID: 6.3.4.2.5 [Documentation] Test ID: 6.3.4.2.5
... Test title: PATCH Individual Alarm - Precondition failed ... Test title: PATCH Individual Alarm - Precondition failed
... Test objective: The objective is to attempt to Modify an individual alarm resource, where the precondition was not met because Alarm was already modified by another entity. ... Test objective: The objective is to attempt to Modify an individual alarm resource, where the precondition was not met
... Pre-conditions: The related alarm exists ... Pre-conditions: The related alarm exists
... Reference: clause 7.4.3.3.4 - ETSI GS NFV-SOL 002 [2] v2.4.1 ... Reference: clause 7.4.3.3.4 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
...@@ -184,4 +184,4 @@ Check HTTP Response Body Json Schema Is ...@@ -184,4 +184,4 @@ Check HTTP Response Body Json Schema Is
Should Contain ${response['headers']['Content-Type']} application/json Should Contain ${response['headers']['Content-Type']} application/json
${schema} = Catenate SEPARATOR= ${input} .schema.json ${schema} = Catenate SEPARATOR= ${input} .schema.json
Validate Json ${schema} ${response['body']} Validate Json ${schema} ${response['body']}
Log Json Schema Validation OK Log Json Schema Validation OK
\ No newline at end of file
...@@ -18,7 +18,7 @@ Create a new subscription ...@@ -18,7 +18,7 @@ Create a new subscription
Post Create subscription Post Create subscription
Check HTTP Response Status Code Is 201 Check HTTP Response Status Code Is 201
Check HTTP Response Body Json Schema Is FmSubscription Check HTTP Response Body Json Schema Is FmSubscription
Check resource existance Check resource existence
Create a new Subscription - DUPLICATION Create a new Subscription - DUPLICATION
[Documentation] Test ID: 6.3.4.4.2 [Documentation] Test ID: 6.3.4.4.2
...@@ -289,7 +289,7 @@ Check HTTP Response Body Json Schema Is ...@@ -289,7 +289,7 @@ Check HTTP Response Body Json Schema Is
Validate Json ${schema} ${response['body']} Validate Json ${schema} ${response['body']}
Log Json Schema Validation OK Log Json Schema Validation OK
Check resource existance Check resource existence
Set Headers {"Accept":"${ACCEPT}"} Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} 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']}
......
...@@ -143,6 +143,6 @@ DELETE status information about multiple VNF LCM operation occurrences - Method ...@@ -143,6 +143,6 @@ DELETE status information about multiple VNF LCM operation occurrences - Method
... Reference: clause 5.4.12.3.5 - ETSI GS NFV-SOL 002 [2] v2.4.1 ... Reference: clause 5.4.12.3.5 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VE ... Config ID: Config_prod_VE
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: Verify that resources are not deleted
DELETE VNF LCM OP occurrences DELETE VNF LCM OP occurences
Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405
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