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
c105e2fb
Commit
c105e2fb
authored
Jun 27, 2019
by
AHMADABB
Browse files
Hish level rearengement
parent
91f8fa35
Changes
24
Expand all
Hide whitespace changes
Inline
Side-by-side
SOL005/NSLifecycleManagement-API/CancelOperationTask.robot
View file @
c105e2fb
...
@@ -10,35 +10,35 @@ Library JSONSchemaLibrary schemas/
...
@@ -10,35 +10,35 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Cancel operation task
Post Cancel operation task
Depends on test
Check resource FAILED_TEMP
Depends on test
Check resource FAILED_TEMP
Do
POST Cancel operation task
POST Cancel operation task
Check HTTP Response Status Code Is
202
Check HTTP Response Status Code Is
202
Post Cancel operation task Not Found
Post Cancel operation task Not Found
[
Setup
]
Check Cancel not supported
[
Setup
]
Check Cancel not supported
Do
POST Cancel operation task
POST Cancel operation task
Check HTTP Response Status Code Is
404
Check HTTP Response Status Code Is
404
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Post Cancel operation task Conflict
Post Cancel operation task Conflict
Depends on test failure
Check resource FAILED_TEMP
Depends on test failure
Check resource FAILED_TEMP
Do
POST Cancel operation task
POST Cancel operation task
Check HTTP Response Status Code Is
409
Check HTTP Response Status Code Is
409
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
PUT Cancel operation task - Method not implemented
PUT Cancel operation task - Method not implemented
Do
PUT Cancel operation task
PUT Cancel operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PATCH Cancel operation task - Method not implemented
PATCH Cancel operation task - Method not implemented
Do
PATCH Cancel operation task
PATCH Cancel operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
DELETE Cancel operation task - Method not implemented
DELETE Cancel operation task - Method not implemented
Do
DELETE Cancel operation task
DELETE Cancel operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
GET Cancel operation task - Method not implemented
GET Cancel operation task - Method not implemented
Do
GET Cancel operation task
GET Cancel operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
...
...
SOL005/NSLifecycleManagement-API/ContinueOperationTask.robot
View file @
c105e2fb
...
@@ -10,35 +10,35 @@ Library JSONSchemaLibrary schemas/
...
@@ -10,35 +10,35 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Continue operation task
Post Continue operation task
Depends on test
Check resource FAILED_TEMP
Depends on test
Check resource FAILED_TEMP
Do
POST Continue operation task
POST Continue operation task
Check HTTP Response Status Code Is
202
Check HTTP Response Status Code Is
202
Post Continue operation task Not Found
Post Continue operation task Not Found
[
Setup
]
Check Continue not supported
[
Setup
]
Check Continue not supported
Do
POST Continue operation task
POST Continue operation task
Check HTTP Response Status Code Is
404
Check HTTP Response Status Code Is
404
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Post Continue operation task Conflict
Post Continue operation task Conflict
Depends on test failure
Check resource FAILED_TEMP
Depends on test failure
Check resource FAILED_TEMP
Do
POST Continue operation task
POST Continue operation task
Check HTTP Response Status Code Is
409
Check HTTP Response Status Code Is
409
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
PUT Continue operation task - Method not implemented
PUT Continue operation task - Method not implemented
Do
PUT Continue operation task
PUT Continue operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PATCH Continue operation task - Method not implemented
PATCH Continue operation task - Method not implemented
Do
PATCH Continue operation task
PATCH Continue operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
DELETE Continue operation task - Method not implemented
DELETE Continue operation task - Method not implemented
Do
DELETE Continue operation task
DELETE Continue operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
GET Continue operation task - Method not implemented
GET Continue operation task - Method not implemented
Do
GET Continue operation task
GET Continue operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
SOL005/NSLifecycleManagement-API/CreateNSInstanceWorkflow.robot
View file @
c105e2fb
...
@@ -9,7 +9,7 @@ Library JSONSchemaLibrary schemas/
...
@@ -9,7 +9,7 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
NS Instance Creation
NS Instance Creation
Do
POST New nsInstance
POST New nsInstance
Check HTTP Response Status Code Is
201
Check HTTP Response Status Code Is
201
Check HTTP Response Header Contains
Location
Check HTTP Response Header Contains
Location
Check HTTP Response Body Json Schema Is
NsIdentifierCreationNotification.schema.json
Check HTTP Response Body Json Schema Is
NsIdentifierCreationNotification.schema.json
...
...
SOL005/NSLifecycleManagement-API/DeleteNSInstanceWorkflow.robot
View file @
c105e2fb
...
@@ -10,7 +10,7 @@ Suite Setup Check resource existance
...
@@ -10,7 +10,7 @@ Suite Setup Check resource existance
*** Test Cases ***
*** Test Cases ***
NS Instance Deletion
NS Instance Deletion
Check resource not_instantiated
Check resource not_instantiated
Do
DELETE IndividualNSInstance
DELETE IndividualNSInstance
Check HTTP Response Status Code Is
204
Check HTTP Response Status Code Is
204
Check HTTP Response Body Json Schema Is
NsIdentifierDeletionNotification.schema.json
Check HTTP Response Body Json Schema Is
NsIdentifierDeletionNotification.schema.json
...
...
SOL005/NSLifecycleManagement-API/FailOperationTask.robot
View file @
c105e2fb
...
@@ -10,35 +10,35 @@ Library JSONSchemaLibrary schemas/
...
@@ -10,35 +10,35 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Fail operation task
Post Fail operation task
Depends on test
Check resource FAILED_TEMP
Depends on test
Check resource FAILED_TEMP
Do
POST Fail operation task
POST Fail operation task
Check HTTP Response Status Code Is
202
Check HTTP Response Status Code Is
202
Post Fail operation task Not Found
Post Fail operation task Not Found
[
Setup
]
Check Fail not supported
[
Setup
]
Check Fail not supported
Do
POST Fail operation task
POST Fail operation task
Check HTTP Response Status Code Is
404
Check HTTP Response Status Code Is
404
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Post Fail operation task Conflict
Post Fail operation task Conflict
Depends on test failure
Check resource FAILED_TEMP
Depends on test failure
Check resource FAILED_TEMP
Do
POST Fail operation task
POST Fail operation task
Check HTTP Response Status Code Is
409
Check HTTP Response Status Code Is
409
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
PUT Fail operation task - Method not implemented
PUT Fail operation task - Method not implemented
Do
PUT Fail operation task
PUT Fail operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PATCH Fail operation task - Method not implemented
PATCH Fail operation task - Method not implemented
Do
PATCH Fail operation task
PATCH Fail operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
DELETE Fail operation task - Method not implemented
DELETE Fail operation task - Method not implemented
Do
DELETE Fail operation task
DELETE Fail operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
GET Fail operation task - Method not implemented
GET Fail operation task - Method not implemented
Do
GET Fail operation task
GET Fail operation task
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
...
...
SOL005/NSLifecycleManagement-API/HealNSTask.robot
View file @
c105e2fb
...
@@ -9,31 +9,31 @@ Suite Setup Check resource existance
...
@@ -9,31 +9,31 @@ Suite Setup Check resource existance
*** Test Cases ***
*** Test Cases ***
Heal a NSInstance
Heal a NSInstance
Do
POST Heal NSInstance
POST Heal NSInstance
Check HTTP Response Status Code Is
202
Check HTTP Response Status Code Is
202
Check HTTP Response Header Contains
Location
Check HTTP Response Header Contains
Location
Heal a NSInstance Conflict
Heal a NSInstance Conflict
[
Setup
]
Check resource not_instantiated
[
Setup
]
Check resource not_instantiated
Do
POST Heal NSInstance
POST Heal NSInstance
Check HTTP Response Status Code Is
409
Check HTTP Response Status Code Is
409
Check HTTP Response Header Contains
${CONTENT_TYPE}
Check HTTP Response Header Contains
${CONTENT_TYPE}
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
GET Heal NSInstance- Method not implemented
GET Heal NSInstance- Method not implemented
Do
GET Heal NSInstance
GET Heal NSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PUT Heal NSInstance - Method not implemented
PUT Heal NSInstance - Method not implemented
Do
PUT Heal NSInstance
PUT Heal NSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PATCH Heal NSInstance - Method not implemented
PATCH Heal NSInstance - Method not implemented
Do
PATCH Heal NSInstance
PATCH Heal NSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
DELETE Heal NSInstance - Method not implemented
DELETE Heal NSInstance - Method not implemented
Do
DELETE Heal NSInstance
DELETE Heal NSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
\ No newline at end of file
SOL005/NSLifecycleManagement-API/HealNSTaskWorkflow.robot
View file @
c105e2fb
...
@@ -11,7 +11,7 @@ Suite Teardown Terminate All Processes kill=true
...
@@ -11,7 +11,7 @@ Suite Teardown Terminate All Processes kill=true
*** Test Cases ***
*** Test Cases ***
Heal Flow of NS lifecycle management operations
Heal Flow of NS lifecycle management operations
Check resource instantiated
Check resource instantiated
Do
POST Heal NSInstance
POST Heal NSInstance
Check HTTP Response Status Code Is
202
Check HTTP Response Status Code Is
202
Check Operation Occurrence Id
Check Operation Occurrence Id
Check Operation Notification Status is
START
Check Operation Notification Status is
START
...
...
SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot
View file @
c105e2fb
...
@@ -9,30 +9,30 @@ Suite Setup Check resource existance
...
@@ -9,30 +9,30 @@ Suite Setup Check resource existance
*** Test Cases ***
*** Test Cases ***
Post Individual VNFInstance - Method not implemented
Post Individual VNFInstance - Method not implemented
Do
POST IndividualNSInstance
POST IndividualNSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
Get Information about an individual NS Instance
Get Information about an individual NS Instance
Do
GET IndividualNSInstance
GET IndividualNSInstance
Check HTTP Response Status Code Is
200
Check HTTP Response Status Code Is
200
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Body Json Schema Is
NsInstance.schema.json
Check HTTP Response Body Json Schema Is
NsInstance.schema.json
PUT Individual NSInstance - Method not implemented
PUT Individual NSInstance - Method not implemented
Do
PUT IndividualNSInstance
PUT IndividualNSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PATCH Individual NSInstance - Method not implemented
PATCH Individual NSInstance - Method not implemented
Do
PATCH IndividualNSInstance
PATCH IndividualNSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
DELETE Individual NSInstance
DELETE Individual NSInstance
Do
DELETE IndividualNSInstance
DELETE IndividualNSInstance
Check HTTP Response Status Code Is
204
Check HTTP Response Status Code Is
204
DELETE Individual NSInstance Conflict
DELETE Individual NSInstance Conflict
[
Setup
]
Check resource instantiated
[
Setup
]
Check resource instantiated
Do
DELETE IndividualNSInstance
DELETE IndividualNSInstance
Check HTTP Response Status Code Is
409
Check HTTP Response Status Code Is
409
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot
View file @
c105e2fb
...
@@ -8,23 +8,23 @@ Library JSONSchemaLibrary schemas/
...
@@ -8,23 +8,23 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Individual NS LCM occurences - Method not implemented
Post Individual NS LCM occurences - Method not implemented
Do
POST Individual NS LCM OP Occurence
POST Individual NS LCM OP Occurence
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PUT stauts information about Individual NS LCM OP OCC - Method not implemented
PUT stauts information about Individual NS LCM OP OCC - Method not implemented
Do
PUT Individual NS LCM OP Occurence
PUT Individual NS LCM OP Occurence
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PATCH stauts information about Individual NS LCM OP OCC - Method not implemented
PATCH stauts information about Individual NS LCM OP OCC - Method not implemented
Do
PATCH Individual NS LCM OP Occurence
PATCH Individual NS LCM OP Occurence
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
DELETE stauts information about Individual NS LCM OP OCC - Method not implemented
DELETE stauts information about Individual NS LCM OP OCC - Method not implemented
Do
DELETE Individual NS LCM OP Occurence
DELETE Individual NS LCM OP Occurence
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
Get stauts information about Individual NS LCM OP OCC
Get stauts information about Individual NS LCM OP OCC
Do
GET Individual NS LCN OP Occurence
GET Individual NS LCN OP Occurence
Check HTTP Response Status Code Is
200
Check HTTP Response Status Code Is
200
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Body Json Schema Is
NsLcmOpOcc.schema.json
Check HTTP Response Body Json Schema Is
NsLcmOpOcc.schema.json
...
...
SOL005/NSLifecycleManagement-API/IndividualSubscription.robot
View file @
c105e2fb
...
@@ -10,22 +10,22 @@ Suite Setup Check subscription existance
...
@@ -10,22 +10,22 @@ Suite Setup Check subscription existance
*** Test Cases ***
*** Test Cases ***
Post Individual Subscription - Method not implemented
Post Individual Subscription - Method not implemented
Do
POST Individual Subscription
POST Individual Subscription
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
Get Information about an individual subscription
Get Information about an individual subscription
Do
GET Individual subscription
GET Individual subscription
Check HTTP Response Status Code Is
200
Check HTTP Response Status Code Is
200
Check HTTP Response Body Json Schema Is
subscription.schema.json
Check HTTP Response Body Json Schema Is
subscription.schema.json
PUT an individual subscription - Method not implemented
PUT an individual subscription - Method not implemented
Do
PUT Individual Subscription
PUT Individual Subscription
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PATCH an individual subscription - Method not implemented
PATCH an individual subscription - Method not implemented
Do
PATCH Individual Subscription
PATCH Individual Subscription
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
DELETE an individual subscription
DELETE an individual subscription
Do
DELETE Individual Subscription
DELETE Individual Subscription
Check HTTP Response Status Code Is
204
Check HTTP Response Status Code Is
204
\ No newline at end of file
SOL005/NSLifecycleManagement-API/InstanciateNSTaskWorkflow.robot
View file @
c105e2fb
...
@@ -12,7 +12,7 @@ Suite Teardown Terminate All Processes kill=true
...
@@ -12,7 +12,7 @@ Suite Teardown Terminate All Processes kill=true
Instantiate Flow of NS lifecycle management operations
Instantiate Flow of NS lifecycle management operations
Check resource existance
Check resource existance
Check resource not_instantiated
Check resource not_instantiated
Do
POST Instatiate nsInstance
POST Instatiate nsInstance
Check HTTP Response Status Code Is
202
Check HTTP Response Status Code Is
202
Check Operation Occurrence Id
Check Operation Occurrence Id
Check Operation Notification Status is
START
Check Operation Notification Status is
START
...
...
SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot
View file @
c105e2fb
...
@@ -9,29 +9,29 @@ Suite Setup Check resource existance
...
@@ -9,29 +9,29 @@ Suite Setup Check resource existance
*** Test Cases ***
*** Test Cases ***
Instantiate a nsInstance
Instantiate a nsInstance
Do
POST Instatiate nsInstance
POST Instatiate nsInstance
Check HTTP Response Status Code Is
202
Check HTTP Response Status Code Is
202
Check HTTP Response Header Contains
Location
Check HTTP Response Header Contains
Location
Instantiate a nsInstance Conflict
Instantiate a nsInstance Conflict
[
Setup
]
Check resource instantiated
[
Setup
]
Check resource instantiated
Do
POST Instatiate nsInstance
POST Instatiate nsInstance
Check HTTP Response Status Code Is
409
Check HTTP Response Status Code Is
409
Check HTTP Response Header Contains
${CONTENT_TYPE}
Check HTTP Response Header Contains
${CONTENT_TYPE}
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
GET Instantiate NSInstance - Method not implemented
GET Instantiate NSInstance - Method not implemented
Do
GET Instantiate NSInstance
GET Instantiate NSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PUT Instantiate NSInstance - Method not implemented
PUT Instantiate NSInstance - Method not implemented
Do
PUT Instantiate NSInstance
PUT Instantiate NSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PATCH Instantiate NSInstance - Method not implemented
PATCH Instantiate NSInstance - Method not implemented
Do
PATCH Instantiate NSInstance
PATCH Instantiate NSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
DELETE Instantiate NSInstance - Method not implemented
DELETE Instantiate NSInstance - Method not implemented
Do
DELETE Instantiate NSInstance
DELETE Instantiate NSInstance
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
\ No newline at end of file
SOL005/NSLifecycleManagement-API/NSInstances.robot
View file @
c105e2fb
...
@@ -8,38 +8,38 @@ Library JSONSchemaLibrary schemas/
...
@@ -8,38 +8,38 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Create a new NsInstance
Create a new NsInstance
Do
POST New nsInstance
POST New nsInstance
Check HTTP Response Status Code Is
201
Check HTTP Response Status Code Is
201
Check HTTP Response Header Contains
Location
Check HTTP Response Header Contains
Location
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Body Json Schema Is
NsInstance.schema.json
Check HTTP Response Body Json Schema Is
NsInstance.schema.json
Get information about multiple NS instances
Get information about multiple NS instances
Do
GET NsInstances
GET NsInstances
Check HTTP Response Status Code Is
200
Check HTTP Response Status Code Is
200
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Body Json Schema Is
NsInstances.schema.json
Check HTTP Response Body Json Schema Is
NsInstances.schema.json
Get information about multiple NS instances Bad Request Invalid attribute-based filtering parameters
Get information about multiple NS instances Bad Request Invalid attribute-based filtering parameters
Do
GET NsInstance Invalid Attribute-Based filtering parameter
GET NsInstance Invalid Attribute-Based filtering parameter
Check HTTP Response Status Code Is
400
Check HTTP Response Status Code Is
400
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Get information about multiple NS instances Bad Request Invalid attribute selector
Get information about multiple NS instances Bad Request Invalid attribute selector
Do
GET NsInstance Invalid Attribute Selector
GET NsInstance Invalid Attribute Selector
Check HTTP Response Status Code Is
400
Check HTTP Response Status Code Is
400
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Header ContentType is
${CONTENT_TYPE}
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
Check HTTP Response Body Json Schema Is
ProblemDetails.schema.json
PUT NSInstances - Method not implemented
PUT NSInstances - Method not implemented
Do
PUT NSInstances
PUT NSInstances
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PATCH NSInstances - Method not implemented
PATCH NSInstances - Method not implemented
Do
PATCH NSInstances
PATCH NSInstances
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
DELETE NSInstances - Method not implemented
DELETE NSInstances - Method not implemented
Do
DELETE NSInstances
DELETE NSInstances
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
\ No newline at end of file
SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot
View file @
c105e2fb
...
@@ -8,34 +8,34 @@ Library JSONSchemaLibrary schemas/
...
@@ -8,34 +8,34 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post NS LCM occurences - Method not implemented
Post NS LCM occurences - Method not implemented
Do
POST NS LCM OP Occurences
POST NS LCM OP Occurences
Check HTTP Response Status Code Is
405
Check HTTP Response Status Code Is
405
PUT stauts information about multiple NS LCM OP OCC - Method not implemented
PUT stauts information about multiple NS LCM OP OCC - Method not implemented
Do
PUT NS LCM OP Occurences