Commit e35b52c3 authored by mengxuan.zhao's avatar mengxuan.zhao
Browse files

Add shared variables in variables.txt

parent 44980c8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true




*** Test Cases ***
*** Test Cases ***
Change VNF Flavour
Change VNF External Connectivity
    [Documentation]    Test ID: 5.4.7.1
    [Documentation]    Test ID: 5.4.7.1
    ...    Test title: Change VNF Flavour Workflow
    ...    Test title: Change VNF Flavour Workflow
    ...    Test objective: The objective is to test the workflow for a change flavour of an existing VNF instance
    ...    Test objective: The objective is to test the workflow for a change flavour of an existing VNF instance
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true




*** Test Cases ***
*** Test Cases ***
Operate a VNF Instance
Heal a VNF Instance
    [Documentation]    Test ID: 5.x.y.x
    [Documentation]    Test ID: 5.x.y.x
    ...    Test title: Heal a VNF Instance
    ...    Test title: Heal a VNF Instance
    ...    Test objective: The objective is to heal a VNF instance.
    ...    Test objective: The objective is to heal a VNF instance.
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true




*** Test Cases ***
*** Test Cases ***
Operate a VNF Instance
Terminate a VNF Instance
    [Documentation]    Test ID: 5.x.y.x
    [Documentation]    Test ID: 5.x.y.x
    ...    Test title: Terminate a VNF Instance
    ...    Test title: Terminate a VNF Instance
    ...    Test objective: The objective is to terminate a VNF instance.
    ...    Test objective: The objective is to terminate a VNF instance.
+5 −1
Original line number Original line Diff line number Diff line
@@ -18,4 +18,8 @@ ${response} {}
${notification_request}    []
${notification_request}    []
${notification_response}    []
${notification_response}    []
${json}    {}
${json}    {}
${changeVnfFlavourRequest}    {}
${requestedFlavour}    test
${requestedFlavour}    test
${changeVnfOperateRequest}    {}
${requestedState}   test
${changeVnfExtConnectivityRequest}    {}
 No newline at end of file