IndividualVnfLcmOperationOccurence.robot 3.19 KB
Newer Older
*** Settings ***
Resource    environment/configuration.txt
Resource    environment/variables.txt 
Library    REST    ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}    
Library    JSONLibrary
Library    JSONSchemaLibrary    schemas/
Resource    VnfLcmMntOperationKeywords.robot

*** Test Cases ***
aureliano sinatra's avatar
aureliano sinatra committed
Post Individual VNF LCM Operation occurences - Method not implemented
    [Documentation]    Test ID: 7.3.1.12.1
aureliano sinatra's avatar
aureliano sinatra committed
    ...    Test title: Post Individual VNF LCM Operation occurences - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Reference:  section 5.4.13.3.1 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none 
aureliano sinatra's avatar
aureliano sinatra committed
    Post Individual VNF LCM Operation occurences
    Check HTTP Response Status Code Is    405
    
Get status information about multiple VNF instances 
    [Documentation]    Test ID: 7.3.1.12.2
    ...    Test title: Get status information about multiple VNF instances
    ...    Test objective: The objective is to test that this method retrieve status information about a VNF lifecycle management operation occurrence 
    ...    Pre-conditions: none
    ...    Reference:  section 5.4.13.3.2 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none 
    Get multiple VNF instances
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOcc 
PUT status information about multiple VNF instances - Method not implemented
    [Documentation]    Test ID: 7.3.1.12.3
aureliano sinatra's avatar
aureliano sinatra committed
    ...    Test title: Put Individual VNF LCM Operation occurences - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Reference:  section 5.4.13.3.3 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none  
    Put multiple VNF instances
    Check HTTP Response Status Code Is    405
aureliano sinatra's avatar
aureliano sinatra committed
PATCH status information about VNF instances - Method not implemented 
    [Documentation]    Test ID: 7.3.1.12.4
aureliano sinatra's avatar
aureliano sinatra committed
    ...    Test title: Patch Individual VNF LCM Operation occurences - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Reference:  section 5.4.13.3.4 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none      
    Patch multiple VNF instances
    Check HTTP Response Status Code Is    405
DELETE status information about multiple VNF instances - Method not implemented 
    [Documentation]    Test ID: 7.3.1.12.5
aureliano sinatra's avatar
aureliano sinatra committed
    ...    Test title: Delete Individual VNF LCM Operation occurences - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Reference:  section 5.4.13.3.5 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none  
    Delete multiple VNF instances
    Check HTTP Response Status Code Is    405