Commit bbb66e05 authored by Giuseppe Tropea's avatar Giuseppe Tropea
Browse files

tests from feature/add-more-than-one-instance-in-batch-tests as "since_v1.5.1"

parent 3263495b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:
*** Test Cases ***
003_10_01 Create a batch of three valid entities where two have the same id
    [Documentation]    Check that you can create a batch of entities where two have the same id
    [Tags]    be-create    5_6_7
    [Tags]    be-create    5_6_7    since_v1.5.1
    ${first_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    Set Suite Variable    ${first_entity_id}
    ${second_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:
*** Test Cases ***
006_04_01 Delete a batch of existing entities with the same id
    [Documentation]    Check that you can delete a batch entities with the same id
    [Tags]    be-delete    5_6_10
    [Tags]    be-delete    5_6_10    since_v1.5.1
    ${new_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    @{entities_ids_to_be_deleted}=    Create List    ${entity_id}    ${entity_id}

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:
*** Test Cases ***
004_07_01 Upsert a batch of three valid entities where two have the same id
    [Documentation]    Check that you can upsert a batch of where two have the same id
    [Tags]    be-upsert    5_6_8
    [Tags]    be-upsert    5_6_8    since_v1.5.1
    ${first_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    ${second_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    ${first_entity}=    Load Entity    building-minimal-sample.jsonld    ${first_entity_id}