Commit b58eee47 authored by Giacomo Bernini's avatar Giacomo Bernini Committed by Giacomo Bernini
Browse files

updated test id and config id for NSLCMCoord

parent 8e585626
Loading
Loading
Loading
Loading
+20 −20
Original line number Diff line number Diff line
@@ -9,24 +9,24 @@ Library JSONSchemaLibrary schemas/

*** Test Cases ***
POST API Version - Method not implemented
    [Documentation]    Test ID: 5.3.1.10.1
    [Documentation]    Test ID: 5.3.8.1.1
    ...    Test title: POST API version - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.1 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none    
    POST API Version
	Check HTTP Response Status Code Is    405
    
GET API Version
    [Documentation]    Test ID: 5.3.1.10.2
    [Documentation]    Test ID: 5.3.8.1.2
    ...    Test title: GET API Version
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.2 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    GET API Version
@@ -34,60 +34,60 @@ GET API Version
	Check HTTP Response Body Json Schema Is    ApiVersionInformation

PUT API Version - Method not implemented
    [Documentation]    Test ID: 5.3.1.10.3
    [Documentation]    Test ID: 5.3.8.1.3
    ...    Test title: PUT API Version - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.3 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    PUT API Version
	Check HTTP Response Status Code Is    405

PATCH API Version - Method not implemented
    [Documentation]    Test ID: 5.3.1.10.4
    [Documentation]    Test ID: 5.3.8.1.4
    ...    Test title: PATCH API Version - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.4 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    PATCH API Version
	Check HTTP Response Status Code Is    405
    
DELETE API Version - Method not implemented
    [Documentation]    Test ID: 5.3.1.10.5
    [Documentation]    Test ID: 5.3.8.1.5
    ...    Test title: DELETE API Version - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.5 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    DELETE API Version
	Check HTTP Response Status Code Is    405
	
POST API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 5.3.1.10.6
    [Documentation]    Test ID: 5.3.8.1.6
    ...    Test title: POST API version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.1 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none    
    POST API Version
	Check HTTP Response Status Code Is    405
    
GET API Version with apiMajorVerion
    [Documentation]    Test ID: 5.3.1.10.7
    [Documentation]    Test ID: 5.3.8.1.7
    ...    Test title: GET API Version with apiMajorVerion
    ...    Test objective: The objective is to test that GET method successfully return ApiVersionInformation
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.2 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    GET API Version
@@ -95,36 +95,36 @@ GET API Version with apiMajorVerion
	Check HTTP Response Body Json Schema Is    ApiVersionInformation

PUT API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 5.3.1.10.8
    [Documentation]    Test ID: 5.3.8.1.8
    ...    Test title: PUT API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.3 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    PUT API Version
	Check HTTP Response Status Code Is    405

PATCH API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 5.3.1.10.9
    [Documentation]    Test ID: 5.3.8.1.9
    ...    Test title: PATCH API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.4 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    PATCH API Version
	Check HTTP Response Status Code Is    405
    
DELETE API Version with apiMajorVerion - Method not implemented
    [Documentation]    Test ID: 5.3.1.10.10
    [Documentation]    Test ID: 5.3.8.1.10
    ...    Test title: DELETE API Version with apiMajorVerion - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Reference: Clause 9.3.3.3.5 - ETSI GS NFV-SOL 013 v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    DELETE API Version
+15 −15
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@ Library OperatingSystem

*** Test Cases ***
Request a cancellation of an ongoing coordination action 
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.4.1
    ...    Test title:  Request a cancellation of an ongoing coordination action
    ...    Test objective: The objective is to test the request for teh cancellation of an ongoing coordination task
    ...    Test objective: The objective is to test the request for the cancellation of an ongoing coordination task
    ...    Pre-conditions: An ongoing coordination action is available
    ...    Reference: Clause 12.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    Send Post Request for cancellation of an ongoing coordination action
@@ -22,12 +22,12 @@ Request a cancellation of an ongoing coordination action


