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
d1f7d3ac
Commit
d1f7d3ac
authored
Jan 27, 2020
by
root
Committed by
Michele Carignani
Mar 11, 2020
Browse files
bug-fixes
parent
a41456b9
Changes
4
Hide whitespace changes
Inline
Side-by-side
SOL002/VNFFaultManagement-API/Subscriptions.robot
View file @
d1f7d3ac
...
...
@@ -292,6 +292,6 @@ Check HTTP Response Body Json Schema Is
Check resource existance
Set Headers
{"Accept":"
${ACCEPT}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization":"
${AUTHORIZATION}
"}
Get
${apiRoot}
/
${apiName}
/
${apiVersion}
/subscriptions/
/
${response['body']['id']}
Get
${apiRoot}
/
${apiName}
/
${apiVersion}
/subscriptions/
${response['body']['id']}
Integer
response status
200
SOL003/VNFLifecycleManagement-API/IndividualVNFInstance.robot
View file @
d1f7d3ac
...
...
@@ -67,7 +67,7 @@ PATCH Individual VNFInstance Precondition failed
[
Documentation
]
Test ID: 7.3.1.2.5
...
Test title: PATCH Individual VNFInstance Precondition failed
...
Test objective: The objective is to create a new VNF instance resource
...
Pre-conditions:
VNF Instance created (Test ID 7.3.1.2.2)
...
Pre-conditions:
VNF Instance
is
created (Test ID 7.3.1.2.2)
...
Reference: clause 5.4.3.3.4 - ETSI GS NFV-SOL 003 [1] v2.4.1
...
Config ID: Config_prod_VNFM
...
Applicability:
...
...
SOL003/VNFLifecycleOperationGranting-API/Grants.robot
View file @
d1f7d3ac
...
...
@@ -178,9 +178,6 @@ Get an individual grant - Successful
Get
${response['headers']['Location']}
Log
Validate Status code
Integer
response status
200
${result}
Output
response body
Validate Json
grant.schema.json
${result}
Log
Validation OK
Get Grants
Log
Trying to perform a GET. This method should not be implemented
...
...
SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot
View file @
d1f7d3ac
...
...
@@ -35,7 +35,7 @@ Check Instance Deleted
Set Headers
{"Content-Type": "
${CONTENT_TYPE}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization":"
${AUTHORIZATION}
"}
Delete
${apiRoot}
/
${apiName}
/
${apiVersion}
/ns_instances/
${nsInstanceId}
Integer
response status
40
0
Integer
response status
40
4
Check Fail not supported
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization":"
${AUTHORIZATION}
"}
...
...
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