Commit 9a3d00dc authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

fix IDs conflict

parent e70762ee
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} ssl_veri

*** Test Cases ***
Get Manifest in Individual VNF Package
    [Documentation]    Test ID: 7.3.3.9.1
    [Documentation]    Test ID: 7.3.3.10.1
    ...    Test title: Get Manifest in Individual VNF Package
    ...    Test objective: The objective is to test that the Get request read the content of manifest within a NVF Package and perform a validation that returned content is in plain text format
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -20,7 +20,7 @@ Get Manifest in Individual VNF Package
    Check HTTP Response Header Content-Type Is    text/plain
    
Get Manifest in Individual VNF Package with security information
    [Documentation]    Test ID: 7.3.3.9.2
    [Documentation]    Test ID: 7.3.3.10.2
    ...    Test title: Get Manifest in Individual VNF Package with security information
    ...    Test objective: The objective is to test the retrieval of manifest for an individual VNF package shall also security certificates when requested with "include_signature" parameter, and perform a validation that returned content is in Zip format
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -33,7 +33,7 @@ Get Manifest in Individual VNF Package with security information
    Check HTTP Response Header Content-Type Is    application/zip
    
Get Manifest in Individual VNF Package - Not acceptable
    [Documentation]    Test ID: 7.3.3.9.3
    [Documentation]    Test ID: 7.3.3.10.3
    ...    Test title: Get Manifest in Individual VNF Package - Not acceptable
    ...    Test objective: The objective is to test that retriveal of the of manifest for an individual VNF package fails when request contained an "Accept" header not compatible with the Content type "application/zip" but the "include_signatures" flag was provided, and perform a validation of the JSON schema validation of the failed operation HTTP response
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -46,7 +46,7 @@ Get Manifest in Individual VNF Package - Not acceptable
    Check HTTP Response Body Json Schema Is   ProblemDetails

Get Manifest in Individual VNF Package - Conflict
    [Documentation]    Test ID: 7.3.3.9.4
    [Documentation]    Test ID: 7.3.3.10.4
    ...    Test title: Get Manifest in Individual VNF Package - Conflict
    ...    Test objective: The objective is to test that the retrieval of the manifest for an individual VNF package fails due to a conflict when the VNF Package is not in onboarding state ONBOARDED in the NFVO. The test also performs a validation of the JSON schema validation of the failed operation HTTP response
    ...    Pre-conditions: The onboarding state of the VNF package for which the VNFD is requested is different from ONBOARDED.
@@ -59,7 +59,7 @@ Get Manifest in Individual VNF Package - Conflict
    Check HTTP Response Body Json Schema Is   ProblemDetails
    
POST Manifest in Individual VNF Package - Method not implemented
    [Documentation]    Test ID: 7.3.3.9.5
    [Documentation]    Test ID: 7.3.3.10.5
    ...    Test title: POST Manifest in Individual VNF Package - Method not implemented
    ...    Test objective: The objective is to test that POST method is not allowed to create new resource
    ...    Pre-conditions: none
@@ -71,7 +71,7 @@ POST Manifest in Individual VNF Package - Method not implemented
    Check HTTP Response Status Code Is    405

PUT Manifest in Individual VNF Package - Method not implemented
    [Documentation]    Test ID: 7.3.3.9.6
    [Documentation]    Test ID: 7.3.3.10.6
    ...    Test title: PUT Manifest in Individual VNF Package - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not allowed to modify resource
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -83,7 +83,7 @@ PUT Manifest in Individual VNF Package - Method not implemented
    Check HTTP Response Status Code Is    405

PATCH Manifest in Individual VNF Package - Method not implemented
    [Documentation]    Test ID: 7.3.3.9.7
    [Documentation]    Test ID: 7.3.3.10.7
    ...    Test title: PATCH Manifest in Individual VNF Package - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not allowed to update resource
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -95,7 +95,7 @@ PATCH Manifest in Individual VNF Package - Method not implemented
    Check HTTP Response Status Code Is    405

DELETE Manifest in Individual VNF Package - Method not implemented
    [Documentation]    Test ID: 7.3.3.9.8
    [Documentation]    Test ID: 7.3.3.10.8
    ...    Test title: DELETE Manifest in Individual VNF Package - Method not implemented
    ...    Test objective: The objective is to test that DELETE  method is not allowed to delete resource
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -108,7 +108,7 @@ DELETE Manifest in Individual VNF Package - Method not implemented
    