Request a cancellation of a finished coordination action 
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.4.2
    ...    Test title:  Request a cancellation of aterminated coordination action
    ...    Test objective: The objective is to test the request for the cancellation of a finished coordination action
    ...    Pre-conditions: A finished coordination action is available
    ...    Reference: Clause 12.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none 
    Send Post Request for cancellation of a finished coordination action
@@ -37,12 +37,12 @@ Request a cancellation of a finished coordination action
  

Request a cancellation of an ongoing coordination action without authentication
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.4.3
    ...    Test title:  Reques a cancellation of an ongoing coordination action without using authentication
    ...    Test objective: The objective is to test the failure of the request for a cancellation of a coordination task when no authentication is used
    ...    Pre-conditions: none
    ...    Reference: Clause 12.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Send Post Request for cancellation of an ongoing coordination action without authorization token
@@ -50,12 +50,12 @@ Request a cancellation of an ongoing coordination action without authentication
    

GET information about a cancellation of an ongoing coordination action - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.4.4
    ...    Test title: GET information about a cancellation of an ongoing coordination action
    ...    Test objective: The objective is to test that the GET method is not allowed to retrieve cancellation details of an ongoing coordination action
    ...    Pre-conditions: A cancellation task has been activated
    ...    Reference: Clause 12.4.4.3.2 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    GET information about a cancellation of an ongoing coordination action
@@ -63,12 +63,12 @@ GET information about a cancellation of an ongoing coordination action - method


PUT information about a cancellation of an ongoing coordination action - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.4.5
    ...    Test title: PUT information about a cancellation of an ongoing coordination action
    ...    Test objective: The objective is to test that the PUT method is not allowed to modify cancellation details of an ongoing coordination action
    ...    Pre-conditions: A cancellation task has been activated
    ...    Reference: Clause 12.4.4.3.3 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    PUT information about a cancellation of an ongoing coordination action
@@ -76,12 +76,12 @@ PUT information about a cancellation of an ongoing coordination action - method


PATCH information about a cancellation of an ongoing coordination action - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.4.6
    ...    Test title: PATCH information about a cancellation of an ongoing coordination action
    ...    Test objective: he objective is to test that the PATCH method is not allowed to modify cancellation details of an ongoing coordination action
    ...    Pre-conditions: A cancellation task has been activated
    ...    Reference: Clause 12.4.4.3.4 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    PATCH information about a cancellation of an ongoing coordination action
@@ -89,12 +89,12 @@ PATCH information about a cancellation of an ongoing coordination action - metho


DELETE information about a cancellation of an ongoing coordination action - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.4.7
    ...    Test title: DELETE information about a cancellation of an ongoing coordination action
    ...    Test objective: The objective is to test that the DELETE method is not allowed to remove cancellation details of an ongoing coordination action
    ...    Pre-conditions: A cancellation task has been activated
    ...    Reference: Clause 12.4.4.3.5 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    DELETE information about a cancellation of an ongoing coordination action
+20 −20
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@ Library OperatingSystem

*** Test Cases ***
Request a Coordination of an LCM operation occurrence synchronously 
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.2.1
    ...    Test title:  Request a Coordination of an LCM operation occurrence synchronously
    ...    Test objective: The objective is to test the synchronous request for the coordination of an LCM operation occurrence and perform the JSON schema validation of the returned structure
    ...    Pre-conditions: none
    ...    Reference: Clause 12.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: A Individual coordination action resource is successfully created on the NFVO
    Send Post Request for coordination of an LCM operation occurrence
@@ -25,12 +25,12 @@ Request a Coordination of an LCM operation occurrence synchronously


Request a Coordination of an LCM operation occurrence asynchronously 
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.2.2
    ...    Test title:  Request a Coordination of an LCM operation occurrence asynchronously
    ...    Test objective: The objective is to test the asynchronous request for the coordination of an LCM operation occurrence and perform the validation of the headers returned
    ...    Pre-conditions: none
    ...    Reference: Clause 12.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Send Post Request for coordination of an LCM operation occurrence 
