Commit 18d1aadc authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

bugs fix added

parent 25df0c3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ GET Individual VNF Package Subscription with invalid resource identifier
    ...    Post-Conditions: none
    GET individual VNF Package Subscription with invalid resource identifier
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is    ProblemDetails

DELETE Individual VNF Package Subscription with invalid resource identifier
    [Documentation]    Test ID: 5.3.5.8.3
+2 −3
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ GET Individual VNF Package with invalid resource identifier
    ...    Post-Conditions: none    
    GET Individual VNF Package with invalid resource identifier
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is    ProblemDetails

POST Individual VNF Package - Method not implemented
    [Documentation]    Test ID: 5.3.5.2.3
@@ -150,5 +151,3 @@ DELETE Individual VNF Package used for instantiated VNF instances
    Check HTTP Response Status Code Is    409
    Check HTTP Response Body Json Schema Is   ProblemDetails
    Check Postcondition VNF Package Exists
 No newline at end of file
    
+3 −3
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ GET Individual VNF Package Artifact with invalid resource identifier
    ...    Post-Conditions: none    
    GET Individual VNF Package Artifact with invalid resource identifier
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is    ProblemDetails

GET Individual VNF Package Artifact with conflict due to onboarding state
    [Documentation]    Test ID: 5.3.5.6.7
@@ -138,7 +139,6 @@ DELETE Individual VNF Package Artifact - Method not implemented
    ...    Reference: Clause 9.4.7.3.5 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The VNF Package artifact is not deleted by the failed operation
    ...    Post-Conditions: none
    Send DELETE Request for individual VNF Package Artifact
    Check HTTP Response Status Code Is    405
 No newline at end of file
    Check Postcondition VNF Package Artifact Exist
 No newline at end of file
+4 −7
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ Get All VNF Package Subscriptions
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    PkgmSubscriptions


Get VNF Package Subscriptions with attribute-based filter
    [Documentation]    Test ID: 5.3.5.7.2
    ...    Test title: Get VNF Package Subscriptions with attribute-based filter
@@ -39,7 +38,6 @@ Get VNF Package Subscriptions with attribute-based filter
    Check HTTP Response Body Json Schema Is    PkgmSubscriptions
    Check HTTP Response Body Subscriptions Match the requested Attribute-Based Filter


Get VNF Package Subscriptions with invalid attribute-based filter
    [Documentation]    Test ID: 5.3.5.7.3
    ...    Test title: Get VNF Package Subscriptions with attribute-based filters
@@ -64,6 +62,7 @@ GET VNF Package Subscription with invalid resource endpoint
    ...    Post-Conditions: none    
    Get VNF Package Subscriptions with invalid resource endpoint
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is   ProblemDetails

Create new VNF Package subscription
    [Documentation]    Test ID: 5.3.5.7.5
@@ -136,7 +135,6 @@ PATCH VNF Package Subscriptions - Method not implemented
    Send Patch Request for VNF Package Subscriptions
    Check HTTP Response Status Code Is    405
          
        
DELETE VNF Package Subscriptions - Method not implemented
    [Documentation]    Test ID: 5.3.5.7.10
    ...    Test title: DELETE VNF Package Subscriptions - Method not implemented
@@ -144,10 +142,9 @@ DELETE VNF Package Subscriptions - Method not implemented
    ...    Pre-conditions: At least one VNF package subscription is available in the NFVO.
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The VNF package subscriptions are not deleted by the failed operation 
    ...    Post-Conditions: none
    Send Delete Request for VNF Package Subscriptions
    Check HTTP Response Status Code Is    405
    Check Postcondition VNF Package Subscriptions Exists
    
Get All VNF Package Subscriptions as Paged Response
    [Documentation]    Test ID: 5.3.5.7.11
@@ -160,7 +157,7 @@ Get All VNF Package Subscriptions as Paged Response
    ...    Post-Conditions: none    
    Get all VNF Package Subscriptions
    Check HTTP Response Status Code Is    200
    Check LINK in Header
    Check HTTP Response Header Contains Location
    
Get VNF Package Subscriptions - Bad Request Response too Big
    [Documentation]    Test ID: 5.3.5.7.12
+2 −2
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ GET Individual VNF Package Content with invalid resource identifier
    ...    Post-Conditions: none    
    GET Individual VNF Package Content with invalid resource identifier
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is   ProblemDetails

GET Individual VNF Package Content with conflict due to onboarding state
    [Documentation]    Test ID: 5.3.5.4.6
@@ -143,7 +144,6 @@ DELETE Individual VNF Package Content - Method not implemented
    ...    Reference: Clause 9.4.5.3.5 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The VNF Package content is not deleted by the failed operation
    ...    Post-Conditions: none
    Send DELETE Request for individual VNF Package Content
    Check HTTP Response Status Code Is    405
    Check Postcondition VNF Package Content Exist
Loading