Get Manifest in Individual OnBoarded VNF Package
    [Documentation]    Test ID: 7.3.3.9.9
    [Documentation]    Test ID: 7.3.3.10.9
    ...    Test title: Get Manifest in Individual OnBoarded VNF Package
    ...    Test objective: The objective is to test that the Get request read the content of manifest within a OnBoarded NVF Package and perform a validation that returned content is in plain text format
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -121,7 +121,7 @@ Get Manifest in Individual OnBoarded VNF Package
    Check HTTP Response Header Content-Type Is    text/plain
    
Get Manifest in Individual OnBoarded VNF Package with security information
    [Documentation]    Test ID: 7.3.3.9.10
    [Documentation]    Test ID: 7.3.3.10.10
    ...    Test title: Get Manifest in Individual OnBoarded VNF Package with security information
    ...    Test objective: The objective is to test the retrieval of manifest for an individual OnBoarded VNF package shall also security certificates when requested with "include_signature" parameter, and perform a validation that returned content is in Zip format
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -134,7 +134,7 @@ Get Manifest in Individual OnBoarded VNF Package with security information
    Check HTTP Response Header Content-Type Is    application/zip
    
Get Manifest in Individual OnBoarded VNF Package - Not acceptable
    [Documentation]    Test ID: 7.3.3.9.11
    [Documentation]    Test ID: 7.3.3.10.11
    ...    Test title: Get Manifest in Individual OnBoarded VNF Package - Not acceptable
    ...    Test objective: The objective is to test that retriveal of the of manifest for an individual OnBoarded VNF package fails when request contained an "Accept" header not compatible with the Content type "application/zip" but the "include_signatures" flag was provided, and perform a validation of the JSON schema validation of the failed operation HTTP response
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -147,7 +147,7 @@ Get Manifest in Individual OnBoarded VNF Package - Not acceptable
    Check HTTP Response Body Json Schema Is   ProblemDetails

Get Manifest in Individual OnBoarded VNF Package - Conflict
    [Documentation]    Test ID: 7.3.3.9.12
    [Documentation]    Test ID: 7.3.3.10.12
    ...    Test title: Get Manifest in Individual OnBoarded VNF Package - Conflict
    ...    Test objective: The objective is to test that the retrieval of the manifest for an individual OnBoarded VNF package fails due to a conflict when the VNF Package is not in onboarding state ONBOARDED in the NFVO. The test also performs a validation of the JSON schema validation of the failed operation HTTP response
    ...    Pre-conditions: The onboarding state of the VNF package for which the VNFD is requested is different from ONBOARDED.
@@ -160,7 +160,7 @@ Get Manifest in Individual OnBoarded VNF Package - Conflict
    Check HTTP Response Body Json Schema Is   ProblemDetails
    
POST Manifest in Individual OnBoarded VNF Package - Method not implemented
    [Documentation]    Test ID: 7.3.3.9.13
    [Documentation]    Test ID: 7.3.3.10.13
    ...    Test title: POST Manifest in Individual OnBoarded VNF Package - Method not implemented
    ...    Test objective: The objective is to test that POST method is not allowed to create new resource
    ...    Pre-conditions: none
@@ -172,7 +172,7 @@ POST Manifest in Individual OnBoarded VNF Package - Method not implemented
    Check HTTP Response Status Code Is    405

PUT Manifest in Individual OnBoarded VNF Package - Method not implemented
    [Documentation]    Test ID: 7.3.3.9.14
    [Documentation]    Test ID: 7.3.3.10.14
    ...    Test title: PUT Manifest in Individual OnBoarded VNF Package - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not allowed to modify resource
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -184,7 +184,7 @@ PUT Manifest in Individual OnBoarded VNF Package - Method not implemented
    Check HTTP Response Status Code Is    405

PATCH Manifest in Individual OnBoarded VNF Package - Method not implemented
    [Documentation]    Test ID: 7.3.3.9.15
    [Documentation]    Test ID: 7.3.3.10.15
    ...    Test title: PATCH Manifest in Individual OnBoarded VNF Package - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not allowed to update resource
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
@@ -196,7 +196,7 @@ PATCH Manifest in Individual OnBoarded VNF Package - Method not implemented
    Check HTTP Response Status Code Is    405

DELETE Manifest in Individual OnBoarded VNF Package - Method not implemented
    [Documentation]    Test ID: 7.3.3.9.16
    [Documentation]    Test ID: 7.3.3.10.16
    ...    Test title: DELETE Manifest in Individual OnBoarded VNF Package - Method not implemented
    ...    Test objective: The objective is to test that DELETE  method is not allowed to delete resource
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.