Commit 9119a00d authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

add header check for Location as per SOL002 specifications

parent eba7e1ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ Create new VNF indicator subscription
    ...    Post-Conditions: The VNF indicator subscription is successfully set and it matches the issued subscription
    Send Post Request for VNF Indicator Subscription
    Check HTTP Response Status Code Is    201
    Check HTTP Response Header Contains    Location
    Check HTTP Response Body Json Schema Is    VnfIndicatorSubscription
    Check HTTP Response Body Matches the Subscription
    Check Postcondition VNF Indicator Subscription Is Set
@@ -166,6 +167,7 @@ Create new VNF indicator Subscription - DUPLICATION
    ...    Post-Conditions: In response header Location shall not be null
    Post Create subscription - DUPLICATION
    Check HTTP Response Status Code Is    201
    Check HTTP Response Header Contains    Location
    Check HTTP Response Body Json Schema Is    VnfIndicatorSubscription
    Check Operation Occurrence Id

@@ -180,6 +182,7 @@ Create new VNF indicator Subscription - NO-DUPLICATION
    ...    Post-Conditions: In response header Location shall not be null
    Post Create subscription - NO-DUPLICATION
    Check HTTP Response Status Code Is    303
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id
GET VNF Indicators Subscriptions with permitted authorization scope
    [Documentation]    Test ID: 6.3.2.4.14