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

NSLCMCoord test id updates

parent b58eee47
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Library OperatingSystem

*** Test Cases ***
POST 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.1
    ...    Test title: POST an individual coordination action of an LCM operation occurrence
    ...    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
@@ -22,7 +22,7 @@ POST an individual coordination action of an LCM operation occurrence - method n
    

Get information about a finished coordination task 
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.3.2
    ...    Test title:  Request information related to a terminated 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
@@ -36,7 +36,7 @@ Get information about a finished coordination task


Get information about an ongoing coordination task 
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.3.3
    ...    Test title:  Request information related to 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
@@ -49,7 +49,7 @@ Get information about an ongoing coordination task


Get information about an invalid coordination task 
    [Documentation]    # Test ID: 5.3.1.1.11
    [Documentation]    Test ID: 5.3.8.3.4
    ...    Test title:  Request information related to 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
@@ -62,7 +62,7 @@ Get information about an invalid coordination task


Get information about a finished coordination task without authentication
    [Documentation]    Test ID: 5.3.8.3.1
    [Documentation]    Test ID: 5.3.8.3.5
    ...    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
@@ -75,7 +75,7 @@ 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.8.3.2
    [Documentation]    Test ID: 5.3.8.3.6
    ...    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
@@ -88,7 +88,7 @@ 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.8.3.3
    [Documentation]    Test ID: 5.3.8.3.7
    ...    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
@@ -101,7 +101,7 @@ 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.8.3.4
    [Documentation]    Test ID: 5.3.8.3.8
    ...    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