Commit 51ea3186 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

[test-new][SOL003][IC-tests][v5.2.1][11.3.1.17.1 Test-ID] implemented new IC...

[test-new][SOL003][IC-tests][v5.2.1][11.3.1.17.1 Test-ID] implemented new IC test for retrying change external connectivity operation
parent feb51567
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
*** Settings ***
Suite Setup       Initialize System
Suite Teardown    Terminate All Processes    kill=true
Resource          environment/variables.txt    # Generic Parameters
Resource          IC_TC_Keywords.robot
Library           JSONLibrary

*** Test Cases ***
Test that POST method initiates retrying a VNF Change External Connectivity operation that fails
    [Documentation]    Test ID: 11.3.1.17.1
    ...    Test title: Test that POST method initiates retrying a VNF Change External Connectivity operation that fails
    ...    Test objective: The objective is to test the interconnected case of VNF to retry a VNF Change External Connectivity if the operation fails.
    ...    Pre-conditions: none
    ...    Reference: ETSI GS NFV-SOL 003 [1] v5.2.1
    ...    Config ID: Config_prod_NFVO, Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none
    GET Individual VNF Package
    POST Create a new vnfInstance
    VNF Instantiation
    VNF Change External Connectivity - will fail
    Check VNF LCM operation is failed
    Post Retry operation task
 No newline at end of file