Loading TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_02.robot +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${building_filename}= building-minimal-sample.jsonld ${vehicle_filename}= vehicle-simple-attributes-sample.jsonld ${invalid_entity_type_one}= invalid_entity_type_one ${invalid_entity_type_one}= type ${invalid_entity_type_two}= invalid_entity_type_two *** Test Cases *** Loading TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_04.robot +2 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ Resource ${EXECDIR}/resources/JsonUtils.resource ${building_id_prefix}= urn:ngsi-ld:Building: ${filename}= building-minimal-sample.jsonld ${entity_type}= https://ngsi-ld-test-suite/context#Building ${invalid_attribute_one}= invalid ${invalid_attribute_two}= invalid ${invalid_attribute_one}= id ${invalid_attribute_two}= type *** Test Cases *** Query several entities based on incorrect attribute names Loading TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_06.robot +1 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variable *** ${building_id_prefix}= urn:ngsi-ld:Building: ${filename}= building-minimal-sample.jsonld ${expectation_filename}= building-minimal-expectation.json ${entity_type}= https://ngsi-ld-test-suite/context#Building ${limit}= 2 Loading @@ -29,7 +28,7 @@ Query entities specifying a maximum number of results ${response}= Query Entities entity_ids=${entities_ids_to_be_retrieved} entity_types=${entity_types_to_be_retrieved} limit=${limit} Check Response Status Code 200 ${response['status']} @{entities_ids_to_be_compared}= Create List ${first_entity_id} ${second_entity_id} Check Response Body Containing List Containing Entity elements ${expectation_filename} ${entities_ids_to_be_compared} ${response['body']} Check Response Body Containing Number Of Entities ${entity_type} ${2} [Teardown] Delete Entities ${first_entity_id} ${second_entity_id} ${third_entity_id} *** Keywords *** Loading Loading
TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_02.robot +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${building_filename}= building-minimal-sample.jsonld ${vehicle_filename}= vehicle-simple-attributes-sample.jsonld ${invalid_entity_type_one}= invalid_entity_type_one ${invalid_entity_type_one}= type ${invalid_entity_type_two}= invalid_entity_type_two *** Test Cases *** Loading
TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_04.robot +2 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ Resource ${EXECDIR}/resources/JsonUtils.resource ${building_id_prefix}= urn:ngsi-ld:Building: ${filename}= building-minimal-sample.jsonld ${entity_type}= https://ngsi-ld-test-suite/context#Building ${invalid_attribute_one}= invalid ${invalid_attribute_two}= invalid ${invalid_attribute_one}= id ${invalid_attribute_two}= type *** Test Cases *** Query several entities based on incorrect attribute names Loading
TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_06.robot +1 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variable *** ${building_id_prefix}= urn:ngsi-ld:Building: ${filename}= building-minimal-sample.jsonld ${expectation_filename}= building-minimal-expectation.json ${entity_type}= https://ngsi-ld-test-suite/context#Building ${limit}= 2 Loading @@ -29,7 +28,7 @@ Query entities specifying a maximum number of results ${response}= Query Entities entity_ids=${entities_ids_to_be_retrieved} entity_types=${entity_types_to_be_retrieved} limit=${limit} Check Response Status Code 200 ${response['status']} @{entities_ids_to_be_compared}= Create List ${first_entity_id} ${second_entity_id} Check Response Body Containing List Containing Entity elements ${expectation_filename} ${entities_ids_to_be_compared} ${response['body']} Check Response Body Containing Number Of Entities ${entity_type} ${2} [Teardown] Delete Entities ${first_entity_id} ${second_entity_id} ${third_entity_id} *** Keywords *** Loading