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
b53859b9
Commit
b53859b9
authored
Nov 18, 2020
by
Elian Kraja
Browse files
Issue
#73
: Fixing Catenate missing separator
parent
552a91a4
Changes
23
Hide whitespace changes
Inline
Side-by-side
SOL002/VNFConfiguration-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -206,6 +206,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL002/VNFFaultManagement-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -208,6 +208,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL002/VNFIndicator-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -208,6 +208,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL002/VNFLifecycleManagement-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -206,6 +206,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot
View file @
b53859b9
...
...
@@ -32,7 +32,7 @@ Check Operation Occurrence Id
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
...
...
SOL002/VNFPerformanceManagement-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -206,6 +206,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL003/VNFFaultManagement-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -208,6 +208,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL003/VNFFaultManagement-API/FaultManagement-APIKeyword.robot
View file @
b53859b9
...
...
@@ -64,7 +64,7 @@ Check HTTP Response Header Contains
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
...
...
SOL003/VNFIndicator-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -208,6 +208,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL003/VNFLifecycleManagement-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -208,6 +208,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL003/VNFLifecycleOperationGranting-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -208,6 +208,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL003/VNFLifecycleOperationGranting-API/Grants.robot
View file @
b53859b9
...
...
@@ -168,7 +168,7 @@ Check HTTP Response Header Contains
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Get an individual grant - Successful
...
...
SOL003/VNFLifecycleOperationGranting-API/IndividualGrant.robot
View file @
b53859b9
...
...
@@ -161,5 +161,5 @@ Check HTTP Response Header Contains
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
SOL003/VNFPackageManagement-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -210,6 +210,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL003/VNFPerformanceManagement-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -209,6 +209,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL003/VirtualisedResourcesQuotaAvailableNotification-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -206,6 +206,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL003/VirtualisedResourcesQuotaAvailableNotification-API/VRQANOperationKeywords.robot
View file @
b53859b9
...
...
@@ -33,7 +33,7 @@ Check HTTP Response Header Contains
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
...
...
SOL005/NSDManagement-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -208,6 +208,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL005/NSFaultManagement-API/ApiVersion.robot
View file @
b53859b9
...
...
@@ -208,6 +208,6 @@ Check HTTP Response Status Code Is
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
\ No newline at end of file
SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot
View file @
b53859b9
...
...
@@ -34,7 +34,7 @@ Check HTTP Response Header Contains
Check HTTP Response Body Json Schema Is
[
Arguments
]
${input}
${schema}
=
Catenate
${input}
.schema.json
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Log
Json Schema Validation OK
...
...
Prev
1
2
Next
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