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
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Miguel Angel Reina Ortega
api-tests
Commits
9204d301
Commit
9204d301
authored
5 years ago
by
aureliano sinatra
Browse files
Options
Downloads
Patches
Plain Diff
fix numbering
parent
7e2c0f96
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SOL002/VNFFaultManagement-API/Alarms.robot
+7
-7
7 additions, 7 deletions
SOL002/VNFFaultManagement-API/Alarms.robot
with
7 additions
and
7 deletions
SOL002/VNFFaultManagement-API/Alarms.robot
+
7
−
7
View file @
9204d301
...
...
@@ -8,7 +8,7 @@ Library OperatingSystem
*** Test Cases ***
POST Alarms - Method not implemented
[
Documentation
]
Test ID: 6.3.4.
2
.1
[
Documentation
]
Test ID: 6.3.4.
1
.1
...
Test title: POST Alarms - Method not implemented
...
Test objective: The objective is to test that the method is not implemented
...
Pre-conditions:
...
...
@@ -20,7 +20,7 @@ POST Alarms - Method not implemented
Check HTTP Response Status Code Is
405
Get information about multiple alarms
[
Documentation
]
Test ID: 6.3.4.
2
.2
[
Documentation
]
Test ID: 6.3.4.
1
.2
...
Test title: Get information about multiple alarms
...
Test objective: The objective is to retrieve information about the alarm list
...
Pre-conditions:
...
...
@@ -33,7 +33,7 @@ Get information about multiple alarms
Check HTTP Response Body Json Schema Is
alarms
Get information about multiple alarms with filters
[
Documentation
]
Test ID: 6.3.4.
2
.3
[
Documentation
]
Test ID: 6.3.4.
1
.3
...
Test title: Get information about multiple alarms - with filters
...
Test objective: The objective is to retrieve information about the alarm list
...
Pre-conditions:
...
...
@@ -46,7 +46,7 @@ Get information about multiple alarms with filters
Check HTTP Response Body Json Schema Is
alarms
Get information about multiple alarms Bad Request Invalid attribute-based filtering parameters
[
Documentation
]
Test ID: 6.3.4.
2
.4
[
Documentation
]
Test ID: 6.3.4.
1
.4
...
Test title: Get information about multiple alarms - with Invalid attribute-based filtering parameters
...
Test objective: The objective is to retrieve information about the alarm list
...
Pre-conditions:
...
...
@@ -59,7 +59,7 @@ Get information about multiple alarms Bad Request Invalid attribute-based filter
Check HTTP Response Body Json Schema Is
ProblemDetails
PUT Alarms - Method not implemented
[
Documentation
]
Test ID: 6.3.4.
2
.5
[
Documentation
]
Test ID: 6.3.4.
1
.5
...
Test title: PUT Alarms - Method not implemented
...
Test objective: The objective is to test that the method is not implemented
...
Pre-conditions:
...
...
@@ -71,7 +71,7 @@ PUT Alarms - Method not implemented
Check HTTP Response Status Code Is
405
PATCH Alarms - Method not implemented
[
Documentation
]
Test ID: 6.3.4.
2
.6
[
Documentation
]
Test ID: 6.3.4.
1
.6
...
Test title: PATCH Alarms - Method not implemented
...
Test objective: The objective is to test that the method is not implemented
...
Pre-conditions:
...
...
@@ -83,7 +83,7 @@ PATCH Alarms - Method not implemented
Check HTTP Response Status Code Is
405
DELETE Alarms - Method not implemented
[
Documentation
]
Test ID: 6.3.4.
2
.7
[
Documentation
]
Test ID: 6.3.4.
1
.7
...
Test title: DELETE Alarms - Method not implemented
...
Test objective: The objective is to test that the method is not implemented
...
Pre-conditions:
...
...
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