Commit 83fa70a5 authored by root's avatar root Committed by Michele Carignani
Browse files

Bug Fixed

parent c5c00942
......@@ -70,7 +70,7 @@ PATCH Individual Alarm
PATCH Individual Alarm - Precondition failed
[Documentation] Test ID: 6.3.4.2.5
... 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
... Reference: clause 7.4.3.3.4 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VNFM
......@@ -184,4 +184,4 @@ Check HTTP Response Body Json Schema Is
Should Contain ${response['headers']['Content-Type']} application/json
${schema} = Catenate SEPARATOR= ${input} .schema.json
Validate Json ${schema} ${response['body']}
Log Json Schema Validation OK
\ No newline at end of file
Log Json Schema Validation OK
......@@ -18,7 +18,7 @@ Create a new subscription
Post Create subscription
Check HTTP Response Status Code Is 201
Check HTTP Response Body Json Schema Is FmSubscription
Check resource existance
Check resource existence
Create a new Subscription - DUPLICATION
[Documentation] Test ID: 6.3.4.4.2
......@@ -289,7 +289,7 @@ Check HTTP Response Body Json Schema Is
Validate Json ${schema} ${response['body']}
Log Json Schema Validation OK
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${response['body']['id']}
......
......@@ -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
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions: none
DELETE VNF LCM OP occurrences
... Post-Conditions: Verify that resources are not deleted
DELETE VNF LCM OP occurences
Check HTTP Response Status Code Is 405
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment