WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
@@ -11,7 +11,7 @@ GET individual NS Performance Job
...Test title: Get individual NS Performance Job
...Test objective: The objective is to test the retrieval of an individual NS Performance monitoring job and perform a JSON schema and content validation of the collected job data structure
...Pre-conditions: A NS instance is instantiated. One or more NS Performance jobs are set in the NFVO.
...Reference: Clause 7.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -25,7 +25,7 @@ GET individual NS Performance Job with invalid resource identifier
...Test title: Get individual NS Performance Job with invalid resource identifier
...Test objective: The objective is to test that the retrieval of an individual NS Performance monitoring job fails when using an invalid resource identifier, and perform the JSON schema validation of the failed operation HTTP response
...Pre-conditions: A NS instance is instantiated. One or more NS Performance jobs are set in the NFVO.
...Reference: Clause 7.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Test objective: The objective is to test that the deletion of an individual NS Performance monitoring job fails when using an invalid resource identifier
...Pre-conditions: A NS instance is instantiated. One or more NS Performance jobs are set in the NFVO.
...Reference: Clause 7.4.3.3.5 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.3.3.5 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -50,7 +50,7 @@ POST Individual NS Performance Job - Method not implemented
...Test title: POST Individual NS Performance Job - method not implemented
...Test objective: The objective is to test that POST method is not allowed to create a new NS Performance Monitoring Job
...Pre-conditions: none
...Reference: Clause 7.4.3.3.1 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.3.3.1 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -62,7 +62,7 @@ PUT Individual NS Performance Job - Method not implemented
...Test title: PUT Individual NS Performance Job - method not implemented
...Test objective: The objective is to test that PUT method is not allowed to update an existing NS Performance Monitoring Job
...Pre-conditions: none
...Reference: Clause 7.4.3.3.3 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.3.3.3 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Test objective: The objective is to test that PATCH method cannot modify an exsisting individual PM job resource when a request contains syntactically correct data but the data cannot be processed.
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.3.3.4 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
Send Patch request for individual NS Performance Job with unprocessable entity
Check HTTP Response Status Code Is422
Check HTTP Response Body Json Schema IsProblemDetails
@@ -13,7 +13,7 @@ GET all NS Performance Monitoring Jobs
...Test title: GET all NS Performance Monitoring Jobs
...Test objective: The objective is to test the retrieval of all the available NS performance monitoring jobs and perform a JSON schema and content validation of the collected jobs data structure
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -27,7 +27,7 @@ GET NS Performance Monitoring Jobs with attribute-based filter
...Test title: GET all NS Performance Monitoring Jobs with attribute-based filter
...Test objective: The objective is to test the retrieval of NS performance monitoring jobs using attribute-based filter, perform a JSON schema validation of the collected jobs data structure, and verify that the retrieved information matches the issued attribute-based filter
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -41,7 +41,7 @@ GET all NS Performance Monitoring Jobs with "all_fields" attribute selector
...Test title: GET all NS Performance Monitoring Jobs with "all_fields" attribute selector
...Test objective: The objective is to test the retrieval of all NS performance monitoring jobs "all_fields" attribute selector, perform a JSON schema validation of the collected jobs data structure, and verify that the retrieved information matches the issued "all_fileds" selector
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
@@ -55,7 +55,7 @@ GET all NS Performance Monitoring Jobs with "exclude_default" attribute selector
...Test title: GET all NS Performance Monitoring Jobs with "exclude_default" attribute selector
...Test objective: The objective is to test the retrieval of all NS performance monitoring jobs "exclude_default" attribute selector, perform a JSON schema validation of the collected jobs data structure, and verify that the retrieved information matches the issued "exclude_default" selector
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
@@ -69,7 +69,7 @@ GET all NS Performance Monitoring Jobs with "fields" attribute selector
...Test title: GET all NS Performance Monitoring Jobs with "fields" attribute selector
...Test objective: The objective is to test the retrieval of all NS performance monitoring jobs "fields" attribute selector, perform a JSON schema validation of the collected jobs data structure, and verify that the retrieved information matches the issued "include" selector
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Applicability: The NFVO supports the use of "include" attribute selector
...Post-Conditions: none
@@ -83,7 +83,7 @@ GET all NS Performance Monitoring Jobs with "exclude" attribute selector
...Test title: GET all NS Performance Monitoring Jobs with exclude_fields attribute selector
...Test objective: The objective is to test the retrieval of all NS performance monitoring jobs "exclude" attribute selector, perform a JSON schema validation of the collected jobs data structure, and verify that the retrieved information matches the issued "exclude" selector
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Applicability: The NFVO supports the use of "exclude" attribute selector
...Post-Conditions: none
@@ -97,7 +97,7 @@ GET NS Performance Monitoring Jobs with invalid attribute-based filter
...Test title: GET NS Performance Monitoring Jobs with invalid attribute-based filter
...Test objective: The objective is to test that the retrieval of NS performance monitoring jobs fails when using invalid attribute-based filter, and perform the JSON schema validation of the failed operation HTTP response
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -110,7 +110,7 @@ GET NS Performance Monitoring Jobs with invalid resource endpoint
...Test title: GET NS Performance Monitoring Jobs with invalid resource endpoint
...Test objective: The objective is to test that the retrieval of NS performance monitoring jobs fails when using invalid resource endpoint
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -123,7 +123,7 @@ Create new NS Performance Monitoring Job
...Test title:Create a new NS Performance Monitoring Job
...Test objective: The objective is to test the creation of a new NS performance monitoring job and perform the JSON schema validation of the returned job data structure
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: The NS Performance Job is successfully created on the NFVO
@@ -137,7 +137,7 @@ PUT all NS Performance Monitoring Jobs - Method not implemented
...Test title: PUT all NS Performance Monitoring Jobs - Method not implemented
...Test objective: The objective is to test that PUT method is not allowed to modify NS Performance Monitoring Jobs
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.3 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.3 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -149,7 +149,7 @@ PATCH all NS Performance Monitoring Jobs - Method not implemented
...Test title: PATCH all NS Performance Monitoring Jobs - Method not implemented
...Test objective: The objective is to test that PATCH method is not allowed to update NS Performance Monitoring Jobs
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.4 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.4 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -161,7 +161,7 @@ DELETE all NS Performance Monitoring Jobs - Method not implemented
...Test title: DELETE all NS Performance Monitoring Jobs - Method not implemented
...Test objective: The objective is to test that DELETE method is not allowed to delete NS Performance Monitoring Jobs
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.5 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.5 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -173,7 +173,7 @@ GET all NS Performance Monitoring Jobs as Paged Response
...Test title: GET all NS Performance Monitoring Jobs as Paged Response
...Test objective: The objective is to test the retrieval of all the available NS performance monitoring jobs as paged response.
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -186,7 +186,7 @@ GET NS Performance Monitoring Jobs - Bad Request Response too Big
...Test title: GET NS Performance Monitoring Jobs - Bad Request Response too Big
...Test objective: The objective is to test that the retrieval of NS performance monitoring jobs fails because reponse is too big, and perform the JSON schema validation of the failed operation HTTP response
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.7.1
...Reference: Clause 7.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
@@ -199,7 +199,7 @@ GET all NS Performance Monitoring Jobs with "fields" and "exclude_default" attri
...Test title: GET all NS Performance Monitoring Jobs with "fields" and "exclude_default" attribute selector
...Test objective: The objective is to test the retrieval of all NS performance monitoring jobs "fields" and "exclude_default" attribute selector, perform a JSON schema validation of the collected jobs data structure, and verify that the retrieved information matches the issued selector
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Applicability: The NFVO supports the use of "include" attribute selector
...Post-Conditions: none
@@ -207,3 +207,16 @@ GET all NS Performance Monitoring Jobs with "fields" and "exclude_default" attri
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsPmJobs
Check HTTP Response Body PmJobs Matches the requested selector
POST new NS Performance Monitoring Job - Unprocessable Entity
[Documentation]Test ID: 5.3.4.1.16
...Test title: POST new NS Performance Monitoring Job - Unprocessable Entity
...Test objective:The objective is to test the creation of a new NS performance monitoring job fails when a request contains syntactically correct data but the data cannot be processed.
...Pre-conditions: A NS instance is instantiated. One or more NS performance jobs are set in the NFVO.
...Reference: clause 7.4.2.3.1 - ETSI GS NFV-SOL 005 [3] V3.3.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
Send POST request for NS Performance Monitoring Job with unprocessable entity
Check HTTP Response Status Code Is422
Check HTTP Response Body Json Schema IsProblemDetails