Skip to content
Snippets Groups Projects
Commit 61a32d7b authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

upd

parent 562adab6
No related branches found
No related tags found
No related merge requests found
...@@ -14,64 +14,64 @@ Suite Setup Create Sessions ...@@ -14,64 +14,64 @@ Suite Setup Create Sessions
Suite Teardown Terminate All Processes kill=true Suite Teardown Terminate All Processes kill=true
*** Test Cases *** *** Test Cases ***
GET Subscription GET all VNF Performance Subscriptions
Get VNF Performance Management Subscriptions Get all VNF Performance Subscriptions
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is PmSubscriptions Check HTTP Response Body Json Schema Is PmSubscriptions
GET VNF Performance Management Subscription with attribute-based filter GET VNF Performance Subscription with attribute-based filter
Get VNF Performance Management Subscriptions with filters Get VNF Performance Subscriptions with attribute-based filters
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is PmSubscriptions Check HTTP Response Body Json Schema Is PmSubscriptions
Check HTTP Response Body Subscriptions Match the requested Attribute-Based Filter Check HTTP Response Body Subscriptions Match the requested Attribute-Based Filter
GET VNF Performance Management Subscription with invalid attribute-based filter GET VNF Performance Management Subscription with invalid attribute-based filter
Get VNF Performance Management Subscriptions with invalid filters Get VNF Performance Subscriptions with invalid attribute-based filters
Check HTTP Response Status Code Is 400 Check HTTP Response Status Code Is 400
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
GET VNF Performance Management Subscription with invalid resource endpoint GET VNF Performance Subscription with invalid resource endpoint
Get VNF Performance Management Subscriptions with invalid resource endpoint Get VNF Performance Subscriptions with invalid resource endpoint
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Create new VNF Performance Management subscription Create new VNF Performance subscription
Send Post Request for VNF Performance Management Subscription Send Post Request for VNF Performance Subscription
Check HTTP Response Status Code Is 201 Check HTTP Response Status Code Is 201
Check HTTP Response Body Json Schema Is PmSubscription Check HTTP Response Body Json Schema Is PmSubscription
Check HTTP Response Body Matches the Subscription Check HTTP Response Body Matches the Subscription
Check Postcondition VNF Performance Management Subscription Is Set Check Postcondition VNF Performance Subscription Is Set
Create duplicated VNF Performance Management subscription with duplication handler Create duplicated VNF Performance subscription with duplication handler
Send Post Request for Duplicated VNF Performance Management Subscription Send Post Request for Duplicated VNF Performance Subscription
Check HTTP Response Status Code Is 303 Check HTTP Response Status Code Is 303
Check HTTP Response Body Json Schema Is Empty Check HTTP Response Body Is Empty
Check HTTP Response Header Contains Location Check HTTP Response Header Contains Location
Create duplicated VNF Performance Management subscription without duplication handler Create duplicated VNF Performance subscription without duplication handler
Send Post Request for Duplicated VNF Performance Management Subscription Send Post Request for Duplicated VNF Performance Subscription
Check HTTP Response Status Code Is 201 Check HTTP Response Status Code Is 201
Check HTTP Response Body Json Schema Is PmSubscription Check HTTP Response Body Json Schema Is PmSubscription
Check HTTP Response Body Matches the Subscription Check HTTP Response Body Matches the Subscription
Check Postcondition VNF Performance Management Subscription Is Set Check Postcondition VNF Performance Subscription Is Set
PUT VNF Performance Management Subscriptions - Method not implemented PUT VNF Performance Subscriptions - Method not implemented
Send Put Request for VNF Performance Management Subscriptions Send Put Request for VNF Performance Subscriptions
Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405
PATCH VNF Performance Management Subscriptions - Method not implemented PATCH VNF Performance Subscriptions - Method not implemented
Send Patch Request for VNF Performance Management Subscriptions Send Patch Request for VNF Performance Subscriptions
Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405
DELETE VNF Performance Management Subscriptions - Method not implemented DELETE VNF Performance Subscriptions - Method not implemented
Send Delete Request for VNF Performance Management Subscriptions Send Delete Request for VNF Performance Subscriptions
Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405
...@@ -11,7 +11,7 @@ Library JSONSchemaLibrary schemas/ ...@@ -11,7 +11,7 @@ Library JSONSchemaLibrary schemas/
Library Process Library Process
*** Keywords *** *** Keywords ***
Get VNF Performance Management Subscriptions Get all VNF Performance Subscriptions
[Documentation] The client can use this method to query the list of active subscriptions to Performance management notifications [Documentation] The client can use this method to query the list of active subscriptions to Performance management notifications
... subscribed by the client. ... subscribed by the client.
... This method shall follow the provisions specified in the tables 6.4.7.3.2-1 and 6.4.7.3.2-2 for URI query parameters, ... This method shall follow the provisions specified in the tables 6.4.7.3.2-1 and 6.4.7.3.2-2 for URI query parameters,
...@@ -31,7 +31,7 @@ Get VNF Performance Management Subscriptions ...@@ -31,7 +31,7 @@ Get VNF Performance Management Subscriptions
# Log Validated PmSubscription schema # Log Validated PmSubscription schema
Get VNF Performance Management Subscriptions with filters Get VNF Performance Subscriptions with attribute-based filters
[Documentation] The client can use this method to query the list of active subscriptions to Performance management notifications [Documentation] The client can use this method to query the list of active subscriptions to Performance management notifications
... subscribed by the client. ... subscribed by the client.
... This method shall follow the provisions specified in the tables 6.4.7.3.2-1 and 6.4.7.3.2-2 for URI query parameters, ... This method shall follow the provisions specified in the tables 6.4.7.3.2-1 and 6.4.7.3.2-2 for URI query parameters,
...@@ -51,7 +51,7 @@ Get VNF Performance Management Subscriptions ...@@ -51,7 +51,7 @@ Get VNF Performance Management Subscriptions
Get VNF Performance Management Subscriptions with invalid filters Get VNF Performance Subscriptions with invalid attribute-based filters
[Documentation] The client can use this method to query the list of active subscriptions to Performance management notifications [Documentation] The client can use this method to query the list of active subscriptions to Performance management notifications
... subscribed by the client. ... subscribed by the client.
... This method shall follow the provisions specified in the tables 6.4.7.3.2-1 and 6.4.7.3.2-2 for URI query parameters, ... This method shall follow the provisions specified in the tables 6.4.7.3.2-1 and 6.4.7.3.2-2 for URI query parameters,
...@@ -70,7 +70,7 @@ Get VNF Performance Management Subscriptions with invalid filters ...@@ -70,7 +70,7 @@ Get VNF Performance Management Subscriptions with invalid filters
# Log Validated ProblemDetails schema # Log Validated ProblemDetails schema
Get VNF Performance Management Subscriptions with invalid resource endpoint Get VNF Performance Subscriptions with invalid resource endpoint
[Documentation] The client can use this method to query the list of active subscriptions to Performance management notifications [Documentation] The client can use this method to query the list of active subscriptions to Performance management notifications
... subscribed by the client. ... subscribed by the client.
... This method shall follow the provisions specified in the tables 6.4.7.3.2-1 and 6.4.7.3.2-2 for URI query parameters, ... This method shall follow the provisions specified in the tables 6.4.7.3.2-1 and 6.4.7.3.2-2 for URI query parameters,
...@@ -90,7 +90,7 @@ Get VNF Performance Management Subscriptions with invalid resource endpoint ...@@ -90,7 +90,7 @@ Get VNF Performance Management Subscriptions with invalid resource endpoint
Send Post Request for VNF Performance Management Subscription Send Post Request for VNF Performance Subscription
[Documentation] The POST method creates a new subscription. [Documentation] The POST method creates a new subscription.
... This method shall follow the provisions specified in the tables 6.4.7.3.1-1 and 6.4.7.3.1-2 for URI query parameters, ... This method shall follow the provisions specified in the tables 6.4.7.3.1-1 and 6.4.7.3.1-2 for URI query parameters,
... request and response data structures, and response codes. ... request and response data structures, and response codes.
...@@ -121,7 +121,7 @@ Send Post Request for VNF Performance Management Subscription ...@@ -121,7 +121,7 @@ Send Post Request for VNF Performance Management Subscription
# Should Contain ${headers} Location # Should Contain ${headers} Location
Send Post Request for Duplicated VNF Performance Management Subscription Send Post Request for Duplicated VNF Performance Subscription
[Documentation] The POST method creates a new subscription. [Documentation] The POST method creates a new subscription.
... This method shall follow the provisions specified in the tables 6.4.7.3.1-1 and 6.4.7.3.1-2 for URI query parameters, ... This method shall follow the provisions specified in the tables 6.4.7.3.1-1 and 6.4.7.3.1-2 for URI query parameters,
... request and response data structures, and response codes. ... request and response data structures, and response codes.
...@@ -151,7 +151,7 @@ Send Post Request for Duplicated VNF Performance Management Subscription ...@@ -151,7 +151,7 @@ Send Post Request for Duplicated VNF Performance Management Subscription
Send Put Request for VNF Performance Management Subscriptions Send Put Request for VNF Performance Subscriptions
[Documentation] This method is not supported. When this method is requested on this resource, the VNFM shall return a "405 Method [Documentation] This method is not supported. When this method is requested on this resource, the VNFM shall return a "405 Method
... Not Allowed" response as defined in clause 4.3.5.4. ... Not Allowed" response as defined in clause 4.3.5.4.
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": ${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": ${AUTHORIZATION}"}
...@@ -161,7 +161,7 @@ Send Put Request for VNF Performance Management Subscriptions ...@@ -161,7 +161,7 @@ Send Put Request for VNF Performance Management Subscriptions
# Integer response status 405 # Integer response status 405
# Log Received 405 Method not implemented as expected # Log Received 405 Method not implemented as expected
Send Patch Request for VNF Performance Management Subscriptions Send Patch Request for VNF Performance Subscriptions
[Documentation] This method is not supported. When this method is requested on this resource, the VNFM shall return a "405 Method [Documentation] This method is not supported. When this method is requested on this resource, the VNFM shall return a "405 Method
... Not Allowed" response as defined in clause 4.3.5.4. ... Not Allowed" response as defined in clause 4.3.5.4.
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": ${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": ${AUTHORIZATION}"}
...@@ -171,7 +171,7 @@ Send Patch Request for VNF Performance Management Subscriptions ...@@ -171,7 +171,7 @@ Send Patch Request for VNF Performance Management Subscriptions
# Integer response status 405 # Integer response status 405
# Log Received 405 Method not implemented as expected # Log Received 405 Method not implemented as expected
Send Delete Request for VNF Performance Management Subscriptions Send Delete Request for VNF Performance Subscriptions
[Documentation] This method is not supported. When this method is requested on this resource, the VNFM shall return a "405 Method [Documentation] This method is not supported. When this method is requested on this resource, the VNFM shall return a "405 Method
... Not Allowed" response as defined in clause 4.3.5.4. ... Not Allowed" response as defined in clause 4.3.5.4.
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": ${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": ${AUTHORIZATION}"}
...@@ -198,7 +198,7 @@ Check HTTP Response Body Json Schema Is ...@@ -198,7 +198,7 @@ Check HTTP Response Body Json Schema Is
Log Json Schema Validation OK Log Json Schema Validation OK
Check HTTP Response Body Json Schema Is Empty Check HTTP Response Body Is Empty
Should Be Empty ${response['body']} Should Be Empty ${response['body']}
Log No json schema is provided. Validation OK Log No json schema is provided. Validation OK
...@@ -216,7 +216,7 @@ Check HTTP Response Body Matches the Subscription ...@@ -216,7 +216,7 @@ Check HTTP Response Body Matches the Subscription
Check Postcondition VNF Performance Management Subscription Is Set Check Postcondition VNF Performance Subscription Is Set
Log Check Postcondition subscription exist Log Check Postcondition subscription exist
Log Trying to get the subscription Log Trying to get the subscription
Set Headers {"Accept": "${ACCEPT_JSON}"} Set Headers {"Accept": "${ACCEPT_JSON}"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment