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
fcc1ef8e
Commit
fcc1ef8e
authored
Jun 12, 2020
by
Elian Kraja
Browse files
Fix issue
#115
parent
c31a01c0
Changes
24
Show whitespace changes
Inline
Side-by-side
SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot
View file @
fcc1ef8e
...
...
@@ -53,7 +53,7 @@ Clean Endpoint
Clear Requests
${callback_endpoint}
Check Operation Occurrence Id
${occId}
=
Get Value From Json
${response
.
headers}
$..Location
${occId}
=
Get Value From Json
${response
['
headers
']
}
$..Location
Should Not Be Empty
${occId}
POST Alarms
...
...
@@ -425,7 +425,7 @@ Do DELETE Notification
Verify Mock Expectation
${req}
Check LINK in Header
${linkURL}
=
Get Value From Json
${response
.
headers}
$..Link
${linkURL}
=
Get Value From Json
${response
['
headers
']
}
$..Link
Should Not Be Empty
${linkURL}
GET Alarm With Filter "id"
...
...
SOL005/NSLifecycleManagement-API/schemas/NsLcmOpOccs.schema.json
View file @
fcc1ef8e
...
...
@@ -11,7 +11,6 @@
"lcmOperationType"
,
"startTime"
,
"isAutomaticInvocation"
,
"operationParams"
,
"isCancelPending"
,
"_links"
],
...
...
SOL005/NSPerformanceManagement-API/NSPerformanceManagementKeywords.robot
View file @
fcc1ef8e
...
...
@@ -799,6 +799,6 @@ Check Notification Endpoint
Clear Requests
${callback_endpoint}
Check LINK in Header
${linkURL}
=
Get Value From Json
${response
.
headers}
$..Link
${linkURL}
=
Get Value From Json
${response
['
headers
']
}
$..Link
Should Not Be Empty
${linkURL}
SOL005/VNFPackageManagement-API/VNFPackageManagementKeywords.robot
View file @
fcc1ef8e
...
...
@@ -942,5 +942,5 @@ Check HTTP Response Header Contains
Log
Header is present
Check LINK in Header
${linkURL}
=
Get Value From Json
${response
.
headers}
$..Link
${linkURL}
=
Get Value From Json
${response
['
headers
']
}
$..Link
Should Not Be Empty
${linkURL}
Prev
1
2
Next
Elian Kraja
@kraja
mentioned in issue
#112 (closed)
·
Jun 12, 2020
mentioned in issue
#112 (closed)
mentioned in issue #112
Toggle commit list
Elian Kraja
@kraja
mentioned in issue
#117 (closed)
·
Jun 12, 2020
mentioned in issue
#117 (closed)
mentioned in issue #117
Toggle commit list
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