Commit 044e3aa0 authored by Frank Bryden's avatar Frank Bryden Committed by Michele Carignani
Browse files

Fixed issues as per MR comments

parent 9401feae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@ Enable Individual Network Service Descriptor
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is   NsdInfoModification
    Check Postcondition Network Service Descriptor is in operational state    ENABLED
    Check PostCondition GET Individual Network Service Descriptor Information
    Check Postcondition Network Service Descriptor usage state is unmodified (Implicit)   

Enable Individual Network Service Descriptor with conflict due to operational state ENABLED
+1 −0
Original line number Diff line number Diff line
@@ -223,6 +223,7 @@ Check Postcondition Network Service Descriptor is in operational state

Check Postcondition Network Service Descriptor usage state is unmodified (Implicit)
    Log    Checking postcondition use status
    Check PostCondition GET Individual Network Service Descriptor Information
    Should Be Equal As Strings   ${response['body']['nsdUsageState']}    ${usageState} 

Send PATCH to enable Individual Network Service Descriptor
+2 −2
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@ NS Instance Creation
    Check HTTP Response Body Json Schema Is    NsInstance
    Check resource not_instantiated    1
    
NS Instance Creation with DISABLED nsd
NS Instance Creation with DISABLED Network Service Descriptor
    [Documentation]    Test ID: 5.3.2.18.2
    ...    Test title: NS Instance Creation with DISABLED nsd
    ...    Test title: NS Instance Creation with DISABLED Network Service Descriptor
    ...    Test objective: The objective is to test the workflow for Creating a NS instance with a disabled NSD
    ...    Pre-conditions: One or more Network Service Descriptors are onboarded in the NFVO in disabled operational state.
    ...    Reference: Clauses 6.4.2.3.1 and 5.4.3.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
+1 −1
Original line number Diff line number Diff line
@@ -19,4 +19,4 @@ NS Instance Deletion
    Check resource not_instantiated
    DELETE IndividualNSInstance
    Check HTTP Response Status Code Is    204
    Check Instance Deleted
    Check Postcondition NS instance is deleted
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ POST Terminate a NSInstance
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check resource not_instantiated
    Sleep    15s
    
POST Terminate a NSInstance Conflict
    [Documentation]    Test ID: 5.3.2.7.2