From e35b52c3b78468c18cc514c055c473bbdbc2a993 Mon Sep 17 00:00:00 2001
From: zhaome <mengxuan.zhao@eglobalmark.com>
Date: Mon, 28 Jan 2019 17:06:11 +0100
Subject: [PATCH] Add shared variables in variables.txt

---
 .../ChangeVNFFlavourWorkflow.robot                          | 2 +-
 SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot     | 2 +-
 .../VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot  | 2 +-
 SOL003/VNFLifecycleManagement-API/environment/variables.txt | 6 +++++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot b/SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot
index 99380901..d1cb5dff 100644
--- a/SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot
+++ b/SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot
@@ -16,7 +16,7 @@ Suite Teardown    Terminate All Processes    kill=true
 
 
 *** Test Cases ***
-Change VNF Flavour
+Change VNF External Connectivity
     [Documentation]    Test ID: 5.4.7.1
     ...    Test title: Change VNF Flavour Workflow
     ...    Test objective: The objective is to test the workflow for a change flavour of an existing VNF instance
diff --git a/SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot b/SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot
index 0359c3b7..c23bec76 100644
--- a/SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot
+++ b/SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot
@@ -16,7 +16,7 @@ Suite Teardown    Terminate All Processes    kill=true
 
 
 *** Test Cases ***
-Operate a VNF Instance
+Heal a VNF Instance
     [Documentation]    Test ID: 5.x.y.x
     ...    Test title: Heal a VNF Instance
     ...    Test objective: The objective is to heal a VNF instance.
diff --git a/SOL003/VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot b/SOL003/VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot
index 6c89a6b4..a069cd0f 100644
--- a/SOL003/VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot
+++ b/SOL003/VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot
@@ -16,7 +16,7 @@ Suite Teardown    Terminate All Processes    kill=true
 
 
 *** Test Cases ***
-Operate a VNF Instance
+Terminate a VNF Instance
     [Documentation]    Test ID: 5.x.y.x
     ...    Test title: Terminate a VNF Instance
     ...    Test objective: The objective is to terminate a VNF instance.
diff --git a/SOL003/VNFLifecycleManagement-API/environment/variables.txt b/SOL003/VNFLifecycleManagement-API/environment/variables.txt
index 69f6a422..a99965c4 100644
--- a/SOL003/VNFLifecycleManagement-API/environment/variables.txt
+++ b/SOL003/VNFLifecycleManagement-API/environment/variables.txt
@@ -18,4 +18,8 @@ ${response}    {}
 ${notification_request}    []
 ${notification_response}    []
 ${json}    {}
-${requestedFlavour}    test
\ No newline at end of file
+${changeVnfFlavourRequest}    {}
+${requestedFlavour}    test
+${changeVnfOperateRequest}    {}
+${requestedState}   test
+${changeVnfExtConnectivityRequest}    {}
\ No newline at end of file
-- 
GitLab