@@ -39,12 +39,12 @@ Request a Coordination of an LCM operation occurrence asynchronously


Request a Coordination of an LCM operation occurrence - CONFLICT # TO BE COMPLETED
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.2.3
    ...    Test title:  Request a Coordination of an LCM operation occurrence synchronously ... 
    ...    Test objective: The objective is to test the failure of a request for the coordination of an LCM operation occurrence ...
    ...    Pre-conditions: none
    ...    Reference: Clause 12.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Send Post Request for coordination of an LCM operation occurrence - conflict
@@ -53,12 +53,12 @@ Request a Coordination of an LCM operation occurrence - CONFLICT # TO BE COMPLET
    

Request a Coordination of an LCM operation occurrence synchronously - Service Unavailable # TO BE COMPLETED
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.2.4
    ...    Test title:  Request a Coordination of an LCM operation occurrence synchronously with the NFVO that is not able to perform the request immediately
    ...    Test objective: The objective is to test the request for the coordination of an LCM operation occurrence and the verify that the NFVO cannot perform immediately teh request, but can perform it sometime in the future.
    ...    Pre-conditions: none
    ...    Reference: Clause 12.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Send Post Request for coordination of an LCM operation occurrence synchronously - service unavailable
@@ -67,12 +67,12 @@ Request a Coordination of an LCM operation occurrence synchronously - Service Un
    

Request a Coordination of an LCM operation occurrence without authentication
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.2.5
    ...    Test title:  Reques a Coordination of an LCM operation occurrence without using authentication
    ...    Test objective: The objective is to test teh failure of the request for the coordination of an LCM operation occurrence without providing an authentication token
    ...    Pre-conditions: none
    ...    Reference: Clause 12.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Send Post Request for coordination of an LCM operation occurrence without authorization token
@@ -80,12 +80,12 @@ Request a Coordination of an LCM operation occurrence without authentication
    

Request a Coordination of an LCM operation occurrence with malformed request
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.2.6
    ...    Test title:  Reques a Coordination of an LCM operation occurrence with malformed request
    ...    Test objective: The objective is to test the failure of the request for the coordination of an LCM operation occurrence providing a malformed LcmCoordRequest body
    ...    Pre-conditions: none
    ...    Reference: Clause 12.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Send Post Request for coordination of an LCM operation occurrence with malformed request
@@ -93,12 +93,12 @@ Request a Coordination of an LCM operation occurrence with malformed request
    Check HTTP Response Body Json Schema Is    ProblemDetails

GET all Coordinations of an LCM operation occurrence - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.2.7
    ...    Test title: GET all Coordinations of an LCM operation occurrence
    ...    Test objective: The objective is to test that the GET method is not allowed to retrieve coordination requests information
    ...    Pre-conditions: One or more LCM Coordinations have been requested
    ...    Reference: Clause 12.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    GET all Coordinations of an LCM operation occurrence
@@ -106,12 +106,12 @@ GET all Coordinations of an LCM operation occurrence - method not implemented


PUT all Coordinations of an LCM operation occurrence - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.2.8
    ...    Test title: PUT all Coordinations of an LCM operation occurrence
    ...    Test objective: The objective is to test that the PUT method is not allowed to modify coordination requests information
    ...    Pre-conditions: One or more LCM Coordinations have been requested
    ...    Reference: Clause 12.4.2.3.3 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    PUT all Coordinations of an LCM operation occurrence
@@ -119,12 +119,12 @@ PUT all Coordinations of an LCM operation occurrence - method not implemented


PATCH all Coordinations of an LCM operation occurrence - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.2.9
    ...    Test title: PATCH all Coordinations of an LCM operation occurrence
    ...    Test objective: The objective is to test that the PATCH method is not allowed to modify coordination requests information
    ...    Pre-conditions: One or more LCM Coordinations have been requested
    ...    Reference: Clause 12.4.2.3.4 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    PATCH all Coordinations of an LCM operation occurrence
