Commit d6646752 authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Fixed tests documentation in AdditiveInclusive

parent 9caeb75d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-redirection-ops.jsonld

*** Test Cases ***
056_01_01 Create Entity On Both Context Producer and Context Repository
057_01_01 Create Entity On Both Context Producer and Context Repository
    [Tags]    dist-ops    e-create    5_6_1
    [Documentation]    Check that if one requests the Context Producer to create an entity that matches an inclusive registration, this is created on the Context Repository too 
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-redirection-ops.jsonld

*** Test Cases ***
056_01_02 Create entity already existing locally on a Context Repository
057_01_02 Create entity already existing locally on a Context Repository
    [Tags]    dist-ops    e-create    5_6_1
    [Documentation]    Check that if one requests the Context Producer to create an entity that matches an inclusive registration and already exists locally, this raises an error on the Context Producer but is created correctly on the Context Repository
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-redirection-ops.jsonld

*** Test Cases ***
056_01_03 Create entity already existing on both Context Producer and Context Repository
057_01_03 Create entity already existing on both Context Producer and Context Repository
    [Tags]    dist-ops    e-create    5_6_1
    [Documentation]    Check that if one requests the Context Consumer to create an entity that matches an inclusive registration and already exists both locally and remotely, this raises an error on both Context Producer and Context Repository
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-redirection-ops.jsonld

*** Test Cases ***
056_01_04 Create entity already existing remotely on the Context Producer 
057_01_04 Create entity already existing remotely on the Context Producer 
    [Tags]    dist-ops    e-create    5_6_1
    [Documentation]    Check that if one requests the Context Producer to create an entity that matches an inclusive registration and already exists remotely, this raises an error on the Context Repository, but it works just fine on the Context Producer
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-redirection-ops.jsonld

*** Test Cases ***
056_02_01 Requesting to create an entity with a malformed id on both Context Producer and Context Repository
057_02_01 Requesting to create an entity with a malformed id on both Context Producer and Context Repository
    [Tags]    dist-ops    e-create    5_6_1
    [Documentation]    Check that if one requests the Context Producer to create an entity that matches an inclusive registration but is malformed, this is created neither on the Context Producer nor on the Context Repository 
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}
Loading