Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
api-tests
Commits
2f894f33
Commit
2f894f33
authored
4 years ago
by
Najam UI Hassan
Browse files
Options
Downloads
Patches
Plain Diff
minor bugs fix added
parent
07e687cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!199
Merge "3.3.1 dev" into "release 3" master
,
!193
Merge 2.7.1 dev into Master, for TST010ed271 publication
,
!114
SOL002 VNF Configuration - Implementation of deltas between v2.7.1 and v2.6.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SOL002/VNFConfiguration-API/Configuration.robot
+4
-9
4 additions, 9 deletions
SOL002/VNFConfiguration-API/Configuration.robot
with
4 additions
and
9 deletions
SOL002/VNFConfiguration-API/Configuration.robot
+
4
−
9
View file @
2f894f33
...
...
@@ -70,7 +70,7 @@ POST VNF Configuration - Method not implemented
[
Documentation
]
Test ID: 6.3.1.1.5
...
Test title: POST VNF Configuration - Method not implemented
...
Test objective: The objective is to test that POST method is not allowed to create a new VNF configuration
...
Pre-conditions:
A VNF instance is instantiated. The VNF instance is alrseady configured
...
Pre-conditions:
none
...
Reference: Clause 9.4.2.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1
...
Config ID: Config_prod_VE
...
Applicability: none
...
...
@@ -82,7 +82,7 @@ PUT VNF Configuration - Method not implemented
[
Documentation
]
Test ID: 6.3.1.1.6
...
Test title: PUT VNF Configuration - Method not implemented
...
Test objective: The objective is to test that PUT method is not allowed to modify an existing VNF configuration
...
Pre-conditions:
A VNF instance is instantiated. The VNF instance is already configured
...
Pre-conditions:
none
...
Reference: Clause 9.4.2.3.3 - ETSI GS NFV-SOL 002 [2] v2.7.1
...
Config ID: Config_prod_VE
...
Applicability: none
...
...
@@ -94,14 +94,13 @@ DELETE VNF Configuration - Method not implemented
[
Documentation
]
Test ID: 6.3.1.1.7
...
Test title: Delete VNF Configuration - Method not implemented
...
Test objective: The objective is to test that DELETE method is not allowed to delete an existing VNF configuration
...
Pre-conditions:
A VNF instance is instantiated. The VNF instance is already configured
...
Pre-conditions:
none
...
Reference: Clause 9.4.2.3.5 - ETSI GS NFV-SOL 002 [2] v2.7.1
...
Config ID: Config_prod_VE
...
Applicability: none
...
Post-Conditions:
The VNF configuration is not deleted by the unsuccessful operation
...
Post-Conditions:
none
Send DELETE Request for VNF Configuration
Check HTTP Response Status Code Is
405
Check Postcondition VNF Configuration Exists
*** Keywords ***
Get VNF configuration
...
...
@@ -145,10 +144,6 @@ Check HTTP Response Body Json Schema Is
Check Postcondition VNF Configuration Unmodified (Implicit)
Log
Check Implicit Postcondition
Check Postcondition VNF Is Configured
Check Postcondition VNF Configuration Exists
Log
Check Postcondition VNF exists
Check Postcondition VNF Is Configured
Check Postcondition VNF Is Configured
Log
Check Postcondition for VNF Configuration
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment