Commit 9841d8c7 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Merge branch 'master' into 'master'

documentation for tst010 contribution 140r1

See merge request !32
parents e04cf466 775bd409
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ GET VNF Package Subscription with invalid resource endpoint
    Check HTTP Response Status Code Is    404

Create new VNF Package subscription
    [Documentation]    Test ID 7.3.3.6.5
    [Documentation]    Test ID: 7.3.3.6.5
    ...    Test title: Create new VNF Package subscription
    ...    Test objective: The objective is to test the creation of a new VNF package subscription and perform a JSON schema and content validation of the returned subscription data structure
    ...    Pre-conditions: none
@@ -84,7 +84,7 @@ Create new VNF Package subscription

Create duplicated VNF Package subscription with NFVO not creating duplicated subscriptions
    [Tags]    no-duplicated-subs
    [Documentation]    Test ID 7.3.3.6.6
    [Documentation]    Test ID: 7.3.3.6.6
    ...    Test title: Create duplicated VNF Package subscription with NFVO not creating duplicated subscriptions
    ...    Test objective: The objective is to test the attempt of a creation of a duplicated VNF package subscription and check that no new subscription is created by the NFVO and a link to the original subscription is returned
    ...    Pre-conditions: At least one VNF package subscription is available in the NFVO.
@@ -100,7 +100,7 @@ Create duplicated VNF Package subscription with NFVO not creating duplicated sub

Create duplicated VNF Package subscription with NFVO creating duplicated subscriptions
    [Tags]    duplicated-subs
    [Documentation]    Test ID 7.3.3.6.7
    [Documentation]    Test ID: 7.3.3.6.7
    ...    Test title: Create duplicated VNF Package subscription with NFVO creating duplicated subscriptions
    ...    Test objective: The objective is to test the creation of a duplicated VNF package subscription and perform a JSON schema and content validation of the returned duplicated subscription data structure
    ...    Pre-conditions: At least one VNF package subscription is available in the NFVO.
@@ -115,7 +115,7 @@ Create duplicated VNF Package subscription with NFVO creating duplicated subscri
    Check Postcondition VNF Package Subscription Is Set 

PUT VNF Package Subscriptions - Method not implemented
    [Documentation]    Test ID 7.3.3.6.8
    [Documentation]    Test ID: 7.3.3.6.8
    ...    Test title: PUT VNF Package Subscriptions - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not allowed to modify VNF package subscriptions
    ...    Pre-conditions: At least one VNF package subscription is available in the NFVO.
@@ -127,7 +127,7 @@ PUT VNF Package Subscriptions - Method not implemented
    Check HTTP Response Status Code Is    405
    
PATCH VNF Package Subscriptions - Method not implemented
    [Documentation]    Test ID 7.3.3.6.9
    [Documentation]    Test ID: 7.3.3.6.9
    ...    Test title: PATCH VNF Package Subscriptions - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not allowed to update VNF package subscriptions
    ...    Pre-conditions: At least one VNF package subscription is available in the NFVO.
@@ -140,7 +140,7 @@ PATCH VNF Package Subscriptions - Method not implemented
    
        
DELETE VNF Package Subscriptions - Method not implemented
    [Documentation]    Test ID 7.3.3.6.10
    [Documentation]    Test ID: 7.3.3.6.10
    ...    Test title: DELETE VNF Package Subscriptions - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not allowed to delete VNF package subscriptions
    ...    Pre-conditions: At least one VNF package subscription is available in the NFVO.
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
*** Test Cases ***
Get single file VNFD in Individual VNF Package in Plain Format
    [Documentation]    Test ID: 7.3.3.4.1
    ...    Test title: Get VNFD in Individual VNF Package in Plain Format
    ...    Test title: Get single file VNFD in Individual VNF Package in Plain Format
    ...    Test objective: The objective is to test the retrieval of the VNFD in plain format for an individual VNF package and perform a validation that returned content is in plain format
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
    ...    Reference: section 10.4.4.3.2 - SOL003 v2.4.1
@@ -36,7 +36,7 @@ Get VNFD in Individual VNF Package in Zip Format
Get single file VNFD in Individual VNF Package in Plain or Zip Format
    [Documentation]    Test ID: 7.3.3.4.3
    ...    Test title: Get single file VNFD in Individual VNF Package in Plain or Zip Format
    ...    Test objective: The objective is to test the retrieval of the single file VNFD for an individual VNF package when requesting both Plain and Zip format to NFVO, and perform a validation that returned content is in plain or zip format
    ...    Test objective: The objective is to test the retrieval of the single file VNFD for an individual VNF package when requesting Plain or Zip format to NFVO by including both formats in the request, and perform a validation that returned content is in Plain or Zip format
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
    ...    Reference: section 10.4.4.3.2 - SOL003 v2.4.1
    ...    Config ID: Config_prod_NFVO
@@ -49,7 +49,7 @@ Get single file VNFD in Individual VNF Package in Plain or Zip Format
Get multi file VNFD in Individual VNF Package in Plain or Zip Format
    [Documentation]    Test ID: 7.3.3.4.4
    ...    Test title: Get multi file VNFD in Individual VNF Package in Plain or Zip Format
    ...    Test objective: The objective is to test the retrieval of the multi file VNFD for an individual VNF package when requesting both Plain and Zip format to NFVO, and perform a validation that returned content is in zip format
    ...    Test objective: The objective is to test the retrieval of the multi file VNFD for an individual VNF package when requesting Plain or Zip format to NFVO by including both formats in the request, and perform a validation that returned content is in Zip format
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
    ...    Reference: section 10.4.4.3.2 - SOL003 v2.4.1
    ...    Config ID: Config_prod_NFVO