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

Corrected documentation in test '056_02_01.robot'

parent 547f54e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
*** Settings ***
Documentation        Verify that, when one has an inclusive registration on a Context Producer, one is not able to create entities on the Context Repository if they are malformed
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 

Resource            ${EXECDIR}/resources/ApiUtils/ContextSourceRegistration.resource
Resource            ${EXECDIR}/resources/ApiUtils/ContextSourceDiscovery.resource
@@ -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 Create Entity On Both Context Producer and Context Repository
056_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}