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
03b59d9e
Commit
03b59d9e
authored
4 years ago
by
Najam UI Hassan
Browse files
Options
Downloads
Patches
Plain Diff
bug fix
parent
7d9a5ac7
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
,
!115
SOL002 VNF Fault Management - 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/VNFFaultManagement-API/NotificationConsumer.robot
+2
-2
2 additions, 2 deletions
SOL002/VNFFaultManagement-API/NotificationConsumer.robot
with
2 additions
and
2 deletions
SOL002/VNFFaultManagement-API/NotificationConsumer.robot
+
2
−
2
View file @
03b59d9e
...
@@ -51,13 +51,13 @@ Check resource existence and get CallbackUri
...
@@ -51,13 +51,13 @@ Check resource existence and get CallbackUri
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization":"
${AUTHORIZATION}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization":"
${AUTHORIZATION}
"}
Get
${apiRoot}
/
${apiName}
/
${apiMajorVersion}
/subscriptions/
${subscriptionId}
Get
${apiRoot}
/
${apiName}
/
${apiMajorVersion}
/subscriptions/
${subscriptionId}
Integer
response status
200
Integer
response status
200
Validate Json
response body
FmSubscription.schema.json
Set Global Variable
${callbackResp}
response body callbackUri
Check HTTP Response Status Code Is
Check HTTP Response Status Code Is
[
Arguments
]
${expected_status}
[
Arguments
]
${expected_status}
Should Be Equal As Strings
${response['status']}
${expected_status}
Should Be Equal As Strings
${response['status']}
${expected_status}
Log
Status code validated
Log
Status code validated
Validate Json
response body
FmSubscription.schema.json
Set Global Variable
${callbackResp}
response body callbackUri
Post Alarm Notification
Post Alarm Notification
log
Trying to perform a POST to get notification
log
Trying to perform a POST to get notification
...
...
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