@@ -132,12 +132,12 @@ PATCH all Coordinations of an LCM operation occurrence - method not implemented


DELETE all Coordinations of an LCM operation occurrence - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.2.10
    ...    Test title: DELETE all Coordinations of an LCM operation occurrence
    ...    Test objective: The objective is to test that the DELETE method is not allowed to remove coordination requests information
    ...    Pre-conditions: One or more LCM Coordinations have been requested
    ...    Reference: Clause 12.4.2.3.5 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    DELETE all Coordinations of an LCM operation occurrence
+12 −12
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ POST an individual coordination action of an LCM operation occurrence - method n
    ...    Test objective: The objective is to test that the POST method is not allowed to submit a new individuaal coordination requests information
    ...    Pre-conditions: One or more LCM Coordinations have been requested
    ...    Reference: Clause 12.4.3.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    POST an individual Coordination of an LCM operation occurrence
@@ -27,7 +27,7 @@ Get information about a finished coordination task
    ...    Test objective: The objective is to retrieve information about an individual coordination task and perform a JSON schema validation.
    ...    Pre-conditions: Individual coordination task is terminated
    ...    Reference: Clause 12.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Retrieve information about a finished coordination task
@@ -41,7 +41,7 @@ Get information about an ongoing coordination task
    ...    Test objective: The objective is to retrieve information about an individual coordination task that is still in running or is in the process of being cancelled
    ...    Pre-conditions: Individual coordination task is still ongoing or is in the process of being cancelled
    ...    Reference: Clause 12.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Retrieve information about an ongoing coordination task
@@ -54,7 +54,7 @@ Get information about an invalid coordination task
    ...    Test objective: The objective is to try to read an individual coordination task
    ...    Pre-conditions: Individual coordination task is not present
    ...    Reference: Clause 12.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Retrieve information about an ongoing coordination task
@@ -62,12 +62,12 @@ Get information about an invalid coordination task


Get information about a finished coordination task without authentication
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.3.1
    ...    Test title:  Request information related to a finished coordination task without authentication
    ...    Test objective: The objective is to try to read an individual coordination task without using authentication
    ...    Pre-conditions: none
    ...    Reference: Clause 12.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Retrieve information about an ongoing coordination task
@@ -75,12 +75,12 @@ Get information about a finished coordination task without authentication


PUT an individual coordination action of an LCM operation occurrence - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.3.2
    ...    Test title: PUT an individual coordination action of an LCM operation occurrence
    ...    Test objective: The objective is to test that the PUT method is not allowed to modify an individual coordination action
    ...    Pre-conditions: One or more LCM Coordinations have been requested
    ...    Reference: Clause 12.4.3.3.3 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    PUT an individual coordination action of an LCM operation occurrence
@@ -88,12 +88,12 @@ PUT an individual coordination action of an LCM operation occurrence - method no


PATCH an individual coordination action of an LCM operation occurrence - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.3.3
    ...    Test title: PATCH an individual coordination action of an LCM operation occurrence
    ...    Test objective: The objective is to test that the PATCH method is not allowed to modify an individual coordination action
    ...    Pre-conditions: One or more LCM Coordinations have been requested
    ...    Reference: Clause 12.4.3.3.4 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    PATCH an individual coordination action of an LCM operation occurrence
@@ -101,12 +101,12 @@ PATCH an individual coordination action of an LCM operation occurrence - method


DELETE an individual coordination action of an LCM operation occurrence - method not implemented
    [Documentation]    # Test ID: 5.3.1.1.1
    [Documentation]    Test ID: 5.3.8.3.4
    ...    Test title: DELETE an individual coordination action of an LCM operation occurrence
    ...    Test objective: The objective is to test that the DELETE method is not allowed to remove an individual coordination action
    ...    Pre-conditions: One or more LCM Coordinations have been requested
    ...    Reference: Clause 12.4.3.3.5 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    DELETE an individual coordination action of an LCM operation occurrence
+5 −1

File changed.

Preview size limit exceeded, changes collapsed.