Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
e35b52c3
Commit
e35b52c3
authored
Jan 28, 2019
by
mengxuan.zhao
Browse files
Add shared variables in variables.txt
parent
44980c8f
Changes
4
Hide whitespace changes
Inline
Side-by-side
SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot
View file @
e35b52c3
...
...
@@ -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
...
...
SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot
View file @
e35b52c3
...
...
@@ -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.
...
...
SOL003/VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot
View file @
e35b52c3
...
...
@@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true
*** Test Cases ***
Oper
ate a VNF Instance
Termin
ate 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.
...
...
SOL003/VNFLifecycleManagement-API/environment/variables.txt
View file @
e35b52c3
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment