diff --git a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyGETWithoutAccept/045_01.robot b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyGETWithoutAccept/045_01.robot index 04e4af9f05f9bd2cfb8c5898c106395d884f81d4..8dfdfcc56ce6fd6644747b13bac85ad0ec848c17 100644 --- a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyGETWithoutAccept/045_01.robot +++ b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyGETWithoutAccept/045_01.robot @@ -14,14 +14,14 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${building_filename}= building-simple-attributes-sample.jsonld +${building_filename}= building-simple-attributes.jsonld ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_filename}= subscriptions/subscription-sample.jsonld +${subscription_filename}= subscriptions/subscription.jsonld ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_filename}= csourceRegistrations/context-source-registration-with-expiration-sample.jsonld +${registration_filename}= csourceRegistrations/context-source-registration-with-expiration.jsonld ${registration_type}= Vehicle ${tea_id_prefix}= urn:ngsi-ld:Vehicle: -${tea_filename}= vehicle-temporal-representation-sample.jsonld +${tea_filename}= vehicle-temporal-representation.jsonld ${teatype}= Vehicle ${content_type}= application/json diff --git a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyLdContextNotAvailable/043_01.robot b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyLdContextNotAvailable/043_01.robot index 44a8ff105f12187067e96ea084e89d4309260ca8..dfcfd43f8a8ac80fe6a085c3eae514bdff758668 100644 --- a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyLdContextNotAvailable/043_01.robot +++ b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyLdContextNotAvailable/043_01.robot @@ -12,13 +12,13 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${expected_status_code}= 503 ${building_id_prefix}= urn:ngsi-ld:Building: -${building_filename}= building-unretrievable-context-sample.jsonld +${building_filename}= building-unretrievable-context.jsonld ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_filename}= subscriptions/subscription-unretrievable-context-sample.jsonld +${subscription_filename}= subscriptions/subscription-unretrievable-context.jsonld ${tea_id_prefix}= urn:ngsi-ld:Vehicle: -${tea_filename}= bus-temporal-representation-unretrievable-context-sample.jsonld +${tea_filename}= bus-temporal-representation-unretrievable-context.jsonld ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_filename}= csourceRegistrations/context-source-registration-unretrievable-context-sample.jsonld +${registration_filename}= csourceRegistrations/context-source-registration-unretrievable-context.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyMergePatchJson/044_01.robot b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyMergePatchJson/044_01.robot index af2fbf781b7dd9a90dabdd0515a2a2297f77f6ef..d7b50946e950870235c22f4e588bcac939dd0a28 100644 --- a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyMergePatchJson/044_01.robot +++ b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyMergePatchJson/044_01.robot @@ -11,7 +11,7 @@ Test Teardown Delete Initial Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_filename}= vehicle-simple-attributes-sample.jsonld +${vehicle_filename}= vehicle-simple-attributes.jsonld ${vehicle_fragment}= vehicle-brandname-fragment.json ${attribute_id}= brandName diff --git a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyMergePatchJson/044_02.robot b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyMergePatchJson/044_02.robot index a228f94b80facdde3ade8ba78791e611645fc781..70853e4b66f09e1a35ea12a0d85f1e813e21ebe7 100644 --- a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyMergePatchJson/044_02.robot +++ b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyMergePatchJson/044_02.robot @@ -12,8 +12,8 @@ Test Teardown Delete Initial Subscription *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_filename}= subscriptions/subscription-sample.jsonld -${subscription_fragment}= subscriptions/fragments/subscription-update-sample.json +${subscription_filename}= subscriptions/subscription.jsonld +${subscription_fragment}= subscriptions/fragments/subscription-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyUnsupportedMediaType/048_01.robot b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyUnsupportedMediaType/048_01.robot index 9b0dd21246fbbd5b0af99d9865334d620befa5e0..b87bbb642c5061ba591dc7c2d2f9b7506b9b4290 100644 --- a/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyUnsupportedMediaType/048_01.robot +++ b/TP/NGSI-LD/CommonBehaviours/CommonResponses/VerifyUnsupportedMediaType/048_01.robot @@ -10,16 +10,16 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_filename}= vehicle-simple-attributes-sample.jsonld +${vehicle_filename}= vehicle-simple-attributes.jsonld ${vehicle_attribute}= speed ${vehicle_fragment}= vehicle-brandname-fragment.jsonld ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_filename}= csourceSubscriptions/subscription-sample.jsonld -${subscription_fragment}= csourceSubscriptions/fragments/subscription-update-sample.jsonld +${subscription_filename}= csourceSubscriptions/subscription.jsonld +${subscription_fragment}= csourceSubscriptions/fragments/subscription-update.jsonld ${tea_id_prefix}= urn:ngsi-ld:Vehicle: -${tea_filename}= vehicle-temporal-representation-sample.jsonld +${tea_filename}= vehicle-temporal-representation.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: -${building_filename}= building-simple-attributes-sample.jsonld +${building_filename}= building-simple-attributes.jsonld ${content_type}= application/xml diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributeInformation/027_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributeInformation/027_01.robot index 7b589b0a8d2c39eddbf30be22c17deb206079178..73d9c42c82bea4e116c1c6db057363316b774c2a 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributeInformation/027_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributeInformation/027_01.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Initial Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json +${filename}= building-simple-attributes.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributeInformation/027_02.robot b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributeInformation/027_02.robot index b81f7f8f0c53cd38ae4200d67ec60ed29fe54be7..f33c756a625186894260127e240d39ea01110998 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributeInformation/027_02.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributeInformation/027_02.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Initial Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json -${expectation_file}= types/expectations/attribute-027-01-expectation.json +${filename}= building-simple-attributes.json +${expectation_file}= types/expectations/attribute-027-01.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributes/025_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributes/025_01.robot index f51e3ee3d306be615edc7b14f887cfc1efa78023..207eedc68862a7d0598054527c464fcd5730d1dd 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributes/025_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableAttributes/025_01.robot @@ -13,16 +13,16 @@ Test Template Retrieve Available Attributes *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json +${filename}= building-simple-attributes.json *** Test Cases *** CONTEXT EXPECTATION_FILE 025_01_01 WithoutJsonLdContext [Tags] ed-attrs 5_7_8 - ${EMPTY} types/expectations/attribute-list-025-01-01-expectation.json + ${EMPTY} types/expectations/attribute-list-025-01-01.json 025_01_02 WithJsonLdContext [Tags] ed-attrs 5_7_8 - ${ngsild_test_suite_context} types/expectations/attribute-list-025-01-02-expectation.json + ${ngsild_test_suite_context} types/expectations/attribute-list-025-01-02.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypeInformation/024_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypeInformation/024_01.robot index 8c77aa1bea7003ed45f9282e229ba68c17360c03..8bb90236f7b738692e77252b5a154f0358ca4da9 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypeInformation/024_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypeInformation/024_01.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Initial Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json +${filename}= building-simple-attributes.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypeInformation/024_02.robot b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypeInformation/024_02.robot index 5416a277cb5a5056ecce67c114fdc2d6fd26fa78..928c52277a26470569799644b8ad682d74267053 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypeInformation/024_02.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypeInformation/024_02.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Initial Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json -${expectation_file}= types/expectations/entity-type-info-024-01-expectation.json +${filename}= building-simple-attributes.json +${expectation_file}= types/expectations/entity-type-info-024-01.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypes/022_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypes/022_01.robot index efc8b6261dec33ec3e12cb74aada2902bbab4e0c..4ed1a88487b39094c80bb1a6afa05609f13e16da 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypes/022_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveAvailableEntityTypes/022_01.robot @@ -14,17 +14,17 @@ Test Template Retrieve Available Entity Types *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${first_filename}= building-simple-attributes-sample.json -${second_filename}= vehicle-simple-attributes-sample.json +${first_filename}= building-simple-attributes.json +${second_filename}= vehicle-simple-attributes.json *** Test Cases *** CONTEXT EXPECTATION_FILE 022_01_01 WithoutJsonLdContext [Tags] ed-types 5_7_5 - ${EMPTY} types/expectations/entity-type-list-022-01-01-expectation.json + ${EMPTY} types/expectations/entity-type-list-022-01-01.json 022_01_02 WithJsonLdContext [Tags] ed-types 5_7_5 - ${ngsild_test_suite_context} types/expectations/entity-type-list-022-01-02-expectation.json + ${ngsild_test_suite_context} types/expectations/entity-type-list-022-01-02.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveDetailsOfAvailableAttributes/026_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveDetailsOfAvailableAttributes/026_01.robot index d5ebd20bdf065279037c4a131c3b383decdb8230..4a60d16ef933648504c9e48832c78f54dadafef8 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveDetailsOfAvailableAttributes/026_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveDetailsOfAvailableAttributes/026_01.robot @@ -13,16 +13,16 @@ Test Template Retrieve Details Of Available Attributes *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json +${filename}= building-simple-attributes.json *** Test Cases *** CONTEXT EXPECTATION_FILE 026_01_01 WithoutJsonLdContext [Tags] ed-attrs-details 5_7_9 - ${EMPTY} types/expectations/attribute-026-01-01-expectation.json + ${EMPTY} types/expectations/attribute-026-01-01.json 026_01_02 WithJsonLdContext [Tags] ed-attrs-details 5_7_9 - ${ngsild_test_suite_context} types/expectations/attribute-026-01-02-expectation.json + ${ngsild_test_suite_context} types/expectations/attribute-026-01-02.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveDetailsOfAvailableEntityTypes/023_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveDetailsOfAvailableEntityTypes/023_01.robot index a1b62ddbe395dda2d80a27d404b223a9eab0a7fd..e5916c4f20ce511c24f3fd8d2516c1c6217528f2 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveDetailsOfAvailableEntityTypes/023_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Discovery/RetrieveDetailsOfAvailableEntityTypes/023_01.robot @@ -14,17 +14,17 @@ Test Template Retrieve Details Of Available Entity Types *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${first_filename}= building-simple-attributes-sample.json -${second_filename}= vehicle-simple-attributes-sample.json +${first_filename}= building-simple-attributes.json +${second_filename}= vehicle-simple-attributes.json *** Test Cases *** CONTEXT EXPECTATION_FILE 023_01_01 WithoutJsonLdContext [Tags] ed-types-details 5_7_6 - ${EMPTY} types/expectations/entity-type-023-01-01-expectation.json + ${EMPTY} types/expectations/entity-type-023-01-01.json 023_01_02 WithJsonLdContext [Tags] ed-types-details 5_7_6 - ${ngsild_test_suite_context} types/expectations/entity-type-023-01-02-expectation.json + ${ngsild_test_suite_context} types/expectations/entity-type-023-01-02.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_01.robot index cf39e2211ea9f94ddb299998d267f4169582fb3f..1e0a7bebaf56cbfec6645774fba9e3e01f91c7b3 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_01.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-minimal-sample.jsonld -${expectation_filename}= building-minimal-expectation.json +${filename}= building-minimal.jsonld +${expectation_filename}= building-minimal.json ${entity_type}= https://ngsi-ld-test-suite/context#Building diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_02.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_02.robot index 8c8476ea45de9c4780600f2fc7ebc47ed152750e..009e7e3dc69e82cbc15b067f71635f5b2a0facb5 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_02.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_02.robot @@ -14,10 +14,10 @@ Suite Teardown Delete Entities ${building_id_prefix}= urn:ngsi-ld:Building: ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${parking_id_prefix}= urn:ngsi-ld:OffStreetParking: -${building_filename}= building-minimal-sample.jsonld -${vehicle_filename}= vehicle-simple-attributes-sample.jsonld -${parking_filename}= parking-simple-attributes-sample.jsonld -${expectation_filename}= two-types-vehicle-offstreetparking-expectation.jsonld +${building_filename}= building-minimal.jsonld +${vehicle_filename}= vehicle-simple-attributes.jsonld +${parking_filename}= parking-simple-attributes.jsonld +${expectation_filename}= two-types-vehicle-offstreetparking.jsonld ${building_entity_type}= https://ngsi-ld-test-suite/context#Building ${vehicle_entity_type}= https://ngsi-ld-test-suite/context#Vehicle ${parking_entity_type}= https://ngsi-ld-test-suite/context#OffStreetParking diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_03.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_03.robot index 1c044f6ebfdaf733f7ff691c35feab57fd776728..8a4a3a5abc5dc3f6e20710c7d13cb7a441261097 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_03.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_03.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-minimal-sample.jsonld -${expectation_filename}= building-minimal-expectation.json +${filename}= building-minimal.jsonld +${expectation_filename}= building-minimal.json ${entity_type}= https://ngsi-ld-test-suite/context#Building ${entity_id_pattern}= urn:ngsi-ld:Building:.* diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_04.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_04.robot index bc942adb827527eb9882394e2ea0d160e27d8fa6..4c71f701795fc6ae6d14feb82b35dad34ea450bd 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_04.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_04.robot @@ -12,9 +12,9 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.jsonld -${filename2}= building-minimal-sample.jsonld -${expectation_filename}= building-attributes-query-expectation.json +${filename}= building-simple-attributes.jsonld +${filename2}= building-minimal.jsonld +${expectation_filename}= building-attributes-query.json ${entity_type}= https://ngsi-ld-test-suite/context#Building ${attribute_airqualitylevel}= https://ngsi-ld-test-suite/context#airQualityLevel ${attribute_subcategory}= https://ngsi-ld-test-suite/context#subCategory diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_05.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_05.robot index 8b699c8fff1f146136865919a739ed7f47263ce7..a75897ba41f41e29581c8e390bcf2668c43be026 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_05.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_01_05.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-location-attribute-sample.jsonld -${expectation_filename}= building-geoproperty-query-expectation.jsonld +${filename}= building-location-attribute.jsonld +${expectation_filename}= building-geoproperty-query.jsonld ${entity_type}= https://ngsi-ld-test-suite/context#Building ${georal}= equals ${geometry}= Point diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_01.robot index ab4d07f2000620608fdf413a3d3c77eaf405506a..254620a456ece80ef03b49e9ec186c0dce9d478f 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_01.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-minimal-sample.jsonld -${expectation_filename}= building-minimal-expectation.json +${filename}= building-minimal.jsonld +${expectation_filename}= building-minimal.json ${entity_type}= https://ngsi-ld-test-suite/context#Building diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_02.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_02.robot index 3dfb6beba1156933f2cab3a8949764d718e2b30d..488a4200c68d71004ea60f2f9a3f4f3c221669a6 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_02.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_02.robot @@ -13,9 +13,9 @@ Suite Teardown Delete Entities *** Variables *** ${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 -${expectation_filename}= two-vehicles-expectation.jsonld +${building_filename}= building-minimal.jsonld +${vehicle_filename}= vehicle-simple-attributes.jsonld +${expectation_filename}= two-vehicles.jsonld ${building_entity_type}= https://ngsi-ld-test-suite/context#Building ${vehicle_entity_type}= https://ngsi-ld-test-suite/context#Vehicle diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_03.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_03.robot index 7413bc2da9fcf020ee43dedc24a68d476f5f395d..7dd7b463b9e8c4217ee9875742d8d5dd4b45870b 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_03.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_03.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-minimal-sample.jsonld -${expectation_filename}= building-minimal-expectation.json +${filename}= building-minimal.jsonld +${expectation_filename}= building-minimal.json ${entity_type}= https://ngsi-ld-test-suite/context#Building ${entity_id_pattern}= urn:ngsi-ld:Building:.* diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_04.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_04.robot index fe9373d852b95b3f69ab8b72ce2a6daf6d902ef3..e9e38a6ea232f513452d3388a49caef0093e6d77 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_04.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_04.robot @@ -13,9 +13,9 @@ Suite Teardown Delete Entities *** Variables *** ${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 -${expectation_filename}= vehicle-simple-attributes-core-context-expectation.json +${building_filename}= building-minimal.jsonld +${vehicle_filename}= vehicle-simple-attributes.jsonld +${expectation_filename}= vehicle-simple-attributes-core-context.json ${attribute_brandname}= https://ngsi-ld-test-suite/context#brandName ${attribute_isparked}= https://uri.etsi.org/ngsi-ld/default-context/isParked diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_05.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_05.robot index f8d72a983842898f5e0020ddf9910a4cdf931871..ad2e11a32e02c60c45052f0715accc7ad2a4fd57 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_05.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_02_05.robot @@ -13,9 +13,9 @@ Suite Teardown Delete Entities *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${parking_id_prefix}= urn:ngsi-ld:OffStreetParking: -${vehicle_filename}= vehicle-simple-attributes-sample.jsonld -${parking_filename}= parking-simple-attributes-sample.jsonld -${expectation_filename}= vehicle-parking-simple-expectation.geojson +${vehicle_filename}= vehicle-simple-attributes.jsonld +${parking_filename}= parking-simple-attributes.jsonld +${expectation_filename}= vehicle-parking-simple.geojson ${vehicle_entity_type}= https://ngsi-ld-test-suite/context#Vehicle ${parking_entity_type}= https://ngsi-ld-test-suite/context#OffStreetParking diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_01.robot index d07d7d5c0129de0c09954cb0d3e2065845efecb3..44a8dd8ffe47d656953a6d11c0bdcc3a3901cc44 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_01.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-minimal-sample.jsonld +${filename}= building-minimal.jsonld ${entity_type}= https://ngsi-ld-test-suite/context#Building ${entity_invalid_id_one}= thisisaninvaliduri1 ${entity_invalid_id_two}= thisisaninvaliduri2 diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_02.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_02.robot index 4aebd02f15b4c7ecd4739d4feb162ea3a4b98e4e..2eeffcf169830151cc0e970091e73e908f5e5b8c 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_02.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_02.robot @@ -13,8 +13,8 @@ Suite Teardown Delete Entities *** Variables *** ${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 +${building_filename}= building-minimal.jsonld +${vehicle_filename}= vehicle-simple-attributes.jsonld ${invalid_entity_type_one}= type ${invalid_entity_type_two}= invalid_entity_type_two diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_03.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_03.robot index a61ec755870e5e935dbe6532d533c2fae843f1eb..35c350376ffb956ec503a92f4d10b584ba3ba7c2 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_03.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_03.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-minimal-sample.jsonld +${filename}= building-minimal.jsonld ${entity_type}= https://ngsi-ld-test-suite/context#Building ${invalid_entity_id_pattern}= invalid_entity_id_pattern** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_04.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_04.robot index edd0084fc0d5c3d4f8351772c67c069c25371089..07451987da9003762d84cd34e7acc60a82527f1b 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_04.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_04.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-minimal-sample.jsonld +${filename}= building-minimal.jsonld ${entity_type}= https://ngsi-ld-test-suite/context#Building ${invalid_attribute_one}= id ${invalid_attribute_two}= type diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_05.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_05.robot index 570a7570122d02c172a27ea6df07a7fe6c5c1cc0..f671b75780108ff9e5b93b1a5f9416f1669f70cd 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_05.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_03_05.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-location-attribute-sample.jsonld +${filename}= building-location-attribute.jsonld ${entity_type}= Building ${georel}= invalid ${geometry}= Point diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_04.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_04.robot index 4a1110498d6028073b6f1ed9892b89a34149f5de..6165d6a626fc8143a5d19ea76d47eb2cd8bc7015 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_04.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_04.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.jsonld -${expectation_filename}= building-simple-attributes-simplified-expectation.json +${filename}= building-simple-attributes.jsonld +${expectation_filename}= building-simple-attributes-simplified.json ${options_parameter}= keyValues ${entity_type}= https://ngsi-ld-test-suite/context#Building diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_05.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_05.robot index 788e593cff42cf0c5fb1ca13987956bc7be5c906..0267397264966fd0ed9a3e6c0d7a0e112b8d2346 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_05.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_05.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-location-attribute-sample.jsonld +${filename}= building-location-attribute.jsonld ${expectation_filename}= two-buildings-location-attribute-normalized.geojson ${entity_type}= https://ngsi-ld-test-suite/context#Building diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_06.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_06.robot index 091bdce4544ef68537c4b6812e6773932170891d..6c6e3a148ae2e4c037843dc7c315ea393313639e 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_06.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_06.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-minimal-sample.jsonld +${filename}= building-minimal.jsonld ${entity_type}= https://ngsi-ld-test-suite/context#Building ${limit}= 2 diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_07.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_07.robot index 91261d2c65f21c6ff1059749b9cc616bae3bc6d7..a69762740d16bf0b330341d4af8e407adcd3f313 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_07.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_07.robot @@ -13,8 +13,8 @@ Test Template Query Entities With Count *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${first_entity_filename}= building-simple-attributes-sample.jsonld -${second_entity_filename}= building-simple-attributes-second-sample.jsonld +${first_entity_filename}= building-simple-attributes.jsonld +${second_entity_filename}= building-simple-attributes-second.jsonld ${entity_type}= Building ${airQualityLevel}= airQualityLevel==6 diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_08.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_08.robot index 25d43015b3dba254c8f58756f175813607e8e1a0..81365192e87aa1e1b927f08625dfe1297b14aba3 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_08.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_08.robot @@ -13,9 +13,9 @@ Test Template Query entities using Entity Type Selection Language *** Variables *** ${entity_id_prefix} urn:ngsi-ld:MultiTypes: -${first_entity_filename} building-simple-attributes-sample.jsonld -${second_entity_filename} building-with-different-type-sample.jsonld -${third_entity_filename} building-with-two-types-sample.jsonld +${first_entity_filename} building-simple-attributes.jsonld +${second_entity_filename} building-with-different-type.jsonld +${third_entity_filename} building-with-two-types.jsonld ${building_entity_type} Building ${parking_entity_type} Parking ${tourist_destination_entity_type} TouristDestination diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_01.robot index b6884f885f377e829d57920f489493a5f3abed93..811a68876570297810cf3ab320594ec8515e851c 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_01.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Created Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.jsonld -${expectation_filename}= building-simple-attributes-expectation.jsonld +${filename}= building-simple-attributes.jsonld +${expectation_filename}= building-simple-attributes.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_02.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_02.robot index 6a01d3c81a563fddba1267ad47232f2606c78d93..1f16bb8bddc2480dcead5346dbc9a8114069e491 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_02.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_02.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Created Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.jsonld -${expectation_filename}= building-simple-attributes-query-expectation.jsonld +${filename}= building-simple-attributes.jsonld +${expectation_filename}= building-simple-attributes-query.jsonld ${attribute_airqualitylevel}= https://ngsi-ld-test-suite/context#airQualityLevel ${attribute_subcategory}= https://ngsi-ld-test-suite/context#subCategory diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_03.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_03.robot index 0feda2c3e2ae30552136df40413e8f0409ea6805..3492784dd17b05b0d8d4ad33f3575f1636dc60ce 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_03.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_01_03.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Created Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-location-attribute-sample.jsonld -${expectation_filename}= building-geoproperty-query-expectation.jsonld +${filename}= building-location-attribute.jsonld +${expectation_filename}= building-geoproperty-query.jsonld ${geometry_property}= location diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_03_02.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_03_02.robot index 06d51d197d30e4d8f38eed49634d2c6caa3effa6..a5724abb1dde30f313c25fb93c810d75b64ff670 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_03_02.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_03_02.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Created Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.jsonld +${filename}= building-simple-attributes.jsonld ${attribute_not_known}= property_not_found diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_04.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_04.robot index 741f05a8ded0e1d004141a4161309ceed1ae6f7d..2a68aebe8e90fe337cb51ec0d96802780ed2df5f 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_04.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_04.robot @@ -12,8 +12,8 @@ Test Teardown Delete Created Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.jsonld -${expectation_filename}= building-simple-attributes-simplified-expectation.jsonld +${filename}= building-simple-attributes.jsonld +${expectation_filename}= building-simple-attributes-simplified.jsonld ${options_parameter}= keyValues diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_05.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_05.robot index f6c6094a4a0f4e3d019ec8ad93175f7f7453eea8..f063d406b74c78280add00a1907a1596cdc43a9e 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_05.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_05.robot @@ -13,7 +13,7 @@ Test Template Retrieve Entity In GeoJSON Representation *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-location-attribute-sample.jsonld +${filename}= building-location-attribute.jsonld *** Test Cases *** OPTIONS EXPECTATION_FILENAME diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_06.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_06.robot index 6ed378ef83eddf639c179ad2d315472e7cc13625..81eeff7bad1756ab0b178029272d81c8cc0ef88c 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_06.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_06.robot @@ -13,9 +13,9 @@ Test Template Review JSON-LD Resolution When retrieving an entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json -${empty_jsonld_expectation_filename}= building-simple-attributes-sample-expanded-expectation.json -${creation_jsonld_expectation_filename}= building-simple-attributes-sample-compacted-expectation.json +${filename}= building-simple-attributes.json +${empty_jsonld_expectation_filename}= building-simple-attributes-expanded.json +${creation_jsonld_expectation_filename}= building-simple-attributes-compacted.json *** Test Cases *** CONTEXT EXPECTED_PAYLOAD diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_07.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_07.robot index 9942b45e64f2f8941128d660c9f3fffd60017748..cf211b2ffbbd544cfecb94db0fb8da9e14884238 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_07.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_07.robot @@ -13,7 +13,7 @@ Test Template Retrieve Entity With Language Filter *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-language-property-sample.jsonld +${filename}= building-language-property.jsonld *** Test Cases *** LANGUAGE_FILTER OPTIONS EXPECTATION_FILENAME diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_01.robot index 680cc1f62b207edfbf068652e33a1ff0c3f8470d..d3f13ea1aa027eaf0a3e7294ecdb70ed24e59d70 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_01.robot @@ -12,20 +12,20 @@ Test Template Query the temporal evolution of entities *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${bus_id_prefix}= urn:ngsi-ld:Bus: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld -${bus_payload_file}= 2020-08-bus-temporal-representation-sample.jsonld +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld +${bus_payload_file}= 2020-08-bus-temporal-representation.jsonld *** Test Cases *** TIMEREL TIMEAT EXPECTATION_FILE 021_01_01 After [Tags] te-query 5_7_4 - after 2020-08-01T12:04:00Z vehicles-temporal-representation-021-01-01-expectation.jsonld + after 2020-08-01T12:04:00Z vehicles-temporal-representation-021-01-01.jsonld 021_01_02 Before [Tags] te-query 5_7_4 - before 2020-09-01T13:06:00Z vehicles-temporal-representation-021-01-02-expectation.jsonld + before 2020-09-01T13:06:00Z vehicles-temporal-representation-021-01-02.jsonld *** Keywords *** @@ -50,13 +50,13 @@ Query the temporal evolution of entities ... ${response.json()} Setup Initial Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Test Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_02.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_02.robot index 74459370f7bf4b972f918bfc926c9c25457657fe..513a15bb399c27ceb4850665bf13cdd1e324ffa9 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_02.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_02.robot @@ -11,10 +11,10 @@ Suite Teardown Delete Initial Temporal Entities *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld -${expectation_file}= vehicles-temporal-representation-021-02-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld +${expectation_file}= vehicles-temporal-representation-021-02.jsonld *** Test Cases *** @@ -43,13 +43,13 @@ ${expectation_file}= vehicles-temporal-representation-021-02-expe *** Keywords *** Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Suite Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_03.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_03.robot index c8ddcc82d9b6b0c8964580b3c10248e1a1d958dc..a26fe48e561d7cb0ee3f668a1b39fa315ddfe043 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_03.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_03.robot @@ -11,10 +11,10 @@ Suite Teardown Delete Initial Temporal Entities *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-multiple-instances-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld -${expectation_file}= vehicles-temporal-representation-021-03-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation-multiple-instances.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld +${expectation_file}= vehicles-temporal-representation-021-03.jsonld *** Test Cases *** @@ -42,13 +42,13 @@ ${expectation_file}= vehicles-temporal-representation-021-03-expe *** Keywords *** Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Suite Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_04.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_04.robot index 6f353cf7bb8b0cddc4f6969ddedb08cf50174d55..e247d8f6b77b36847f28406e01db6e1d6705c6d3 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_04.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_04.robot @@ -11,10 +11,10 @@ Suite Teardown Delete Initial Temporal Entities *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld -${expectation_file}= vehicles-temporal-representation-021-04-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld +${expectation_file}= vehicles-temporal-representation-021-04.jsonld *** Test Cases *** @@ -41,13 +41,13 @@ ${expectation_file}= vehicles-temporal-representation-021-04-expe *** Keywords *** Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Suite Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_05.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_05.robot index d83f3598b79b7e2ce47dee64a7aefbe4fb4619c9..e5eb389828c3a3c5cd5520ae624b7fdba17ff5d4 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_05.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_05.robot @@ -11,11 +11,11 @@ Suite Teardown Delete Initial Temporal Entities *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${bus_id_prefix}= urn:ngsi-ld:Bus: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${bus_payload_file}= 2020-08-bus-temporal-representation-sample.jsonld -${expectation_file}= vehicles-temporal-representation-021-05-expectation.jsonld +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${bus_payload_file}= 2020-08-bus-temporal-representation.jsonld +${expectation_file}= vehicles-temporal-representation-021-05.jsonld *** Test Cases *** @@ -40,7 +40,8 @@ ${expectation_file}= vehicles-temporal-representation-021-05-expectation. *** Keywords *** Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${bus_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${first_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_06.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_06.robot index 76ee9cb8f887fb5bebc1d0fe5c68850162fc514c..440f608071a2da0408990c2cad22ca5f755fcef7 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_06.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_06.robot @@ -11,10 +11,10 @@ Suite Teardown Delete Initial Temporal Entities *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld -${expectation_file}= vehicles-temporal-representation-021-06-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld +${expectation_file}= vehicles-temporal-representation-021-06.jsonld *** Test Cases *** @@ -41,13 +41,13 @@ ${expectation_file}= vehicles-temporal-representation-021-06-expe *** Keywords *** Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Suite Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_07.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_07.robot index 630c7d6eaab81eb89fb81136a3ea6e6ea145e7ac..2a8e13ed5e095c2ed8aef5db1730509b088ede90 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_07.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_07.robot @@ -11,10 +11,10 @@ Suite Teardown Delete Initial Temporal Entities *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld -${expectation_file}= vehicles-temporal-representation-021-07-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld +${expectation_file}= vehicles-temporal-representation-021-07.jsonld *** Test Cases *** @@ -42,13 +42,13 @@ ${expectation_file}= vehicles-temporal-representation-021-07-expe *** Keywords *** Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Suite Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_08.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_08.robot index 164cfcdf0c8cf95593231c161b2bfda4e811264c..98f866c8d810710e121e1d799100305008b87e05 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_08.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_08.robot @@ -11,10 +11,10 @@ Suite Teardown Delete Initial Temporal Entities *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld -${expectation_file}= vehicles-temporal-representation-021-08-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld +${expectation_file}= vehicles-temporal-representation-021-08.jsonld *** Test Cases *** @@ -22,14 +22,12 @@ ${expectation_file}= vehicles-temporal-representation-021-08-expe [Documentation] Check that one can query the temporal evolution of entities matching the given NGSI-LD query [Tags] te-query 5_7_4 ${entity_types_to_be_retrieved}= Catenate SEPARATOR=, Vehicle - ${response}= Query Temporal Representation Of Entities ... entity_types=${entity_types_to_be_retrieved} ... ngsild_query=speed>90 ... timerel=after ... timeAt=2020-07-01T12:05:00Z ... context=${ngsild_test_suite_context} - @{temporal_entities_representation_ids}= Create List ... ${first_temporal_entity_representation_id} ... ${second_temporal_entity_representation_id} @@ -42,13 +40,13 @@ ${expectation_file}= vehicles-temporal-representation-021-08-expe *** Keywords *** Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Suite Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_09.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_09.robot index 179afc14523099448a2065eb67e3c7f306b76b19..c7e50bb77a44be02c7a6c51411dede57c51424ad 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_09.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_09.robot @@ -12,19 +12,19 @@ Test Template Query the temporal evolution of entities matching the given *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-10-vehicule-temporal-representation-with-location-sample.jsonld -${expectation_file}= vehicles-temporal-representation-021-09-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-10-vehicle-temporal-representation-with-location.jsonld +${expectation_file}= vehicles-temporal-representation-021-09.jsonld *** Test Cases *** GEOREL GEOMETRY COORDINATES GEOPROPERTY EXPECTATION_FILE 021_09_01 Near Point [Tags] te-query 5_7_4 - near;maxDistance==2000 Point [-8.503,41.202] ${EMPTY} vehicles-temporal-representation-021-09-01-expectation.jsonld + near;maxDistance==2000 Point [-8.503,41.202] ${EMPTY} vehicles-temporal-representation-021-09-01.jsonld 021_09_02 Within Polygon [Tags] te-query 5_7_4 - contains Polygon [[[-13.503,47.202],[6.541, 52.961],[20.37,44.653],[9.46,32.57],[-13.503,32.57],[-13.503,47.202]]] location vehicles-temporal-representation-021-09-02-expectation.jsonld + contains Polygon [[[-13.503,47.202],[6.541, 52.961],[20.37,44.653],[9.46,32.57],[-13.503,32.57],[-13.503,47.202]]] location vehicles-temporal-representation-021-09-02.jsonld *** Keywords *** @@ -51,13 +51,13 @@ Query the temporal evolution of entities matching the given NGSI-LD geo-query ... ${response.json()} Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Test Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_10.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_10.robot index 0a90bcfa0f309a578945ec9b99297f9c706a2790..86ba757117faab2760a4e84a73de84806a75e1d5 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_10.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_10.robot @@ -13,7 +13,7 @@ Test Teardown Delete Initial Context Source Registration and Mock Server *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-observationInterval-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-observationInterval.jsonld ${context_source_url}= http://${context_source_host}:${context_source_port} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_11.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_11.robot index fab5d56577ebc048edc16d4bc57e24336e35d3be..e4a855b03345a8eb1fb2a49e93927106e08564c4 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_11.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_11.robot @@ -12,9 +12,9 @@ Test Template Query the temporal evolution of entities with a limit to the *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld *** Test Cases *** LIMIT @@ -41,19 +41,19 @@ Query the temporal evolution of entities with a limit to the number of entities Check Response Body Containing Number Of Entities Vehicle ${limit} ${response.json()} Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Test Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} Check Response Status Code 201 ${create_response2.status_code} Set Test Variable ${second_temporal_entity_representation_id} - ${third_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${third_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response3}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${third_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_12.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_12.robot index 7a84dbf6be618ef659bd660964b12a75487e74ba..34a21d36be07c16672572a2e2ab155a1f8b0aed2 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_12.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_12.robot @@ -11,8 +11,8 @@ Suite Teardown Delete Initial Temporal Entity *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld *** Test Cases *** @@ -32,7 +32,7 @@ ${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.json *** Keywords *** Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_13.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_13.robot index 68af125391734f2365a99d6e493e665af32febf2..cb984e8074a37c86c05c1c34eccfc764d8570606 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_13.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_13.robot @@ -12,18 +12,18 @@ Test Template Query the temporal evolution of entities using the entityOpe *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld *** Test Cases *** PAYLOAD_FILE EXPECTATION_FILE 021_13_01 After [Tags] te-query 5_7_4 - entity-operations-after-query.jsonld vehicles-temporal-representation-021-13-01-expectation.jsonld + entity-operations-after-query.jsonld vehicles-temporal-representation-021-13-01.jsonld 021_13_02 Before [Tags] te-query 5_7_4 - entity-operations-before-query.jsonld vehicles-temporal-representation-021-13-02-expectation.jsonld + entity-operations-before-query.jsonld vehicles-temporal-representation-021-13-02.jsonld *** Keywords *** @@ -43,13 +43,13 @@ Query the temporal evolution of entities using the entityOperations method ... ${response.json()} Setup Initial Temporal Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Test Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_14.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_14.robot index 434d2f5966f939d111ae9ed0f6044acc0d8560c9..3587218ee34b3af1fbc4ad30f30bbbc4d932fd78 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_14.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/QueryTemporalEvolutionOfEntities/021_14.robot @@ -12,20 +12,20 @@ Test Template Query the temporal evolution of entities *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${bus_id_prefix}= urn:ngsi-ld:Bus: -${first_vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${second_vehicle_payload_file}= 2020-09-vehicule-temporal-representation-sample.jsonld -${bus_payload_file}= 2020-08-bus-temporal-representation-sample.jsonld +${first_vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${second_vehicle_payload_file}= 2020-09-vehicle-temporal-representation.jsonld +${bus_payload_file}= 2020-08-bus-temporal-representation.jsonld *** Test Cases *** TIMEREL TIMEAT EXPECTATION_FILE 021_14_01 After [Tags] te-query 5_7_4 - after 2020-08-01T12:04:00Z vehicles-temporal-representation-021-14-01-expectation.json + after 2020-08-01T12:04:00Z vehicles-temporal-representation-021-14-01.json 021_14_02 Before [Tags] te-query 5_7_4 - before 2020-09-01T13:06:00Z vehicles-temporal-representation-021-14-02-expectation.json + before 2020-09-01T13:06:00Z vehicles-temporal-representation-021-14-02.json *** Keywords *** @@ -49,13 +49,13 @@ Query the temporal evolution of entities ... ${response.json()} Setup Initial Entities - ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${first_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response1}= Create Temporal Representation Of Entity ... ${first_vehicle_payload_file} ... ${first_temporal_entity_representation_id} Check Response Status Code 201 ${create_response1.status_code} Set Test Variable ${first_temporal_entity_representation_id} - ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${second_temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response2}= Create Temporal Representation Of Entity ... ${second_vehicle_payload_file} ... ${second_temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_01.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_01.robot index 26606fce2a42083b013089731ca3c6ca1f22daed..5df3b954ec7bceddd349f9eb4e19e191f4ab082c 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_01.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_01.robot @@ -11,9 +11,9 @@ Suite Teardown Delete Initial Temporal Entity *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${vehicle_expectation_file}= vehicle-temporal-representation-020-01-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${vehicle_expectation_file}= vehicle-temporal-representation-020-01.jsonld *** Test Cases *** @@ -31,7 +31,7 @@ ${vehicle_expectation_file}= vehicle-temporal-representation-020-01-expectati *** Keywords *** Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_02.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_02.robot index 09a5c1f2f443ab0e0ded0c3ccbbf6697e9153172..5dcdd8612485f3dd92bd878dbcb5eb4bc05b66f1 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_02.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_02.robot @@ -11,9 +11,9 @@ Suite Teardown Delete Initial Temporal Entity *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${vehicle_expectation_file}= vehicle-temporal-representation-020-02-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${vehicle_expectation_file}= vehicle-temporal-representation-020-02.jsonld *** Test Cases *** @@ -32,7 +32,7 @@ ${vehicle_expectation_file}= vehicle-temporal-representation-020-02-expectati *** Keywords *** Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_03.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_03.robot index 13e462fbe1a064d7c6c1b3a7554e06bfa04b10f4..495b3ae475ad48a3f74de585d34bff1734b5e01c 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_03.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_03.robot @@ -12,9 +12,9 @@ Test Template Retrieve the temporal evolution of certain attributes of an *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${vehicle_expectation_file}= vehicle-temporal-representation-020-03-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${vehicle_expectation_file}= vehicle-temporal-representation-020-03.jsonld *** Test Cases *** ATTRS EXPECTED_RESULT @@ -41,7 +41,7 @@ Retrieve the temporal evolution of certain attributes of an entity ... ${response.json()} Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_04.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_04.robot index 6e540f289268a69b882faad00c9455810b7cef7e..07928f9928a6d750a603a206d469f32974364f3c 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_04.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_04.robot @@ -12,20 +12,20 @@ Test Template Retrieve the temporal evolution of an entity matching the gi *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld *** Test Cases *** TIMEREL TIMEAT ENDTIMEAT VEHICLE_EXPECTATION_FILE 020_04_01 After [Tags] te-retrieve 5_7_3 - after 2020-08-01T13:03:00Z ${EMPTY} vehicle-temporal-representation-020-04-01-expectation.jsonld + after 2020-08-01T13:03:00Z ${EMPTY} vehicle-temporal-representation-020-04-01.jsonld 020_04_02 Before [Tags] te-retrieve 5_7_3 - before 2020-08-01T12:05:00Z ${EMPTY} vehicle-temporal-representation-020-04-02-expectation.jsonld + before 2020-08-01T12:05:00Z ${EMPTY} vehicle-temporal-representation-020-04-02.jsonld 020_04_03 Between [Tags] te-retrieve 5_7_3 - between 2020-08-01T12:00:00Z 2020-08-01T13:00:00Z vehicle-temporal-representation-020-04-03-expectation.jsonld + between 2020-08-01T12:00:00Z 2020-08-01T13:00:00Z vehicle-temporal-representation-020-04-03.jsonld *** Keywords *** @@ -45,7 +45,7 @@ Retrieve the temporal evolution of an entity matching the given NGSI-LD temporal ... ${response.json()} Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_05.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_05.robot index a093e1325606ca6e5d41ca90dbec37f719c843b7..db970a972b7005ea2bf40103c2118e844c1e7493 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_05.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_05.robot @@ -12,17 +12,17 @@ Test Template Retrieve the temporal evolution of the last N instances of e *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-multiple-instances-sample.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation-multiple-instances.jsonld *** Test Cases *** LASTN VEHICLE_EXPECTATION_FILE 020_05_01 Retrieve Some Instances [Tags] te-retrieve 5_7_3 - ${10} vehicle-temporal-representation-020-05-01-expectation.jsonld + ${10} vehicle-temporal-representation-020-05-01.jsonld 020_05_02 Retrieve All Instances [Tags] te-retrieve 5_7_3 - ${20} vehicle-temporal-representation-020-05-02-expectation.jsonld + ${20} vehicle-temporal-representation-020-05-02.jsonld *** Keywords *** @@ -40,7 +40,7 @@ Retrieve the temporal evolution of the last N instances of entity attributes ... ${response.json()} Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_08.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_08.robot index 512691e2c6f89cf6b60324f84f0a63d5fb377ebb..2e2d81671f147fd65f9435a9f5abd8a6de4bdf2f 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_08.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_08.robot @@ -11,8 +11,8 @@ Suite Teardown Delete Initial Temporal Entity *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld *** Test Cases *** @@ -33,7 +33,7 @@ ${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.json *** Keywords *** Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_09.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_09.robot index 917806116f0fea2f9f6ad46cf4018137680e4fe5..90911bba7e40ccfc4a73121fc492fa14b01288fc 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_09.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_09.robot @@ -12,8 +12,8 @@ Test Template Retrieve the temporal evolution of an entity with an invalid *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld *** Test Cases *** TIMEREL TIMEAT ENDTIMEAT @@ -44,7 +44,7 @@ Retrieve the temporal evolution of an entity with an invalid request content Check Response Body Containing ProblemDetails Element Containing Title Element ${response.json()} Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_10.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_10.robot index 3804078de2450244a0ce6f2455c38fc306b79d14..08859d960234e4b6a30da2dccf495ae90bbd75b5 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_10.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_10.robot @@ -11,9 +11,9 @@ Suite Teardown Delete Initial Temporal Entity *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld -${vehicle_expectation_file}= vehicle-temporal-representation-020-10-expectation.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld +${vehicle_expectation_file}= vehicle-temporal-representation-020-10.jsonld *** Test Cases *** @@ -34,7 +34,7 @@ ${vehicle_expectation_file}= vehicle-temporal-representation-020-10-expectati *** Keywords *** Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_11.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_11.robot index fe81ed1d621474d2fdc277286fa4e1ab0e636945..e0a304e4525ad2c974dfcd798a732253b0bc0385 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_11.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_11.robot @@ -12,23 +12,23 @@ Test Template Retrieve the temporal evolution of an entity with the aggreg *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= 2020-08-vehicle-temporal-representation.jsonld *** Test Cases *** AGGRMETHODS AGGRPERIODDURATION ATTRS VEHICLE_EXPECTATION_FILE 020_11_01 One aggregate method aggregated by one hour duration [Tags] te-retrieve 5_7_3 4_5_19 since_v1.4.1 - avg PT1H ${EMPTY} vehicle-temporal-representation-020-11-01-expectation.json + avg PT1H ${EMPTY} vehicle-temporal-representation-020-11-01.json 020_11_02 One aggregate method aggregated by one hour duration asking for one attribute [Tags] te-retrieve 5_7_3 4_5_19 since_v1.4.1 - avg PT1H fuelLevel vehicle-temporal-representation-020-11-02-expectation.json + avg PT1H fuelLevel vehicle-temporal-representation-020-11-02.json 020_11_03 Multiple aggregate methods aggregated by one hour duration [Tags] te-retrieve 5_7_3 4_5_19 since_v1.4.1 - avg,max PT1H ${EMPTY} vehicle-temporal-representation-020-11-03-expectation.json + avg,max PT1H ${EMPTY} vehicle-temporal-representation-020-11-03.json 020_11_04 Multiple aggregate methods aggregated by one day duration [Tags] te-retrieve 5_7_3 4_5_19 since_v1.4.1 - min,max P1D ${EMPTY} vehicle-temporal-representation-020-11-04-expectation.json + min,max P1D ${EMPTY} vehicle-temporal-representation-020-11-04.json *** Keywords *** @@ -50,7 +50,7 @@ Retrieve the temporal evolution of an entity with the aggregated temporal repres ... ${response.json()} Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_12.robot b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_12.robot index d995a82725a3153dd32a49aabc78433291b06367..a01ba13b95fb0b376aafd41e8e39de83f64f07e0 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_12.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/TemporalEntity/RetrieveTemporalEvolutionOfEntity/020_12.robot @@ -12,17 +12,17 @@ Test Template Retrieve Temporal Entity *** Variables *** -${vehicule_id_prefix}= urn:ngsi-ld:Vehicle: -${vehicle_payload_file}= vehicle-language-property-temporal-representation-sample.jsonld +${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: +${vehicle_payload_file}= vehicle-language-property-temporal-representation.jsonld *** Test Cases *** REPRESENTATION EXPECTATION_FILENAME 020_12_01 Retrieve the normalized temporal representation of an entity with a LanguageProperty property [Tags] te-retrieve 5_7_3 4_5_7 4_5_18 since_v1.4.1 - ${EMPTY} vehicle-language-property-normalized-temporal-representation-expectation.jsonld + ${EMPTY} vehicle-language-property-normalized-temporal-representation.jsonld 020_12_02 Retrieve the simplified temporal representation of an entity with a LanguageProperty property [Tags] te-retrieve 5_7_3 4_5_9 4_5_18 since_v1.4.1 - temporalValues vehicle-language-property-simplified-temporal-representation-expectation.jsonld + temporalValues vehicle-language-property-simplified-temporal-representation.jsonld *** Keywords *** @@ -40,7 +40,7 @@ Retrieve Temporal Entity ... ${response.json()} Create Temporal Entity - ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicule_id_prefix} + ${temporal_entity_representation_id}= Generate Random Entity Id ${vehicle_id_prefix} ${create_response}= Create Temporal Representation Of Entity ... ${vehicle_payload_file} ... ${temporal_entity_representation_id} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_01.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_01.robot index 85545c9bc31b2977a4cc6a1825f3f1efd0bd2ad9..d722c601fc68126dc70347d1ba7c8326b9149b98 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_01.robot @@ -17,16 +17,16 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Test Cases *** FILENAME 003_01_01 MinimalEntity [Tags] be-create 5_6_7 - building-minimal-sample.jsonld + building-minimal.jsonld 003_01_02 EntityWithSimpleProperties [Tags] be-create 5_6_7 - building-simple-attributes-sample.jsonld + building-simple-attributes.jsonld 003_01_03 EntityWithSimpleRelationships [Tags] be-create 5_6_7 - building-relationship-sample.jsonld + building-relationship.jsonld 003_01_04 EntityWithRelationshipsProperties [Tags] be-create 5_6_7 - building-relationship-of-property-sample.jsonld + building-relationship-of-property.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_02.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_02.robot index 13b39dbcd29e3436d275dfaf4de77ba329560a96..5c7af583a104df39917e47a17999492729df03f3 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_02.robot @@ -23,9 +23,9 @@ ${building_id_prefix}= urn:ngsi-ld:Building: ${second_entity_id}= Generate Random Entity Id ${building_id_prefix} Set Suite Variable ${second_entity_id} # TODO: Use Load Test Sample keyword instead - ${first_entity}= Load Entity building-minimal-sample.jsonld ${first_entity_id} - ${second_entity}= Load Entity building-minimal-sample.jsonld ${second_entity_id} - ${already_existing_entity}= Load Entity building-minimal-sample.jsonld ${existing_entity_id} + ${first_entity}= Load Entity building-minimal.jsonld ${first_entity_id} + ${second_entity}= Load Entity building-minimal.jsonld ${second_entity_id} + ${already_existing_entity}= Load Entity building-minimal.jsonld ${existing_entity_id} @{entities_to_be_created}= Create List ${first_entity} ${second_entity} ${already_existing_entity} ${response}= Batch Create Entities @{entities_to_be_created} @@ -36,6 +36,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: &{expected_batch_operation_result}= Create Batch Operation Result ... ${expected_successful_entities_ids} ... ${expected_failed_entities_ids} + Check Response Status Code 207 ${response.status_code} Check Response Body Containing Batch Operation Result ${expected_batch_operation_result} ${response.json()} ${expected_entities_ids}= Catenate SEPARATOR=, @{expected_successful_entities_ids} ${response1}= Query Entities @@ -50,7 +51,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Keywords *** Setup Initial Entity ${existing_entity_id}= Generate Random Entity Id ${building_id_prefix} - ${create_response}= Create Entity building-minimal-sample.jsonld ${existing_entity_id} + ${create_response}= Create Entity building-minimal.jsonld ${existing_entity_id} Check Response Status Code 201 ${create_response.status_code} Set Suite Variable ${existing_entity_id} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_03.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_03.robot index dfa686db9acec1bd4270032b83b784a203e16ecf..749cfeecc7534c121f1b2c77aa8611eeec6b993f 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_03.robot @@ -10,10 +10,10 @@ Test Template Create Batch Entity With Invalid Request Scenarios *** Test Cases *** FILENAME PROBLEM_TYPE 003_03_01 InvalidJson [Tags] be-create 5_6_7 - batch/invalid-json-sample.jsonld ${ERROR_TYPE_INVALID_REQUEST} + batch/invalid-json.jsonld ${ERROR_TYPE_INVALID_REQUEST} 003_03_02 EmptyJson [Tags] be-create 5_6_7 - batch/empty-sample.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} + batch/empty.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_04.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_04.robot index 3620cfd64b4808562f65eaac65d9694bd6852d30..f8a786ccff1025e89ed313a39b7ea839ad746f91 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_04.robot @@ -20,7 +20,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: ${entity_id}= Generate Random Entity Id ${building_id_prefix} Set Test Variable ${entity_id} - ${entity}= Load Entity building-simple-attributes-sample.json ${entity_id} + ${entity}= Load Entity building-simple-attributes.json ${entity_id} @{entities_to_be_created}= Create List ${entity} ${response}= Batch Create Entities @@ -43,7 +43,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: ${entity_id}= Generate Random Entity Id ${building_id_prefix} Set Test Variable ${entity_id} - ${entity}= Load Entity building-simple-attributes-sample.json ${entity_id} + ${entity}= Load Entity building-simple-attributes.json ${entity_id} @{entities_to_be_created}= Create List ${entity} ${response}= Batch Create Entities diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_05.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_05.robot index 2e1f63d75a8bdd072fc4456a3f43e450767c1f53..d2b017bddf1e56fa8e500f9166e39b58e04407fc 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_05.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_05.robot @@ -20,7 +20,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: ${entity_id}= Generate Random Entity Id ${building_id_prefix} Set Test Variable ${entity_id} - ${entity}= Load Entity building-simple-attributes-sample.json ${entity_id} + ${entity}= Load Entity building-simple-attributes.json ${entity_id} @{entities_to_be_created}= Create List ${entity} ${response}= Batch Create Entities @{entities_to_be_created} content_type=${CONTENT_TYPE_JSON} @@ -38,7 +38,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: ${entity_id}= Generate Random Entity Id ${building_id_prefix} Set Test Variable ${entity_id} - ${entity}= Load Entity building-simple-attributes-sample.json ${entity_id} + ${entity}= Load Entity building-simple-attributes.json ${entity_id} @{entities_to_be_created}= Create List ${entity} ${response}= Batch Create Entities @{entities_to_be_created} content_type=${CONTENT_TYPE_JSON} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_06.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_06.robot index e8980eaf55af10c813de900bbb00cfa73c8974f1..0efc47374ac5bc1d949854e832410203c6bfe52b 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_06.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_06.robot @@ -15,7 +15,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: [Documentation] Check that an HTTP error response of type BadRequestData is raised if the Content-Type header is "application/json" and the request payload body (as JSON) contains a "@context" term [Tags] be-create 6_3_5 ${entity_id}= Generate Random Entity Id ${building_id_prefix} - ${entity}= Load Entity building-simple-attributes-sample.jsonld ${entity_id} + ${entity}= Load Entity building-simple-attributes.jsonld ${entity_id} @{entities_to_be_created}= Create List ${entity} ${response}= Batch Create Entities @{entities_to_be_created} content_type=${CONTENT_TYPE_JSON} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_07.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_07.robot index e84b5ba6575078474017739c9c4e8a31d12c4a32..7b2ead68490b3d4475e4caebf96975bf8202cdf6 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_07.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_07.robot @@ -19,7 +19,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: [Tags] be-create 6_3_5 ${entity_id}= Generate Random Entity Id ${building_id_prefix} Set Test Variable ${entity_id} - ${entity}= Load Entity building-simple-attributes-sample.jsonld ${entity_id} + ${entity}= Load Entity building-simple-attributes.jsonld ${entity_id} @{entities_to_be_created}= Create List ${entity} ${response}= Batch Create Entities @{entities_to_be_created} content_type=${CONTENT_TYPE_LD_JSON} @@ -38,7 +38,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: [Tags] be-create 6_3_5 ${entity_id}= Generate Random Entity Id ${building_id_prefix} Set Test Variable ${entity_id} - ${entity}= Load Entity building-simple-attributes-sample.jsonld ${entity_id} + ${entity}= Load Entity building-simple-attributes.jsonld ${entity_id} @{entities_to_be_created}= Create List ${entity} ${response}= Batch Create Entities @{entities_to_be_created} content_type=${CONTENT_TYPE_LD_JSON} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_08.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_08.robot index d4eb3ed23c596a2cb377700f4966041a5cfe6a95..389bc8462741b4b4bde8730c3e634791e23a530b 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_08.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_08.robot @@ -15,7 +15,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: [Documentation] Check that an HTTP error response of type BadRequestData is raised if the Content-Type header is "application/ld+json" and the request payload body does not contain a @context term [Tags] be-create 6_3_5 ${entity_id}= Generate Random Entity Id ${building_id_prefix} - ${entity}= Load Entity building-simple-attributes-sample.json ${entity_id} + ${entity}= Load Entity building-simple-attributes.json ${entity_id} @{entities_to_be_created}= Create List ${entity} ${response}= Batch Create Entities @{entities_to_be_created} content_type=${CONTENT_TYPE_LD_JSON} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_09.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_09.robot index a634b3949362c4b7bc5244fb0d031cd623fa8fe2..d5b90bee53f867d74c5d53d6679ee59efe08373a 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_09.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_09.robot @@ -15,7 +15,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: [Documentation] Check that an HTTP error response of type BadRequestData is raised if the Content-Type header is "application/ld+json" and a JSON-LD Link header is present in the incoming HTTP request [Tags] be-create 6_3_5 ${entity_id}= Generate Random Entity Id ${building_id_prefix} - ${entity}= Load Entity building-simple-attributes-sample.jsonld ${entity_id} + ${entity}= Load Entity building-simple-attributes.jsonld ${entity_id} @{entities_to_be_created}= Create List ${entity} ${response}= Batch Create Entities diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_10.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_10.robot index d38303b6d497ca7ef4b7cf7c412ab59b7e4c1d25..5aac2a073169159b6afbaf70b0c5362af99cbc4f 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_10.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/CreateBatchOfEntities/003_10.robot @@ -21,8 +21,8 @@ ${building_id_prefix}= urn:ngsi-ld:Building: Set Suite Variable ${first_entity_id} ${second_entity_id}= Generate Random Entity Id ${building_id_prefix} Set Suite Variable ${second_entity_id} - ${first_entity}= Load Entity building-minimal-sample.jsonld ${first_entity_id} - ${second_entity}= Load Entity building-minimal-sample.jsonld ${second_entity_id} + ${first_entity}= Load Entity building-minimal.jsonld ${first_entity_id} + ${second_entity}= Load Entity building-minimal.jsonld ${second_entity_id} @{entities_to_be_created}= Create List ${first_entity} ${second_entity} ${first_entity} ${response}= Batch Create Entities @{entities_to_be_created} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_01.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_01.robot index 9c488889c4e90f9badb3d778352b70799b43ceb1..c469c99f1039010259be9f4793df9879f0fa5571 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_01.robot @@ -31,10 +31,10 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Keywords *** Setup Initial Entities ${first_entity_id}= Generate Random Entity Id ${building_id_prefix} - ${create_response1}= Create Entity building-simple-attributes-sample.jsonld ${first_entity_id} + ${create_response1}= Create Entity building-simple-attributes.jsonld ${first_entity_id} Check Response Status Code 201 ${create_response1.status_code} ${second_entity_id}= Generate Random Entity Id ${building_id_prefix} - ${create_response2}= Create Entity building-simple-attributes-sample.jsonld ${second_entity_id} + ${create_response2}= Create Entity building-simple-attributes.jsonld ${second_entity_id} Check Response Status Code 201 ${create_response2.status_code} @{entities_ids_to_be_deleted}= Create List ${first_entity_id} ${second_entity_id} Set Test Variable ${entities_ids_to_be_deleted} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_02.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_02.robot index 52ebe3e6c5602d9b9d8917d947ef3ea6882ea55a..0e6ebc0874fe39607bc76e0af84021af1f766263 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_02.robot @@ -26,9 +26,11 @@ ${building_id_prefix}= urn:ngsi-ld:Building: @{expected_successful_entities_ids}= Create List ${existing_entity_id} @{expected_failed_entities_ids}= Create List ${new_entity_id} Set Test Variable ${expected_successful_entities_ids} + &{response1}= Create Batch Operation Result ... ${expected_successful_entities_ids} ... ${expected_failed_entities_ids} + Check Response Status Code 207 ${response.status_code} Check Response Body Containing Batch Operation Result ${response1} ${response.json()} ${expected_entities_ids}= Catenate SEPARATOR=, @{expected_successful_entities_ids} @@ -42,6 +44,6 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Keywords *** Setup Initial Entity ${existing_entity_id}= Generate Random Entity Id ${building_id_prefix} - ${create_response}= Create Entity building-simple-attributes-sample.jsonld ${existing_entity_id} + ${create_response}= Create Entity building-simple-attributes.jsonld ${existing_entity_id} Check Response Status Code 201 ${create_response.status_code} Set Test Variable ${existing_entity_id} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_03.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_03.robot index 365d47574389ceb43777ecb98fa09ee412beeb7d..ff22f729a4ebf7735440823a598c87af66bf7fc7 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_03.robot @@ -10,10 +10,10 @@ Test Template Batch Delete Entity With Invalid Request Scenarios *** Test Cases *** FILENAME PROBLEM_TYPE 006_03_01 InvalidJson [Tags] be-delete 5_6_10 - batch/invalid-json-sample.jsonld ${ERROR_TYPE_INVALID_REQUEST} + batch/invalid-json.jsonld ${ERROR_TYPE_INVALID_REQUEST} 006_03_02 EmptyJson [Tags] be-delete 5_6_10 - batch/empty-sample.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} + batch/empty.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_04.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_04.robot index 34d343bbf1e856ae03af52486eddb3d687a88877..459fa6de0eb2a38c77e329143ae0742297fbbf96 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/DeleteBatchOfEntities/006_04.robot @@ -34,6 +34,6 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Keywords *** Setup Initial Entity ${entity_id}= Generate Random Entity Id ${building_id_prefix} - ${create_response}= Create Entity building-simple-attributes-sample.jsonld ${entity_id} + ${create_response}= Create Entity building-simple-attributes.jsonld ${entity_id} Check Response Status Code 201 ${create_response.status_code} Set Test Variable ${entity_id} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_01.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_01.robot index eca48d12baf7826d6838134f6ffc3aa73745d783..f02488a883458acf077566ef793935c688abedca 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_01.robot @@ -13,19 +13,19 @@ Test Template Batch Update Entity Scenarios *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${entity_payload_filename}= building-simple-attributes-sample.jsonld +${entity_payload_filename}= building-simple-attributes.jsonld *** Test Cases *** FILENAME UPDATE_FRAGMENT_FILENAME 005_01_01 EntityWithSimpleProperties [Tags] be-update 5_6_9 - building-simple-attributes-sample.jsonld fragmentEntities/empty-fragment.json + building-simple-attributes.jsonld fragmentEntities/empty-fragment.json 005_01_02 EntityWithSimpleRelationships [Tags] be-update 5_6_9 - building-relationship-sample.jsonld fragmentEntities/locatedAt-fragment.json + building-relationship.jsonld fragmentEntities/locatedAt-fragment.json 005_01_03 EntityWithRelationshipsProperties [Tags] be-update 5_6_9 - building-relationship-of-property-sample.jsonld fragmentEntities/airQualityLevel-with-relationship-fragment.json + building-relationship-of-property.jsonld fragmentEntities/airQualityLevel-with-relationship-fragment.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_02.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_02.robot index 0312fe8759c21b4fe1d080cbe93ce032a9ddc1a4..97f8ebdb3bb9314bbc45658eeb872161f9bcb25e 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_02.robot @@ -13,19 +13,19 @@ Test Template Batch Update Entity With NoOverwrite Option Scenarios *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${entity_payload_filename}= building-simple-attributes-sample.jsonld +${entity_payload_filename}= building-simple-attributes.jsonld *** Test Cases *** FILENAME UPDATE_FRAGMENT_FILENAME EXPECTED_STATUS 005_02_01 EntityWithExistingAttributes [Tags] be-update 5_6_9 - building-simple-attributes-sample.jsonld fragmentEntities/empty-fragment.json 204 + building-simple-attributes.jsonld fragmentEntities/empty-fragment.json 204 005_02_02 EntityWithNewAttribute [Tags] be-update 5_6_9 - building-relationship-sample.jsonld fragmentEntities/locatedAt-fragment.json 204 + building-relationship.jsonld fragmentEntities/locatedAt-fragment.json 204 005_02_03 EntityWithNewAndExistingAttribute [Tags] be-update 5_6_9 - building-location-attribute-sample.jsonld fragmentEntities/location-fragment.json 204 + building-location-attribute.jsonld fragmentEntities/location-fragment.json 204 *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_03.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_03.robot index 81bbaba35b2910644d7ae8c70ad422d38b8390f7..ea069a314282094f1fa3115c5a9551c664bb8f59 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_03.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Initial Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${entity_payload_filename}= building-simple-attributes-sample.jsonld +${entity_payload_filename}= building-simple-attributes.jsonld ${update_fragment_filename}= fragmentEntities/simple-attributes-relationship-of-property-fragment.json @@ -21,13 +21,13 @@ ${update_fragment_filename}= fragmentEntities/simple-attributes-relationship- [Documentation] Check that one can update a batch of non-existing and existing entities [Tags] be-update 5_6_9 ${first_existing_entity}= Load Entity - ... building-relationship-of-property-sample.jsonld + ... building-relationship-of-property.jsonld ... ${first_existing_entity_id} ${second_existing_entity}= Load Entity - ... building-relationship-of-property-sample.jsonld + ... building-relationship-of-property.jsonld ... ${second_existing_entity_id} ${new_entity_id}= Generate Random Entity Id ${building_id_prefix} - ${new_entity}= Load Entity building-relationship-of-property-sample.jsonld ${new_entity_id} + ${new_entity}= Load Entity building-relationship-of-property.jsonld ${new_entity_id} @{entities_to_be_updated}= Create List ${first_existing_entity} ${second_existing_entity} ${new_entity} ${response}= Batch Update Entities @{entities_to_be_updated} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_04.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_04.robot index 8a18313506b4e9c73fcc15c85b30f394f817b741..dda91ad56b7b7f0acaf75732456798b91a1b4b5b 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_04.robot @@ -10,10 +10,10 @@ Test Template Batch Update Entity With Invalid Request Scenarios *** Test Cases *** FILENAME PROBLEM_TYPE 005_04_01 InvalidJson [Tags] be-update 5_6_9 - batch/invalid-json-sample.jsonld ${ERROR_TYPE_INVALID_REQUEST} + batch/invalid-json.jsonld ${ERROR_TYPE_INVALID_REQUEST} 005_04_02 InvalidJsonLd [Tags] be-update 5_6_9 - batch/invalid-json-ld-sample.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} + batch/invalid-json-ld.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_05.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_05.robot index bab8ffbd27d07088532b815085cc7528d669d099..f8cbb19711803dd374c25fa703a20ad11a0a6ec4 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_05.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpdateBatchOfEntities/005_05.robot @@ -13,7 +13,7 @@ Test Template Batch Update Entity Scenarios *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${entity_payload_filename}= building-minimal-sample.jsonld +${entity_payload_filename}= building-minimal.jsonld *** Test Cases *** FILENAME UPDATE_FRAGMENT_FILENAME diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_01.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_01.robot index 809ee1fcb571379132fd9c87c7df744ec5f1a943..4a38b317b6636228a0c2146a0e05ea45f7042ea5 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_01.robot @@ -17,13 +17,13 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Test Cases *** FILENAME 004_01_01 EntityWithSimpleProperties [Tags] be-upsert 5_6_8 - building-simple-attributes-sample.jsonld + building-simple-attributes.jsonld 004_01_02 EntityWithSimpleRelationships [Tags] be-upsert 5_6_8 - building-relationship-sample.jsonld + building-relationship.jsonld 004_01_03 EntityWithRelationshipsProperties [Tags] be-upsert 5_6_8 - building-relationship-of-property-sample.jsonld + building-relationship-of-property.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_02.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_02.robot index ca99756b7828dc413c48058fa92c2babf6a7f879..7212be861b00dfea82cc576df4c4f7bc8c65f9ba 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_02.robot @@ -17,13 +17,13 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Test Cases *** FILENAME 004_02_01 EntityWithSimpleProperties [Tags] be-upsert 5_6_8 - building-simple-attributes-sample.jsonld + building-simple-attributes.jsonld 004_02_02 EntityWithSimpleRelationships [Tags] be-upsert 5_6_8 - building-relationship-sample.jsonld + building-relationship.jsonld 004_02_03 EntityWithRelationshipsProperties [Tags] be-upsert 5_6_8 - building-relationship-of-property-sample.jsonld + building-relationship-of-property.jsonld *** Keywords *** @@ -53,8 +53,8 @@ Prepare Entities To Upsert [Arguments] ${filename} ${first_existing_entity_id}= Generate Random Entity Id ${building_id_prefix} ${second_existing_entity_id}= Generate Random Entity Id ${building_id_prefix} - Create Entity building-minimal-sample.jsonld ${first_existing_entity_id} - Create Entity building-minimal-sample.jsonld ${second_existing_entity_id} + Create Entity building-minimal.jsonld ${first_existing_entity_id} + Create Entity building-minimal.jsonld ${second_existing_entity_id} Set Test Variable ${first_existing_entity_id} Set Test Variable ${second_existing_entity_id} ${new_entity_id}= Generate Random Entity Id ${building_id_prefix} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_03.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_03.robot index 76410037e401883011e0c02b8a60eb6ac8a0ce7d..014cf660bc7dbd594a1803698b92ff0a91412917 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_03.robot @@ -18,13 +18,13 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Test Cases *** FILENAME 004_03_01 EntityWithSimpleProperties [Tags] be-upsert 5_6_8 - building-simple-attributes-sample.jsonld + building-simple-attributes.jsonld 004_03_02 EntityWithSimpleRelationships [Tags] be-upsert 5_6_8 - building-relationship-sample.jsonld + building-relationship.jsonld 004_03_03 EntityWithRelationshipsProperties [Tags] be-upsert 5_6_8 - building-relationship-of-property-sample.jsonld + building-relationship-of-property.jsonld *** Keywords *** @@ -49,11 +49,11 @@ Batch Upsert Existing Entities Scenarios Setup Initial Entities ${first_existing_entity_id}= Generate Random Entity Id ${building_id_prefix} - ${create_response1}= Create Entity building-minimal-sample.jsonld ${first_existing_entity_id} + ${create_response1}= Create Entity building-minimal.jsonld ${first_existing_entity_id} Check Response Status Code 201 ${create_response1.status_code} Set Test Variable ${first_existing_entity_id} ${second_existing_entity_id}= Generate Random Entity Id ${building_id_prefix} - ${create_response2}= Create Entity building-minimal-sample.jsonld ${second_existing_entity_id} + ${create_response2}= Create Entity building-minimal.jsonld ${second_existing_entity_id} Check Response Status Code 201 ${create_response2.status_code} Set Test Variable ${second_existing_entity_id} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_04.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_04.robot index c96a4ed7582e8652fb4e0c74b5da3d828b013c5a..6ed310ed19bdf2427a12fc92e2afbbfe55fc7642 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_04.robot @@ -13,19 +13,19 @@ Test Template Batch Upsert Entities With Update Option Scenarios *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${existing_entity_payload_filename}= building-minimal-sample.jsonld +${existing_entity_payload_filename}= building-minimal.jsonld *** Test Cases *** FILENAME UPDATE_FRAGMENT_FILENAME 004_04_01 EntityWithSimpleProperties [Tags] be-upsert 5_6_8 - building-simple-attributes-sample.jsonld fragmentEntities/simple-attributes-fragment.json + building-simple-attributes.jsonld fragmentEntities/simple-attributes-fragment.json 004_04_02 EntityWithSimpleRelationships [Tags] be-upsert 5_6_8 - building-relationship-sample.jsonld fragmentEntities/locatedAt-fragment.json + building-relationship.jsonld fragmentEntities/locatedAt-fragment.json 004_04_03 EntityWithRelationshipsProperties [Tags] be-upsert 5_6_8 - building-relationship-of-property-sample.jsonld fragmentEntities/simple-attributes-relationship-of-property-fragment.json + building-relationship-of-property.jsonld fragmentEntities/simple-attributes-relationship-of-property-fragment.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_05.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_05.robot index 936cc776b715dc3f17122b8857473c093ee45b3f..c96f5de87c34d806734d8c4719f01041c74bd677 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_05.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_05.robot @@ -20,9 +20,9 @@ ${building_id_prefix}= urn:ngsi-ld:Building: ${first_entity_id}= Generate Random Entity Id ${building_id_prefix} ${second_entity_id}= Generate Random Entity Id ${building_id_prefix} ${third_entity_id}= Generate Random Entity Id ${building_id_prefix} - ${first_entity}= Load Entity building-minimal-sample.jsonld ${first_entity_id} - ${second_entity}= Load Entity building-minimal-sample.jsonld ${second_entity_id} - ${third_entity}= Load Entity building-minimal-sample.jsonld ${third_entity_id} + ${first_entity}= Load Entity building-minimal.jsonld ${first_entity_id} + ${second_entity}= Load Entity building-minimal.jsonld ${second_entity_id} + ${third_entity}= Load Entity building-minimal.jsonld ${third_entity_id} ${invalid_entity}= Remove Entity Type ${third_entity} @{entities_to_be_upserted}= Create List ${first_entity} ${second_entity} ${invalid_entity} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_06.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_06.robot index 4d8211e6e219253d0b388206275503353a25436b..29cbb28368659a5fefebe7f00c8c0fcf98485cb7 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_06.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_06.robot @@ -10,10 +10,10 @@ Test Template Batch Upsert Entity With Invalid Request Scenarios *** Test Cases *** FILENAME PROBLEM_TYPE 004_06_01 InvalidJson [Tags] be-upsert 5_6_8 - batch/invalid-json-sample.jsonld ${ERROR_TYPE_INVALID_REQUEST} + batch/invalid-json.jsonld ${ERROR_TYPE_INVALID_REQUEST} 004_06_02 InvalidJsonLd [Tags] be-upsert 5_6_8 - batch/invalid-json-ld-sample.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} + batch/invalid-json-ld.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_07.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_07.robot index 943666e95888ad958d2b000595f9c6d618be0911..abd5aad4f49d212fa3f1fc161ba29518332de490 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_07.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_07.robot @@ -19,8 +19,8 @@ ${building_id_prefix}= urn:ngsi-ld:Building: [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} - ${second_entity}= Load Entity building-minimal-sample.jsonld ${second_entity_id} + ${first_entity}= Load Entity building-minimal.jsonld ${first_entity_id} + ${second_entity}= Load Entity building-minimal.jsonld ${second_entity_id} @{entities_to_be_upserted}= Create List ${first_entity} ${second_entity} ${first_entity} ${response}= Batch Upsert Entities @{entities_to_be_upserted} diff --git a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_08.robot b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_08.robot index 655f495a6b1f4f946c1d2649c0d46d95a0c28bb8..6e30947da90803e2ac687a8556123d2033886a42 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_08.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/BatchEntities/UpsertBatchOfEntities/004_08.robot @@ -42,8 +42,8 @@ Batch Upsert Existing Entities Scenarios Setup Initial Entities ${first_existing_entity_id}= Generate Random Entity Id ${building_id_prefix} ${second_existing_entity_id}= Generate Random Entity Id ${building_id_prefix} - Create Entity building-minimal-sample.jsonld ${first_existing_entity_id} - Create Entity building-minimal-sample.jsonld ${second_existing_entity_id} + Create Entity building-minimal.jsonld ${first_existing_entity_id} + Create Entity building-minimal.jsonld ${second_existing_entity_id} Set Test Variable ${first_existing_entity_id} Set Test Variable ${second_existing_entity_id} diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_01.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_01.robot index a164793e48daca4c6095e1e907a6f3b0be868e3c..3f963fb62af1525541955bb4fb27f10c84faf412 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_01.robot @@ -17,16 +17,16 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Test Cases *** FILENAME CONTENT_TYPE 001_01_01 MinimalEntity [Tags] e-create 5_6_1 - building-minimal-sample.json application/json + building-minimal.json application/json 001_01_02 EntityWithSimpleProperties [Tags] e-create 5_6_1 - building-simple-attributes-sample.jsonld application/ld+json + building-simple-attributes.jsonld application/ld+json 001_01_03 EntityWithRelationshipsProperties [Tags] e-create 5_6_1 - building-relationship-of-property-sample.jsonld application/ld+json + building-relationship-of-property.jsonld application/ld+json 001_01_04 EntityWithLocationAttribute [Tags] e-create 5_6_1 - building-location-attribute-sample.jsonld application/ld+json + building-location-attribute.jsonld application/ld+json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_02.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_02.robot index 03c4f2ef4fb9831cf8bc606474af835585827206..2878b9a11c356bfd060d70ef9200a2efe42db8bc 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_02.robot @@ -10,13 +10,13 @@ Test Template Create Entity With Invalid Request Scenarios *** Test Cases *** FILENAME ERROR_TYPE 001_02_01 InvalidJson [Tags] e-create 5_6_1 - invalid-json-sample.jsonld ${ERROR_TYPE_INVALID_REQUEST} + invalid-json.jsonld ${ERROR_TYPE_INVALID_REQUEST} 001_02_02 EmptyJson [Tags] e-create 5_6_1 - empty-sample.jsonld ${ERROR_TYPE_INVALID_REQUEST} + empty.jsonld ${ERROR_TYPE_INVALID_REQUEST} 001_02_03 EntityWithNoContext [Tags] e-create 5_6_1 - building-minimal-sample.json ${ERROR_TYPE_BAD_REQUEST_DATA} + building-minimal.json ${ERROR_TYPE_BAD_REQUEST_DATA} *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_03.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_03.robot index d78c44d240249fbe36e033e11e014d3558f25632..2c1d7e14ca32bee15c295296307fb2f683d6bbf2 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_03.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Initial Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-minimal-sample.jsonld +${filename}= building-minimal.jsonld ${content_type}= application/ld+json diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_04.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_04.robot index 8badd3926884a05b34ce1a1e115747265766f7f6..58f228c67484d79061f293e5867f5029943d2d67 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_04.robot @@ -11,7 +11,7 @@ Test Teardown Delete Initial Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json +${filename}= building-simple-attributes.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_05.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_05.robot index 375fd6aad5cc4200b7e59bef619beb2827f6e44d..4fcab0c452656f67595cc5e64ee04f47d3341a0c 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_05.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_05.robot @@ -11,7 +11,7 @@ Test Teardown Delete Initial Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json +${filename}= building-simple-attributes.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_06.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_06.robot index 0a6cc0288a2527a1bfe26e0589a2aff62555c521..464cfe76ba8ae296cdcbb95244f8d92142e5f468 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_06.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_06.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.jsonld +${filename}= building-simple-attributes.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_07.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_07.robot index eb74295b602e9d9a2867527502be8ac18cdbc39b..20cb883ed4457e21cf8af431698e9009a078ce11 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_07.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_07.robot @@ -11,7 +11,7 @@ Test Teardown Delete Initial Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.jsonld +${filename}= building-simple-attributes.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_08.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_08.robot index 6ec9f5e5e8e0825e39c364898f4c4d9b7f2a5e9a..2b44b19f85a1a74b283f4e9f5e89278967e050f5 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_08.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_08.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.json +${filename}= building-simple-attributes.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_09.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_09.robot index 13e06ecba7f961780aa31729106cd3fe667a18b2..47917f1082ff56035e161db133a2dae553c0c5fa 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_09.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_09.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-simple-attributes-sample.jsonld +${filename}= building-simple-attributes.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_10.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_10.robot index 6948bf84fb5390be82f271a5745bfda67f7472cc..2dcf2ec51a7fbd796d1c75e316529f715d342861 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_10.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/CreateEntity/001_10.robot @@ -17,7 +17,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: *** Test Cases *** FILENAME CONTENT_TYPE 001_10_01 EntityWithLanguageProperty [Tags] e-create 5_6_1 4_5_18 since_v1.4.1 - building-language-property-sample.jsonld application/ld+json + building-language-property.jsonld application/ld+json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/Entities/DeleteEntity/002_01.robot b/TP/NGSI-LD/ContextInformation/Provision/Entities/DeleteEntity/002_01.robot index bc5210dd5346b6f12d9ae1634d95c66b15c1f6e3..a9ecdf6e042cd6d28254bc923bf298b739014ae2 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/Entities/DeleteEntity/002_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/Entities/DeleteEntity/002_01.robot @@ -27,7 +27,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building: Setup Initial Entity ${entity_id}= Generate Random Entity Id ${building_id_prefix} ${response}= Create Entity Selecting Content Type - ... building-simple-attributes-sample.jsonld + ... building-simple-attributes.jsonld ... ${entity_id} ... application/ld+json Check Response Status Code 201 ${response.status_code} diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_01.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_01.robot index 1a1c9c92b486a65d1fd62e1b62af46568e0ec2b3..30a523c220f227e4f3648120fbcfd61942e9863c 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_01.robot @@ -13,16 +13,16 @@ Test Template Append Attributes Without Params *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-speed-two-datasetid-sample.jsonld +${filename}= vehicle-speed-two-datasetid.jsonld *** Test Cases *** STATUS_CODE FRAGMENT_FILENAME EXPECTATION_FILENAME 010_01_01 Append entity attributes [Tags] ea-append 5_6_3 - 204 vehicle-new-attribute-fragment.jsonld vehicle-speed-appended-expectation.jsonld + 204 vehicle-new-attribute-fragment.jsonld vehicle-speed-appended.jsonld 010_01_02 Append entity attributes with different datasetid [Tags] ea-append 5_6_3 - 204 vehicle-speed-different-datasetid-fragment.jsonld vehicle-speed-different-datasetid-expectation.jsonld + 204 vehicle-speed-different-datasetid-fragment.jsonld vehicle-speed-different-datasetid.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_02.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_02.robot index 630a3ff4c7b1a3532038da68cbf4849c7a1d3b0a..dd5c5b63917c056782df708ced04a69caf79de66 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_02.robot @@ -12,7 +12,7 @@ Test Template Append Attributes *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-speed-two-datasetid-sample.jsonld +${filename}= vehicle-speed-two-datasetid.jsonld ${fragment_filename}= vehicle-attribute-to-add-fragment.jsonld ${status_code}= 400 ${invalid_fragment_filename}= invalid-fragment.jsonld diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_04.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_04.robot index 9186b2dfc07cf937fe2e8e61dd02ff349748116f..564840ba6eaba1655b61e02fa0fba7de6e4a0181 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_04.robot @@ -13,14 +13,14 @@ Test Template Append Attributes With Params *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-speed-two-datasetid-sample.jsonld +${filename}= vehicle-speed-two-datasetid.jsonld *** Test Cases *** STATUS_CODE FRAGMENT_FILENAME EXPECTATION_FILENAME 010_04_01 Append entity attributes and ignore existing multi-attribute instance - 204 vehicle-attribute-to-add-fragment.jsonld vehicle-speed-appended-expectation.jsonld + 204 vehicle-attribute-to-add-fragment.jsonld vehicle-speed-appended.jsonld 010_04_02 Append entity attributes with a new multi-attribute instance - 204 vehicle-speed-different-datasetid-fragment.jsonld vehicle-speed-different-datasetid-expectation.jsonld + 204 vehicle-speed-different-datasetid-fragment.jsonld vehicle-speed-different-datasetid.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_05.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_05.robot index 7aa6734e9a816a06ecb88d4ce85f0935ee71aacc..48022c6a4778b6d404cb5b4765a77cb9c84f6417 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_05.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_05.robot @@ -11,7 +11,7 @@ Test Teardown Delete Initial Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-speed-two-datasetid-sample.jsonld +${filename}= vehicle-speed-two-datasetid.jsonld ${fragment_filename}= vehicle-attribute-to-add-fragment.jsonld ${status_code}= 400 ${invalid_fragment_filename}= invalid-fragment.jsonld diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_06.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_06.robot index 99a5f90842633fb3d690520c08425fd89c8a1bfa..aa01055505817f2bc7816b51bb3202dc1c2035d0 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_06.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_06.robot @@ -13,13 +13,13 @@ Test Template Append Attributes Without Params *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-speed-two-datasetid-sample.jsonld +${filename}= vehicle-speed-two-datasetid.jsonld *** Test Cases *** STATUS_CODE FRAGMENT_FILENAME EXPECTATION_FILENAME 010_06_01 Append a LanguageProperty property [Tags] ea-append 5_6_3 4_5_18 since_v1.4.1 - 204 vehicle-new-language-property-fragment.jsonld vehicle-language-property-appended-expectation.jsonld + 204 vehicle-new-language-property-fragment.jsonld vehicle-language-property-appended.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_07.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_07.robot index 4c2ab4e67aa76a9a89327775401f6526a087bef1..2f2ef05fbc7bb1e901df9da2e40cb74067cb1b16 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_07.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/AppendEntityAttributes/010_07.robot @@ -25,7 +25,7 @@ ${scope_fragment_filename}= one-scope-fragment.json ... ${scope_fragment_filename} ... ${CONTENT_TYPE_JSON} Check Response Status Code 204 ${response.status_code} - ${expectation_filename}= Set Variable building-minimal-with-one-scope-expectation.json + ${expectation_filename}= Set Variable building-minimal-with-one-scope.json ${entity_expectation_payload}= Load Test Sample entities/expectations/${expectation_filename} ${entity_id} ${response}= Retrieve Entity by Id ... ${entity_id} @@ -42,7 +42,7 @@ ${scope_fragment_filename}= one-scope-fragment.json ... ${CONTENT_TYPE_JSON} ... noOverwrite Check Response Status Code 204 ${response.status_code} - ${expectation_filename}= Set Variable building-minimal-with-two-scopes-expectation.json + ${expectation_filename}= Set Variable building-minimal-with-two-scopes.json ${entity_expectation_payload}= Load Test Sample entities/expectations/${expectation_filename} ${entity_id} ${response}= Retrieve Entity by Id ... ${entity_id} diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_01.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_01.robot index eee8857ff011f0eea87b7e68764bffeab95248cf..e92c21dd9dac84954d46695314c6cf4da7e02cb2 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_01.robot @@ -14,17 +14,17 @@ Test Template Delete Attributes *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${status_code}= 204 -${filename}= vehicle-two-datasetid-attributes-sample.jsonld +${filename}= vehicle-two-datasetid-attributes.jsonld ${attribute_id}= speed *** Test Cases *** DATASETID DELETEALL EXPECTATION_FILENAME 013_01_01 Delete an attribute with the default instance - ${EMPTY} false vehicle-delete-default-speed-expectation.jsonld + ${EMPTY} false vehicle-delete-default-speed.jsonld 013_01_02 Delete an attribute with the datasetId - urn:ngsi-ld:Property:gpsBxyz123-speed false vehicle-delete-datasetid-speed-expectation.jsonld + urn:ngsi-ld:Property:gpsBxyz123-speed false vehicle-delete-datasetid-speed.jsonld 013_01_03 Delete all target attribute instances - ${EMPTY} true vehicle-delete-deleteall-speed-expectation.jsonld + ${EMPTY} true vehicle-delete-deleteall-speed.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_02.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_02.robot index 363032dae1ffcc88d8a1ce022531cc4c0008c9a9..36b23f39926473a8a9e6c71d1a52fc1a11a7ba19 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_02.robot @@ -12,7 +12,7 @@ Test Template Delete Attributes *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-two-datasetid-attributes-sample.jsonld +${filename}= vehicle-two-datasetid-attributes.jsonld *** Test Cases *** ENTITY_ID ATTRIBUTE_ID EXPECTED_STATUS_CODE diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_03.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_03.robot index 2fe08d7e9ef04c7e361bc8edd57b064a99560c67..b1c0448d1bfddb4c255ca0b02fc5df788a53964c 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_03.robot @@ -13,7 +13,7 @@ Test Template Delete Attributes *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${status_code}= 404 -${filename}= vehicle-two-datasetid-attributes-sample.jsonld +${filename}= vehicle-two-datasetid-attributes.jsonld *** Test Cases *** ENTITY_ID ATTRIBUTE_ID DATASETID diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_04.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_04.robot index df4b17f8de22bdeeda1b86397445df5ad86b465e..bc4464f08323dbf545ae2b2fda459930a17748bc 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/DeleteEntityAttribute/013_04.robot @@ -13,7 +13,7 @@ Test Teardown Delete Initial Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${filename}= building-minimal-with-one-scope.json -${expectation_filename}= building-minimal-compacted-expectation.json +${expectation_filename}= building-minimal-compacted.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_01.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_01.robot index 5a0b22a44c3a1a0284a63fc79c418d9d602fc4ed..214864fb347329a65f01127138329b1d132758b1 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_01.robot @@ -13,15 +13,15 @@ Test Template Update Attributes *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-speed-two-datasetid-sample.jsonld +${filename}= vehicle-speed-two-datasetid.jsonld ${status_code}= 204 *** Test Cases *** FRAGMENT_FILENAME ATTRIBUTE_ID EXPECTATION_FILENAME 012_01_01 Check that one can partially update an attribute - vehicle-isparked-fragment.jsonld isParked vehicle-isparked-update-expectation.jsonld + vehicle-isparked-fragment.jsonld isParked vehicle-isparked-update.jsonld 012_01_02 Check that one can partially update an attribute by specifying the datasetId - vehicle-speed-equal-datasetid-fragment.jsonld speed vehicle-update-speed-expectation.jsonld + vehicle-speed-equal-datasetid-fragment.jsonld speed vehicle-update-speed.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_02.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_02.robot index 1194005686643338af098b15ea02bb35f0236f03..1e7e675ae1b338f23d3bbf85cafa3bbcd998efaf 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_02.robot @@ -12,7 +12,7 @@ Test Template Update Attributes *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-two-datasetid-attributes-sample.jsonld +${filename}= vehicle-two-datasetid-attributes.jsonld ${status_code}= 400 diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_03.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_03.robot index ade2e05bada9c4c23802d3fcdd63dd108dbf02f4..c6fbdec3565c767272a361167362ca4ba27a4d11 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_03.robot @@ -12,7 +12,7 @@ Test Template Partial Update Attributes *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-speed-two-datasetid-sample.jsonld +${filename}= vehicle-speed-two-datasetid.jsonld ${status_code}= 404 ${default_attr_id}= speed diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_04.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_04.robot index 91620737b65790ed1c11ee8407e5953b672b3814..10948bc18e9a27656cdac66b55382ba4f5d54cef 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/PartialAttributeUpdate/012_04.robot @@ -13,14 +13,14 @@ Test Template Update Attributes *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Building: -${filename}= building-language-property-sub-property-sample.jsonld +${filename}= building-language-property-sub-property.jsonld ${status_code}= 204 *** Test Cases *** FRAGMENT_FILENAME ATTRIBUTE_ID EXPECTATION_FILENAME 012_04_01 Check that one can partially update a LanguageProperty property [Tags] ea-partial-update 5_6_4 4_5_18 since_v1.4.1 - building-language-property-fragment.jsonld street building-language-property-update-expectation.jsonld + building-language-property-fragment.jsonld street building-language-property-update.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_01.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_01.robot index f1377d4f022a5a2daf9a5bec17a6f3504d41105c..cdc9c053a2e594cb259648efa3ff7825c25f1ff0 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_01.robot @@ -13,16 +13,16 @@ Test Template Update Attributes *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-two-datasetid-attributes-sample.jsonld +${filename}= vehicle-two-datasetid-attributes.jsonld *** Test Cases *** STATUS_CODE FRAGMENT_FILENAME EXPECTATION_RESPONSE_FILENAME EXPECTATION_FILENAME 011_01_01 Check that one can update existing attributes with no datasetId - 204 vehicle-speed-two-datasetid-01-fragment.jsonld ${EMPTY} expectations/vehicle-update-attributes-expectation.jsonld + 204 vehicle-speed-two-datasetid-01-fragment.jsonld ${EMPTY} expectations/vehicle-update-attributes.jsonld 011_01_02 Check that one can update existing attributes with the datasetId - 204 vehicle-speed-two-datasetid-02-fragment.jsonld ${EMPTY} expectations/vehicle-update-datasetid-attributes-expectation.jsonld + 204 vehicle-speed-two-datasetid-02-fragment.jsonld ${EMPTY} expectations/vehicle-update-datasetid-attributes.jsonld 011_01_03 Check that one can update only some attributes while unknown are ignored - 204 vehicle-speed-two-datasetid-03-fragment.jsonld ${EMPTY} expectations/vehicle-multi-attributes-expectation.jsonld + 204 vehicle-speed-two-datasetid-03-fragment.jsonld ${EMPTY} expectations/vehicle-multi-attributes.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_02.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_02.robot index 09607dd0a94cb2b1ed5f27d218373545a70e1f0d..57b5ba0cf48280ea53b20045fae60e95badd978a 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_02.robot @@ -37,7 +37,7 @@ Initialize Environment ${entity_id}= Generate Random Entity Id ${vehicle_id_prefix} Set Test Variable ${entity_id} ${response}= Create Entity Selecting Content Type - ... vehicle-two-datasetid-attributes-sample.jsonld + ... vehicle-two-datasetid-attributes.jsonld ... ${entity_id} ... ${CONTENT_TYPE_LD_JSON} Check Response Status Code 201 ${response.status_code} diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_04.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_04.robot index cffffe4a097eba0cdd016a69ab124d73e555219d..b47bf2354f8cae5eeb31ef70022314affaf316b1 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_04.robot @@ -11,12 +11,12 @@ Test Template Update entity attributes with invalid entity fragments *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-speed-two-datasetid-sample.jsonld +${filename}= vehicle-speed-two-datasetid.jsonld *** Test Cases *** 011_04_01 Update entity attributes with invalid entity fragments - vehicle-speed-two-datasetid-sample.jsonld invalid-fragment.jsonld + vehicle-speed-two-datasetid.jsonld invalid-fragment.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_05.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_05.robot index becf67af284bed149805561048ca592b6b55dcaf..379ebefe03d2d6f64d2da051ba4548fe9c23e64f 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_05.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_05.robot @@ -24,7 +24,7 @@ ${scope_fragment_filename}= one-scope-fragment.json ... ${scope_fragment_filename} ... ${CONTENT_TYPE_JSON} Check Response Status Code 204 ${response.status_code} - ${expectation_filename}= Set Variable building-minimal-with-one-scope-expectation.json + ${expectation_filename}= Set Variable building-minimal-with-one-scope.json ${entity_expectation_payload}= Load Test Sample entities/expectations/${expectation_filename} ${entity_id} ${response}= Retrieve Entity by Id ... ${entity_id} @@ -35,13 +35,13 @@ ${scope_fragment_filename}= one-scope-fragment.json 011_05_02 Update scope to an entity not having a scope [Documentation] Check that scope is not added if entity does not already have a scope [Tags] ea-append 5_6_2 4_18 since_v1.5.1 - [Setup] Create Initial Entity building-minimal-sample.json + [Setup] Create Initial Entity building-minimal.json ${response}= Update Entity Attributes ... ${entity_id} ... ${scope_fragment_filename} ... ${CONTENT_TYPE_JSON} Check Response Status Code 207 ${response.status_code} - ${expectation_filename}= Set Variable building-minimal-compacted-expectation.json + ${expectation_filename}= Set Variable building-minimal-compacted.json ${entity_expectation_payload}= Load Test Sample entities/expectations/${expectation_filename} ${entity_id} ${response}= Retrieve Entity by Id ... ${entity_id} diff --git a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_06.robot b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_06.robot index 6a1b5a26780009d1303b8442d168b9a0d9ab21cc..817c4574f53eaececc74de0402aeea849159819b 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_06.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/EntityAttributes/UpdateEntityAttributes/011_06.robot @@ -13,7 +13,7 @@ Test Template Append Types to an Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${entity_filename}= building-minimal-sample.json +${entity_filename}= building-minimal.json *** Test Cases *** FRAGMENT_FILENAME EXPECTATION_FILENAME @@ -22,7 +22,7 @@ ${entity_filename}= building-minimal-sample.json 011_06_02 AppendTwoTypes types-vehicle-car-fragment.json building-minimal-with-three-types.json 011_06_03 AppendExistingType - type-building-fragment.json building-minimal-compacted-expectation.json + type-building-fragment.json building-minimal-compacted.json 011_06_04 AppendOneTypeAndOneExisting type-vehicle-building-fragment.json building-minimal-with-two-types.json diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_01.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_01.robot index 213ceee0dc846cd9d7bd56ddf459884af05ce712..cc49b06f3113bb0932a111a977c8b0f335815935 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_01.robot @@ -16,9 +16,9 @@ ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: *** Test Cases *** FILENAME EXPECTATION_FILENAME CONTENT_TYPE 007_01_01 Create a temporal representation of an entity - vehicle-create-temporal-representation-sample.jsonld vehicle-temporal-representation-create-expectation.jsonld application/ld+json + vehicle-create-temporal-representation.jsonld vehicle-temporal-representation-create.jsonld application/ld+json 007_01_02 Create a temporal entity with no context - vehicle-create-temporal-representation-without-context-sample.jsonld vehicle-temporal-representation-create-with-no-context-expectation.jsonld application/json + vehicle-create-temporal-representation-without-context.jsonld vehicle-temporal-representation-create-with-no-context.jsonld application/json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_02.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_02.robot index 1d39a82fe144c820bd1a0448ddb529eea94ac9af..49659f8114ef8deb49d2ae6c95871c88d6cab6b0 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_02.robot @@ -14,9 +14,9 @@ ${status_code}= 400 *** Test Cases *** FILENAME 007_02_01 Create a temporal entity with an invalid json - vehicle-temporal-representation-invalid-json-sample.jsonld + vehicle-temporal-representation-invalid-json.jsonld 007_02_02 Create a temporal entity with an empty json - vehicle-temporal-representation-empty-json-sample.jsonld + vehicle-temporal-representation-empty-json.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_03.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_03.robot index 71e721b2e5c5061dbeac70f06e8cc261b2bd63bc..5c4c2bfefd26964c02bf1ba36ca7da0c6ea96905 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/CreateTemporalRepresentationOfEntity/007_03.robot @@ -14,9 +14,9 @@ ${status_code}= 400 *** Test Cases *** ENTITY_ID FILENAME 007_03_01 Create a temporal entity with missing id - ${EMPTY} vehicle-temporal-representation-without-id-sample.jsonld + ${EMPTY} vehicle-temporal-representation-without-id.jsonld 007_03_02 Create a temporal invalid URI - invalidId vehicle-temporal-representation-sample.jsonld + invalidId vehicle-temporal-representation.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/DeleteTemporalRepresentationOfEntity/009_01.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/DeleteTemporalRepresentationOfEntity/009_01.robot index e2cdf8ba95d5c4074da7d7ca25a00d3c9b7649f1..b101168ecf6ba55525601fea7ff9641ca228e29d 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/DeleteTemporalRepresentationOfEntity/009_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/DeleteTemporalRepresentationOfEntity/009_01.robot @@ -11,7 +11,7 @@ Test Setup Create Initial Temporal Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/UpdateTemporalRepresentationOfEntity/008_01.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/UpdateTemporalRepresentationOfEntity/008_01.robot index 0880d6b575dd3b056e235d1295d6cfc6d851827f..baa4e31e53aebe9dd9db25a9e62d7a9fe904fd69 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/UpdateTemporalRepresentationOfEntity/008_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntity/UpdateTemporalRepresentationOfEntity/008_01.robot @@ -12,9 +12,9 @@ Suite Teardown Delete Temporal Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-create-temporal-representation-sample.jsonld -${update_filename}= vehicle-temporal-representation-update-sample.jsonld -${expectation_filename}= vehicle-temporal-representation-update-expectation.jsonld +${filename}= vehicle-create-temporal-representation.jsonld +${update_filename}= vehicle-temporal-representation-update.jsonld +${expectation_filename}= vehicle-temporal-representation-update.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_01.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_01.robot index 0e550d27bccf1730486f99c0545b0c2db7a79fff..9e4d40470a5688d8baef6222c65a54d71c264cef 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_01.robot @@ -12,9 +12,9 @@ Suite Teardown Delete Temporal Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${fragment_filename}= vehicle-temporal-representation-fragment.jsonld -${expectation_filename}= vehicle-temporal-representation-added-attribute-expectation.jsonld +${expectation_filename}= vehicle-temporal-representation-added-attribute.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_02.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_02.robot index d522cb21a6ae0f24641895f1a6c4af7e81f91005..960b7db7f9ccb05529e6a9f5600a70dd0a76ff35 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_02.robot @@ -12,7 +12,7 @@ Test Template Add Attribute To Temporal Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${fragment_filename}= vehicle-temporal-representation-fragment.jsonld ${status_code}= 400 diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_03.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_03.robot index dfca906bfe8a6bcebfa170f5f2a3379db23bce0c..46c42b3d286af54f4c9a1521ca4bcca049efd122 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_03.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${fragment_filename}= vehicle-temporal-representation-fragment.jsonld ${status_code}= 404 diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_04.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_04.robot index 59e2245a064a946a2e60edd372efa74d4cdd5179..24a19441a9df6c19f56b609e79eabbdbab6462ff 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_04.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/AddAttributes/014_04.robot @@ -12,7 +12,7 @@ Test Template Add an Attribute To a Temporal Entity From File *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${fragment_filename}= vehicle-temporal-representation-fragment.jsonld ${status_code}= 400 diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_01.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_01.robot index 8f868ef9a68bd7dbdadbee9bb047deece6c1f73b..a3d0e607ac99f076c6cb12519da745518540d08c 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_01.robot @@ -13,18 +13,18 @@ Test Template Delete Attribute From A Temporal Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${status_code}= 204 ${attribute_id}= fuelLevel *** Test Cases *** DELETE_ALL DATASET_ID EXPECTATION_FILE 015_01_01 Delete an attribute from a temporal representation of an entity without deleteAll/datasetId - false ${EMPTY} vehicle-temporal-representation-delete-fuelLevel-expectation.jsonld + false ${EMPTY} vehicle-temporal-representation-delete-fuelLevel.jsonld 015_01_02 Delete an attribute from a temporal representation of an entity with datasetId - false urn:ngsi-ld:Vehicle:12345-fuel vehicle-temporal-representation-delete-fuelLevel-datasetid-expectation.jsonld + false urn:ngsi-ld:Vehicle:12345-fuel vehicle-temporal-representation-delete-fuelLevel-datasetid.jsonld 015_01_03 Delete an attribute from a temporal representation of an entity with deleteAll - true ${EMPTY} vehicle-temporal-representation-deleteall-fuelLevel-expectation.jsonld + true ${EMPTY} vehicle-temporal-representation-deleteall-fuelLevel.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_02.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_02.robot index fe31762b8c93ec3922dfe270d8d66b330ed115dd..861752c017ec69fc4cb908b1179659b60e96ec02 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_02.robot @@ -13,7 +13,7 @@ Test Template Delete attribute from temporal entity with unknow entity/att *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${status_code}= 400 -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld *** Test Cases *** ENTITY_ID ATTRIBUTE_ID diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_03.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_03.robot index 0353c87a698da5ed3813e682b7c87a0fdd2ff6b1..493bdae75ff1dc914449223cfda0cb1002bae94a 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttribute/015_03.robot @@ -12,7 +12,7 @@ Test Template Delete An Attribute *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${status_code}= 404 diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_01.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_01.robot index 25161e5ad020613c9e2f3466fc8530c7bb4ef07a..7c1a37943bd42b8b16ba13bb8e0c76984c6d267f 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_01.robot @@ -12,9 +12,9 @@ Suite Teardown Delete Temporal Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${attributeId}= speed -${expectation_filename}= vehicle-temporal-representation-delete-speed-instanceid-sample.jsonld +${expectation_filename}= vehicle-temporal-representation-delete-speed-instanceid.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_02.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_02.robot index 7f0eb27798d51805616a04c289993716266a525a..98adc7bcda0155c9afad1b9ebd8e04ea715d9a63 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_02.robot @@ -13,7 +13,7 @@ Test Template Delete attribute instance *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${status_code}= 400 diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_03.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_03.robot index 97b944918ebc7b5d98876c749701abe9b06bee0f..dcdb0de065c8e3c9d6a62c93c5788f4f4b7ecbbe 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/DeleteAttributeInstance/017_03.robot @@ -13,7 +13,7 @@ Test Template Delete An Attribute Instance *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${status_code}= 404 diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_01.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_01.robot index 1e9461fc2b6ccbc330598c74524fe775d19c114e..48cfee351296dd389f7b55547d12ab096697e0a5 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_01.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_01.robot @@ -12,9 +12,9 @@ Suite Teardown Delete Intitial Temporal Representation Of Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${fragment_filename}= vehicle-temporal-modify-attribute-instance-fragment.jsonld -${expectation_filename}= vehicle-temporal-representation-modify-attribute-instance-expectation.jsonld +${expectation_filename}= vehicle-temporal-representation-modify-attribute-instance.jsonld ${attributeId}= speed diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_02.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_02.robot index 7191c02d79ca31de034656675036449424a7bf44..b65a5f4b17d806d7fcc46c555a948f5c3b71efed 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_02.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_02.robot @@ -13,7 +13,7 @@ Test Template Modify Attribute Instance Temporal Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${fragment_filename}= vehicle-temporal-modify-attribute-instance-fragment.jsonld diff --git a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_03.robot b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_03.robot index 10d73b83900205f77c9e14a5351478b87bf33679..3b2a8633c16b9beda1b099a70cb51712e2a3f2ab 100644 --- a/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_03.robot +++ b/TP/NGSI-LD/ContextInformation/Provision/TemporalEntityAttributes/PartialUpdateAttributeInstance/016_03.robot @@ -13,7 +13,7 @@ Test Template Modify Attribute Instance Temporal Entity *** Variables *** ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: -${filename}= vehicle-temporal-representation-sample.jsonld +${filename}= vehicle-temporal-representation.jsonld ${fragment_filename}= vehicle-temporal-modify-attribute-instance-fragment.jsonld ${status_code}= 404 diff --git a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_01.robot b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_01.robot index 1ff8fec980c92e958f4493b5f8bcc34e32396c61..8c618ad7276147abd7a2a39f5fc837f4df12389d 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_01.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_01.robot @@ -10,8 +10,8 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${subscription_expectation_file_path}= subscriptions/expectations/subscription-028-01-expectation.jsonld +${subscription_payload_file_path}= subscriptions/subscription.jsonld +${subscription_expectation_file_path}= subscriptions/expectations/subscription-028-01.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_02.robot b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_02.robot index ccfac130dbcfbd14562d87dbec832c69f11f25c5..f4dc443ed877d85726d7518940a15b9e891cd718 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_02.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_02.robot @@ -9,9 +9,9 @@ Test Template Create Subscription With Invalid Request *** Test Cases *** FILENAME EXPECTED_STATUS 028_02_01 InvalidJson - subscription-invalid-json-sample.jsonld ${ERROR_TYPE_INVALID_REQUEST} + subscription-invalid-json.jsonld ${ERROR_TYPE_INVALID_REQUEST} 028_02_02 EmptyJson - subscription-empty-sample.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} + subscription-empty.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_03.robot b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_03.robot index 1685c588a1f87e5335ad13eb39d1111d9046cad8..fff953cf502b3044d2689730cae3466ec90313bd 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_03.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_03.robot @@ -10,7 +10,7 @@ Test Template Create Subscription With Invalid/Empty Id *** Variables *** -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= subscriptions/subscription.jsonld *** Test Cases *** ID diff --git a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_04.robot b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_04.robot index ee7a99dd3bd363b9b0aa1c7886311a4c5bb9b584..dde6d4c44656014cc37449aee64fe35b0fcd734a 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_04.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_04.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= subscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_05.robot b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_05.robot index b11792e16f8b30d27b44edb173f3a5f09c694f87..1a4b19ad15a03297d0c2e72142eca66601310ef1 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_05.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/CreateSubscription/028_05.robot @@ -9,9 +9,9 @@ Test Template Create Subscription With Invalid Throttling *** Test Cases *** FILENAME EXPECTED_STATUS 028_05_01 ThrottlingAndTimeIntervalConjunction - subscription-invalid-throttling-timeInterval-sample.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} + subscription-invalid-throttling-timeInterval.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} 028_05_02 NegativeThrottling - subscription-invalid-negative-throttling-sample.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} + subscription-invalid-negative-throttling.jsonld ${ERROR_TYPE_BAD_REQUEST_DATA} *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/DeleteSubscription/032_03.robot b/TP/NGSI-LD/ContextInformation/Subscription/DeleteSubscription/032_03.robot index abee53d568bbab68dc44a25ae64e7091238bcfd7..066f7c38ecbf5ad1fcf815daa9fa25af93b2cbcf 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/DeleteSubscription/032_03.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/DeleteSubscription/032_03.robot @@ -10,7 +10,7 @@ Suite Setup Setup Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= subscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/QuerySubscriptions/031_01.robot b/TP/NGSI-LD/ContextInformation/Subscription/QuerySubscriptions/031_01.robot index bb64269b46ab119cfb25122ca7910b31161f1bca..7e94cad0eeaa45ba4d7c19e276ba5ce4daa54fe9 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/QuerySubscriptions/031_01.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/QuerySubscriptions/031_01.robot @@ -11,10 +11,10 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${first_subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${second_subscription_payload_file_path}= subscriptions/subscription-watchedAttributes-sample.jsonld -${third_subscription_payload_file_path}= subscriptions/subscription-inactive-sample.jsonld -${expectation_file_path}= subscriptions/expectations/subscriptions-031-01-expectation.json +${first_subscription_payload_file_path}= subscriptions/subscription.jsonld +${second_subscription_payload_file_path}= subscriptions/subscription-watchedAttributes.jsonld +${third_subscription_payload_file_path}= subscriptions/subscription-inactive.jsonld +${expectation_file_path}= subscriptions/expectations/subscriptions-031-01.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/QuerySubscriptions/031_02.robot b/TP/NGSI-LD/ContextInformation/Subscription/QuerySubscriptions/031_02.robot index 2d5995b05f0605b9180f5b8a35e18117f3f0af1c..0440eb19f70b30ed8fd38594898688bc6cea3d11 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/QuerySubscriptions/031_02.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/QuerySubscriptions/031_02.robot @@ -12,9 +12,9 @@ Test Template Query Subscriptions With Limit And Page Parameters *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${first_subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${second_subscription_payload_file_path}= subscriptions/subscription-watchedAttributes-sample.jsonld -${third_subscription_payload_file_path}= subscriptions/subscription-inactive-sample.jsonld +${first_subscription_payload_file_path}= subscriptions/subscription.jsonld +${second_subscription_payload_file_path}= subscriptions/subscription-watchedAttributes.jsonld +${third_subscription_payload_file_path}= subscriptions/subscription-inactive.jsonld *** Test Cases *** LIMIT OFFSET EXPECTED_SUBSCRIPTION_NUMBER PREV_LINK NEXT_LINK diff --git a/TP/NGSI-LD/ContextInformation/Subscription/RetrieveSubscription/030_03.robot b/TP/NGSI-LD/ContextInformation/Subscription/RetrieveSubscription/030_03.robot index b365e3706804ea611cbbcb9539594b0e4d5f10c6..69baa4d00be394a1f05b93f096b6223358fa89b1 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/RetrieveSubscription/030_03.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/RetrieveSubscription/030_03.robot @@ -11,8 +11,8 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${expectation_file_path}= subscriptions/expectations/subscriptions-030-03-expectation.json +${subscription_payload_file_path}= subscriptions/subscription.jsonld +${expectation_file_path}= subscriptions/expectations/subscriptions-030-03.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_01.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_01.robot index 12f6fcfdf5cad5fd047437aa0fdbfa8bd7674e58..36af1c75d31fb72c06ad7d2585a4bb4d70d37b7c 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_01.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_01.robot @@ -15,7 +15,7 @@ Suite Teardown After Test ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-active.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${fragment_filename}= airQualityLevel-fragment.jsonld ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_02.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_02.robot index 69cc5e9bef4fc1bc90934870f4b3fed26019d321..c14633af0cd3955ed2fdb9fb3a28eb80989c8b62 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_02.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_02.robot @@ -13,10 +13,10 @@ Suite Teardown After Test *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-timeInterval-sample.jsonld +${subscription_payload_file_path}= subscriptions/subscription-timeInterval.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_03.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_03.robot index 4e934ff722ec502989bb55bc1977c8695933c9cb..7257da2b4c658ce49bdc03b57c09fc63b3b2613e 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_03.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_03.robot @@ -16,7 +16,7 @@ ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-default.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${fragment_filename}= airQualityLevel-fragment.jsonld diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_04.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_04.robot index 75939377ec32edf7ac57edb08e216aa44376ddf3..dfa3c812f09a182ed470ad25c1084d9fb3cb063d 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_04.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_04.robot @@ -16,7 +16,7 @@ ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-active-watchedAttributes.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${fragment_filename}= airQualityLevel-fragment.jsonld diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_05.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_05.robot index c94b1e8dc09bfb7081de3d1a428250e80f4a03b7..4ec55b206133f0b4b84964d58d5a37c6c48a1539 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_05.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_05.robot @@ -16,7 +16,7 @@ ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-active-watchedAttributes-query.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${fragment_filename}= airQualityLevel-fragment.jsonld diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_07.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_07.robot index 549c4211391e7563f15b5301b202952293b82f04..a7f2bc3a553b3a0da76de23f76f419231353a646 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_07.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_07.robot @@ -19,7 +19,7 @@ ${subscription_payload_file_path_notificationAttributes} subscriptions/subscr ${subscription_payload_file_path_default_context} subscriptions/subscription-building-entities-active-default-context.jsonld ${building_id_prefix} urn:ngsi-ld:Building: ${notification_server_send_url} http://${notification_server_host}:${notification_server_port}/notify -${entity_building_filepath} building-simple-attributes-sample.jsonld +${entity_building_filepath} building-simple-attributes.jsonld ${fragment_filename} airQualityLevel-fragment.jsonld ${date_format} %Y-%m-%dT%H:%M:%SZ ${date_format_with_millis} %Y-%m-%dT%H:%M:%S.%fZ diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_08.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_08.robot index 35fbe3b26f6958a23b1f24ab188a2d86763d596f..65213d783e142dbd87a0bd4b4e5f256adfdaf992 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_08.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_08.robot @@ -18,7 +18,7 @@ ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-active.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${fragment_filename}= airQualityLevel-fragment.jsonld diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_09.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_09.robot index 72a5d949e652579a4218a53320392c50679d6402..3a5c11eaf8c13fdd8ca38a0189460e15683330b7 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_09.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_09.robot @@ -15,7 +15,7 @@ Suite Teardown After Test ${subscription_id_prefix} urn:ngsi-ld:Subscription: ${subscription_payload_file_path} subscriptions/subscription-building-entities-active-endpoint-info.jsonld ${building_id_prefix} urn:ngsi-ld:Building: -${entity_building_filepath} building-simple-attributes-sample.jsonld +${entity_building_filepath} building-simple-attributes.jsonld ${fragment_filename} airQualityLevel-fragment.jsonld ${notification_server_send_url} http://${notification_server_host}:${notification_server_port}/notify diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_10.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_10.robot index 9f61ff5d5c01554f87b8e0402da89e20b6b9383d..5b3e2eb284a1774f44b988a117694b4699d457e6 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_10.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_10.robot @@ -15,7 +15,7 @@ Suite Teardown After Test ${subscription_id_prefix} urn:ngsi-ld:Subscription: ${subscription_payload_file_path} subscriptions/subscription-building-entities-default.jsonld ${building_id_prefix} urn:ngsi-ld:Building: -${entity_building_filepath} building-simple-attributes-sample.jsonld +${entity_building_filepath} building-simple-attributes.jsonld ${fragment_filename} airQualityLevel-fragment.jsonld ${notification_server_send_url} http://${notification_server_host}:${notification_server_port}/notify ${expected_header_links} <${ngsild_test_suite_context}>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json" diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_11.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_11.robot index bab90df176feb6cf2d5bf73aa0173168b9b395a9..b036cf9493adbbb880e1996fb5ea5b6e3a87b92f 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_11.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_11.robot @@ -15,7 +15,7 @@ Suite Teardown After Test ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-active.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${fragment_filename}= airQualityLevel-fragment.jsonld ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify ${date_format}= %Y-%m-%dT%H:%M:%SZ diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_12.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_12.robot index 42eaae30ce11c0b4d3a43954d1d1e83ed8a2257a..d3569130d45e1d945b4a16628e40f9bc3bed6403 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_12.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_12.robot @@ -15,7 +15,7 @@ Suite Teardown After Test ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-active.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${fragment_filename}= airQualityLevel-fragment.jsonld ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_13.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_13.robot index 336ac77e5c074ed0b8659836b7ec53fd381a94ea..7f391cfd24099702f8cb6057aabde97b6dbc0518 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_13.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_13.robot @@ -16,7 +16,7 @@ Suite Teardown After Test ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-active.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${fragment_filename}= airQualityLevel-fragment.jsonld diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_14.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_14.robot index 31d751535bf736690d18f33e8e58b9cb2d7c5df1..bd15846704f71099cce70ae22c5287228471609b 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_14.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_14.robot @@ -15,7 +15,7 @@ Suite Teardown After Test ${subscription_id_prefix} urn:ngsi-ld:Subscription: ${subscription_payload_file_path} subscriptions/subscription-building-entities-accept-jsonld.jsonld ${building_id_prefix} urn:ngsi-ld:Building: -${entity_building_filepath} building-simple-attributes-sample.jsonld +${entity_building_filepath} building-simple-attributes.jsonld ${fragment_filename} airQualityLevel-fragment.jsonld ${notification_server_send_url} http://${notification_server_host}:${notification_server_port}/notify diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_15.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_15.robot index a04c3fc9f21de856a72ed1961aa65413500a2717..951aa319269ce296255ecc6578ee2d6c819ea5e1 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_15.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_15.robot @@ -13,10 +13,10 @@ Suite Teardown After Test *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-valid-throttling-sample.jsonld +${subscription_payload_file_path}= subscriptions/subscription-valid-throttling.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${fragment_filename}= airQualityLevel-fragment.jsonld diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_16_01.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_16_01.robot index ef421c356440481407be2cf753517feb80b6c7e9..2ff7515ae6b39a7f5f7b8ae2ba525f4f57d4dc4d 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_16_01.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_16_01.robot @@ -16,7 +16,7 @@ ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-type-selection.jsonld ${building_id_prefix}= urn:ngsi-ld:Building: ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify -${entity_building_filepath}= building-simple-attributes-sample.jsonld +${entity_building_filepath}= building-simple-attributes.jsonld ${content_type}= application/ld+json diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_16_02.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_16_02.robot index 25a8cfcce420aac14c8de2ab7e002572a29e7c4b..d9b6f08db5062558fd33e67df8eb451cf39446a9 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_16_02.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/046_16_02.robot @@ -16,7 +16,7 @@ ${subscription_id_prefix}= urn:ngsi-ld:Subscription: ${subscription_payload_file_path}= subscriptions/subscription-building-entities-type-selection.jsonld ${vehicle_id_prefix}= urn:ngsi-ld:Vehicle: ${notification_server_send_url}= http://${notification_server_host}:${notification_server_port}/notify -${entity_vehicle_filepath}= vehicle-simple-attributes-sample.jsonld +${entity_vehicle_filepath}= vehicle-simple-attributes.jsonld ${content_type}= application/ld+json diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_01.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_01.robot index 8367ae8fb0754700054c62b1c70925ee562e9158..2336b5615294a3706a1f8274c0f5aa07236d3c13 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_01.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_01.robot @@ -16,7 +16,7 @@ Test Template Receive MQTT Notification ${subscription_id_prefix} urn:ngsi-ld:Subscription: ${subscription_payload_file_path} subscriptions/subscription-building-entities-default.jsonld ${building_id_prefix} urn:ngsi-ld:Building: -${entity_building_filepath} building-simple-attributes-sample.jsonld +${entity_building_filepath} building-simple-attributes.jsonld ${fragment_filename} airQualityLevel-fragment.jsonld ${topic} ngsild-test-suite/topic diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_02.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_02.robot index 5db442acc2a1df486ef7cdef4be89402a2db40a7..8bc65094366ea781415f1d372157ed837f2743f7 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_02.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_02.robot @@ -17,7 +17,7 @@ Test Template Receive MQTT Notification ${subscription_id_prefix} urn:ngsi-ld:Subscription: ${subscription_payload_file_path} subscriptions/subscription-building-entities-default.jsonld ${building_id_prefix} urn:ngsi-ld:Building: -${entity_building_filepath} building-simple-attributes-sample.jsonld +${entity_building_filepath} building-simple-attributes.jsonld ${fragment_filename} airQualityLevel-fragment.jsonld ${topic} ngsild-test-suite/topic ${endpoint} mqtt://${mqtt_broker_host}/${topic} diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_03.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_03.robot index ee91ce8bf7e1257b0cdcb23b3e252b587bac386d..794cd76adfb2fe78d91912c7d2732b264440de58 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_03.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_03.robot @@ -17,7 +17,7 @@ Test Template Receive Mqtt Notification ${subscription_id_prefix} urn:ngsi-ld:Subscription: ${subscription_payload_file_path} subscriptions/subscription-building-entities-default.jsonld ${building_id_prefix} urn:ngsi-ld:Building: -${entity_building_filepath} building-simple-attributes-sample.jsonld +${entity_building_filepath} building-simple-attributes.jsonld ${fragment_filename} airQualityLevel-fragment.jsonld ${topic} ngsild-test-suite/topic ${endpoint} mqtt://${mqtt_broker_host}/${topic} diff --git a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_04.robot b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_04.robot index 297f693e68149db630a7498a97c45b1c36c1bc67..3077e3c96169406904310bc913954d36a039e044 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_04.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/SubscriptionNotificationBehaviour/MQTT/058_04.robot @@ -17,7 +17,7 @@ Test Template Receive Mqtt Notification ${subscription_id_prefix} urn:ngsi-ld:Subscription: ${subscription_payload_file_path} subscriptions/subscription-building-entities-default.jsonld ${building_id_prefix} urn:ngsi-ld:Building: -${entity_building_filepath} building-simple-attributes-sample.jsonld +${entity_building_filepath} building-simple-attributes.jsonld ${fragment_filename} airQualityLevel-fragment.jsonld ${topic} ngsild-test-suite/topic ${endpoint} mqtt://${mqtt_broker_host}/${topic} diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_01.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_01.robot index a31ea8f083e3e845debe04d26bb2b68eb754a579..dcd45c14cafd7b248be5a15668b2c55612779891 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_01.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_01.robot @@ -9,7 +9,7 @@ Test Template Update Subscription With Non present Or Invalid Id *** Variables *** -${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-update-sample.json +${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-update.json *** Test Cases *** ID EXPECTED_STATUS_CODE PROBLEM_TYPE diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_02.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_02.robot index f28c640ad38d49beae5d66e435a0b27fbdc0f09c..3c6103a9021c98479f5f5cab1a34ae0d5544ae95 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_02.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_02.robot @@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** -${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-update-sample.json +${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_03.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_03.robot index 5d6edc2223380d7b31ba7d31e59e7577971fbf7f..31b5bceb99ea1800e3487ed2da89f7b2f417ae05 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_03.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_03.robot @@ -11,8 +11,8 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-invalid-update-sample.json +${subscription_payload_file_path}= subscriptions/subscription.jsonld +${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-invalid-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_04.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_04.robot index 2459501e189fc085e7dac6219502f601c20407c2..8ca7ab5525816aca9919a2ccf6bd7741e862ee77 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_04.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_04.robot @@ -11,8 +11,8 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-null-properties-update-sample.json +${subscription_payload_file_path}= subscriptions/subscription.jsonld +${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-null-properties-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_05.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_05.robot index a22569138eaad1c1a9009ae1d3041763cd6e5c77..f5100d6a85b7fbc3c30be9006e4794bfa1f1ec86 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_05.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_05.robot @@ -11,10 +11,10 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-vehicle-entities-sample.json -${expected_subscription_payload_file_path}= subscriptions/expectations/subscription-vehicle-sample.jsonld -${expected_expanded_subscription_payload_file_path}= subscriptions/expectations/subscription-vehicle-expanded-types-sample.jsonld +${subscription_payload_file_path}= subscriptions/subscription.jsonld +${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-vehicle-entities.json +${expected_subscription_payload_file_path}= subscriptions/expectations/subscription-vehicle.jsonld +${expected_expanded_subscription_payload_file_path}= subscriptions/expectations/subscription-vehicle-expanded-types.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_06.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_06.robot index 060dbcfa57f6deba980f95a8ac4971ac7bf2ce79..c51ad7a438b6f2f86ac04e94272124efaeee6abb 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_06.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_06.robot @@ -11,8 +11,8 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-update-sample.json +${subscription_payload_file_path}= subscriptions/subscription.jsonld +${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_07.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_07.robot index 525501e68ff04b03f85ecbc041fafaa1ee057253..d3f6278dcece5b8f0f0662573adbb817565f98ec 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_07.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_07.robot @@ -12,13 +12,13 @@ Test Template Activate Paused Subscription With isActive Member *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-inactive-sample.jsonld +${subscription_payload_file_path}= subscriptions/subscription-inactive.jsonld *** Test Cases *** SUBSCRIPTION_UPDATE_FRAGMENT_FILE_PATH 029_07_01 ActiveTrue [Tags] sub-update 5_8_2 - subscriptions/fragments/subscription-isActive-true-update-sample.json + subscriptions/fragments/subscription-isActive-true-update.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_08.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_08.robot index dc3c381a9196a35d2a1839d46af52451840366e4..0a497a276f5c5cfb8f9aa502280bf93d140ef4d0 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_08.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_08.robot @@ -12,13 +12,13 @@ Test Template Activate Paused Subscription With isActive And ExpiresAt Mem *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-inactive-sample.jsonld +${subscription_payload_file_path}= subscriptions/subscription-inactive.jsonld *** Test Cases *** SUBSCRIPTION_UPDATE_FRAGMENT_FILE_PATH 029_08_01 ActiveTrueExpiresAt [Tags] sub-update 5_8_2 - subscriptions/fragments/subscription-isActive-expiresAt-update-sample.json + subscriptions/fragments/subscription-isActive-expiresAt-update.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_09.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_09.robot index 1b44edffa8ac57edb18fc5e2097d7e06dd9f418a..4012ed415f4ea256e5e6cdfdbcc0700e142e314d 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_09.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_09.robot @@ -11,8 +11,8 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-isActive-false-update-sample.json +${subscription_payload_file_path}= subscriptions/subscription.jsonld +${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-isActive-false-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_10.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_10.robot index 5192a8e5597e5deb1133b5d9356191d5869c0079..5c4cebbc33e21a52365c3f4b6df57d075959dff1 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_10.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_10.robot @@ -11,8 +11,8 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix} urn:ngsi-ld:Subscription: -${subscription_payload_file_path} subscriptions/subscription-sample.jsonld -${subscription_update_fragment_file_path} subscriptions/fragments/subscription-expiresAt-future-update-sample.json +${subscription_payload_file_path} subscriptions/subscription.jsonld +${subscription_update_fragment_file_path} subscriptions/fragments/subscription-expiresAt-future-update.json *** Test Cases *** @@ -23,7 +23,7 @@ ${subscription_update_fragment_file_path} subscriptions/fragments/subscrip ${now}= Get Current Date time_zone=UTC ${in_5_seconds}= Add Time To Date ${now} 5s result_format=%Y-%m-%dT%H:%M:%SZ ${update_template_fragment}= Load JSON From File - ... ${EXECDIR}/data/subscriptions/fragments/subscription-expiresAt-update-sample.json + ... ${EXECDIR}/data/subscriptions/fragments/subscription-expiresAt-update.json ${update_fragment}= Update Value To JSON ${update_template_fragment} $..expiresAt ${in_5_seconds} ${update_response}= Update Subscription With Payload ... ${subscription_id} diff --git a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_11.robot b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_11.robot index ec00bf80ff1eeff2cbf42566e725ff4c47738c84..52c642317137a804ec8276c051a8820fe06a5db0 100644 --- a/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_11.robot +++ b/TP/NGSI-LD/ContextInformation/Subscription/UpdateSubscription/029_11.robot @@ -11,8 +11,8 @@ Suite Teardown Delete Initial Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= subscriptions/subscription-sample.jsonld -${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-expiresAt-update-sample.json +${subscription_payload_file_path}= subscriptions/subscription.jsonld +${subscription_update_fragment_file_path}= subscriptions/fragments/subscription-expiresAt-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_01.robot b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_01.robot index 3ef177fdb1fdde1459bbe7229b791833f122178a..5561471b226195d18337ad1bc2481adac1619588 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_01.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_01.robot @@ -13,17 +13,17 @@ Test Template Query A Context Source Registration *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${first_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${second_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information-sample.jsonld +${first_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${second_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information.jsonld *** Test Cases *** QUERY_PARAM_NAME QUERY_PARAM_VALUE EXPECTATION_FILE_PATH EXPECTED_CONTEXT_SOURCE_REGISTRATION_IDS 037_01_01 With list of entity types [Tags] csr-query 5_10_2 - type Building csourceRegistrations/expectations/context-source-registrations-037-01-expectation.json ${second_context_source_registration_id} + type Building csourceRegistrations/expectations/context-source-registrations-037-01.json ${second_context_source_registration_id} 037_01_02 With list of attribute names [Tags] csr-query 5_10_2 - attrs name csourceRegistrations/expectations/context-source-registrations-037-01-expectation.json ${second_context_source_registration_id} + attrs name csourceRegistrations/expectations/context-source-registrations-037-01.json ${second_context_source_registration_id} *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_04.robot b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_04.robot index 67ad6c29f57f8a1b34997bccd2a6f1304cdfdaad..ce6506bee16fea65283134a9d5fd534ed0512265 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_04.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_04.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Created Context Source Registration *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information-sample.jsonld -${expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-04-expectation.json +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information.jsonld +${expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-04.json ${entity_type}= https://ngsi-ld-test-suite/context#Building diff --git a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_05.robot b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_05.robot index 452528f08f8c5c8e460213e2ebd72961ba8cd64b..64d0e75f8b330de367114e6603fa6e362d0bddd2 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_05.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_05.robot @@ -17,10 +17,10 @@ ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistr *** Test Cases *** REGISTRATION_FILE_PATH EXPECTATION_FILE_PATH 037_05_01 Registration With EntityInfo Matching The Query [Tags] csr-query 5_10_2 - csourceRegistrations/context-source-registration-sample.jsonld csourceRegistrations/expectations/context-source-registrations-037-05-01-expectation.json + csourceRegistrations/context-source-registration.jsonld csourceRegistrations/expectations/context-source-registrations-037-05-01.json 037_05_02 Registration Without EntityInfo [Tags] csr-query 5_10_2 - csourceRegistrations/context-source-registration-with-only-properties-information-sample.jsonld csourceRegistrations/expectations/context-source-registrations-037-05-02-expectation.json + csourceRegistrations/context-source-registration-with-only-properties-information.jsonld csourceRegistrations/expectations/context-source-registrations-037-05-02.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_06.robot b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_06.robot index c2b927d7d6738331ac59eced472f6a591c2a955f..dbc54401b29753921a718c5ead321e8172e433af 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_06.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_06.robot @@ -13,16 +13,16 @@ Test Template Query Context Source Registration Matching Properties And Re *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information.jsonld *** Test Cases *** ATTRS_VALUE EXPECTATION_FILE_PATH 037_06_01 Query With Matching Properties And Relationships [Tags] csr-query 5_10_2 - name,locatedAt csourceRegistrations/expectations/context-source-registrations-037-06-expectation.json + name,locatedAt csourceRegistrations/expectations/context-source-registrations-037-06.json 037_06_02 Query Without Properties And Relationships [Tags] csr-query 5_10_2 - ${EMPTY} csourceRegistrations/expectations/context-source-registrations-037-06-expectation.json + ${EMPTY} csourceRegistrations/expectations/context-source-registrations-037-06.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_07.robot b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_07.robot index 3e69582956700cca338dbd9c1aa028b612973610..6503341a1e2db8bed688e0898d39dbbb80fd77a7 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_07.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_07.robot @@ -13,8 +13,8 @@ Test Template Query Context Source Registration Matching Geoquery *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-location-sample.jsonld -${expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-07-expectation.json +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-location.jsonld +${expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-07.json *** Test Cases *** GEOREL GEOMETRY COORDINATES GEOPROPERTY EXPECTATION_FILE_PATH diff --git a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_08.robot b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_08.robot index 0209b0e03e89eeaaf50934d6839555b3d2cfd155..1cfc514055fef13d5da5103fc44d054fe0bdb100 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_08.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_08.robot @@ -12,8 +12,8 @@ Suite Teardown Delete Created Context Source Registration *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-08-expectation.json +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-08.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_09.robot b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_09.robot index 2d38c69e8e58596fd90128d14822529fc2425b30..46fed3a957bd8b0075f8e34d67f4645de3bf4b85 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_09.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_09.robot @@ -12,10 +12,10 @@ Test Template Query Context Source Registration Matching Temporal Query *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${context_source_registration_observation_interval_payload_file_path}= csourceRegistrations/context-source-registration-observationInterval-sample.jsonld -${context_source_registration_management_interval_payload_file_path}= csourceRegistrations/context-source-registration-managementInterval-sample.jsonld -${observation_interval_expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-09-01-expectation.json -${management_interval_expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-09-02-expectation.json +${context_source_registration_observation_interval_payload_file_path}= csourceRegistrations/context-source-registration-observationInterval.jsonld +${context_source_registration_management_interval_payload_file_path}= csourceRegistrations/context-source-registration-managementInterval.jsonld +${observation_interval_expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-09-01.json +${management_interval_expectation_file_path}= csourceRegistrations/expectations/context-source-registrations-037-09-02.json *** Test Cases *** PAYLOAD_FILE_PATH TIMEPROPERTY EXPECTATION_FILE_PATH diff --git a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_10.robot b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_10.robot index 1472e9bbb87db110c8c090cb796b5cbb667d5d33..5d6010a8978878a0541c59749ac30ca53dcab4f9 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_10.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_10.robot @@ -13,18 +13,18 @@ Test Template Query Context Source Registration With Query Params *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${first_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${second_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information-sample.jsonld -${third_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-csourceProperty-sample.jsonld +${first_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${second_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information.jsonld +${third_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-csourceProperty.jsonld *** Test Cases *** QUERY_PARAM_NAME QUERY_PARAM_VALUE EXPECTATION_FILE_PATH EXPECTED_CONTEXT_SOURCE_REGISTRATION_IDS 037_10_01 With list of Entity Ids [Tags] csr-query 5_10_2 - id ${first_context_source_registration_id},${third_context_source_registration_id} csourceRegistrations/expectations/context-source-registrations-037-10-01-expectation.json ${first_context_source_registration_id},${third_context_source_registration_id} + id ${first_context_source_registration_id},${third_context_source_registration_id} csourceRegistrations/expectations/context-source-registrations-037-10-01.json ${first_context_source_registration_id},${third_context_source_registration_id} 037_10_02 With NGSI-LD Query [Tags] csr-query 5_10_2 - q csourceProperty1=="aValue" csourceRegistrations/expectations/context-source-registrations-037-10-02-expectation.json ${third_context_source_registration_id} + q csourceProperty1=="aValue" csourceRegistrations/expectations/context-source-registrations-037-10-02.json ${third_context_source_registration_id} *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_11.robot b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_11.robot index a69bd870efd6a609d37ce12a28915f79d7d412c1..5de8035b26c2b1b43e033158e58c22553620c091 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_11.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/QueryContextSourceRegistrations/037_11.robot @@ -13,9 +13,9 @@ Test Template Query Context Source Registration With Limit And Offset Para *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${first_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${second_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-location-sample.jsonld -${third_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information-sample.jsonld +${first_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${second_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-location.jsonld +${third_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information.jsonld *** Test Cases *** LIMIT OFFSET EXPECTED_NUMBER PREV_LINK NEXT_LINK diff --git a/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_03.robot b/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_03.robot index 568e712b923d63233677d7a5b2cac934f8c6ed66..799b458ebcc5bd1ab43b45df48e73884b7e5e4b6 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_03.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_03.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Created Context Source Registration *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld ${expectation_file_path}= csourceRegistrations/expectations/context-source-registration-expanded-format.json diff --git a/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_04.robot b/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_04.robot index e79e73e9e92f7c12922851202613307a914a18ef..8036b1f1f3bd691c2a3d69c02c5f6b6aa31566d5 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_04.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_04.robot @@ -12,7 +12,7 @@ Suite Teardown Delete Created Context Source Registration *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld ${expectation_file_path}= csourceRegistrations/expectations/context-source-registration.json diff --git a/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_05.robot b/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_05.robot index 653ca1c32c979781e666e0394a6846b9e52e3588..5b4f372e6cb996840a3ec925f5c6f3a5958a9671 100644 --- a/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_05.robot +++ b/TP/NGSI-LD/ContextSource/Discovery/RetrieveContextSourceRegistration/036_05.robot @@ -13,7 +13,7 @@ Test Template Review JSON-LD resolution when retrieving a context source r *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld ${expectation_file_path_compacted}= csourceRegistrations/expectations/context-source-registration.json ${expectation_file_path_expanded}= csourceRegistrations/expectations/context-source-registration-expanded-format.json diff --git a/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_01.robot b/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_01.robot index cc8b4ec9ae5811ac4be8b30b3912a1153229d5b9..08bdca8a75727a95b8d6908b72ad471efcb2be06 100644 --- a/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_01.robot +++ b/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_01.robot @@ -12,7 +12,7 @@ Test Teardown Delete Created Context Source Registrations *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= context-source-registration-sample.jsonld +${registration_payload_file_path}= context-source-registration.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_02.robot b/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_02.robot index 0d7e55ded9b0a42dd20be1fb62018a2d69704a1d..fef11c197e5c47aa2945edf2aa5d49252b461817 100644 --- a/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_02.robot +++ b/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_02.robot @@ -12,7 +12,7 @@ Test Template Delete A Context Source *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${filename}= context-source-registration-sample.jsonld +${filename}= context-source-registration.jsonld *** Test Cases *** INVALID_REGISTRATION_ID EXPECTED_STATUS_CODE PROBLEM_TYPE diff --git a/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_03.robot b/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_03.robot index 15682aecab2098c5c34338150a05fc49240c962a..444f867b7a40babcde0a6ed29d5fa8530202b8db 100644 --- a/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_03.robot +++ b/TP/NGSI-LD/ContextSource/Registration/DeleteContextSourceRegistration/035_03.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= context-source-registration-simple-sample.jsonld +${registration_payload_file_path}= context-source-registration-simple.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_01.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_01.robot index 773841e1e338b6c49c789a142b09361b2ace2836..ac196405b723df21776f3cccd23474387c00246c 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_01.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_01.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registrations *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-with-expiration-sample.jsonld +${registration_payload_file_path}= csourceRegistrations/context-source-registration-with-expiration.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_02.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_02.robot index 2c741fa51a57361054fa80d692517651a2447210..236dc7e6fa468d120524a2a222444af7ef9e9235 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_02.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_02.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registrations *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld +${registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_03.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_03.robot index 3008ec2b344d530f5e43fad5271c7a03e1523c11..55d7e7938949e53cc33d2a0f4277af045f4d2608 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_03.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_01_03.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registrations *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-no-id-sample.jsonld +${registration_payload_file_path}= csourceRegistrations/context-source-registration-no-id.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_02.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_02.robot index 1e8063d30cbf0ca6457199b8f04c0b5940388e49..b68aee121b7218a3edacc68a84d0bd87037d5b23 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_02.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_02.robot @@ -9,7 +9,7 @@ Library OperatingSystem *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-invalid-sample.jsonld +${registration_payload_file_path}= csourceRegistrations/context-source-registration-invalid.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_03.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_03.robot index 904cbe09d37b3e742bdc9dbc0ca962c8d1de07f2..cc2b14ded168085cc8696c09a9bb79a8ab83d3ff 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_03.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_03.robot @@ -11,7 +11,7 @@ Test Teardown Delete Created Context Source Registrations *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${filename}= csourceRegistrations/context-source-registration-sample.jsonld +${filename}= csourceRegistrations/context-source-registration.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_04.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_04.robot index 9a4bb29d18d226d955044ce98e8b22c246743e8a..57019f01edc80b65cf027356219706654034096f 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_04.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_04.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registrations *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.json +${registration_payload_file_path}= csourceRegistrations/context-source-registration.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_05.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_05.robot index 31efe47e817300777335ff759eaafbaf451e0dd9..a53ca256c72970d58ae59cbc152793644412a42e 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_05.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_05.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registrations *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.json +${registration_payload_file_path}= csourceRegistrations/context-source-registration.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_06.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_06.robot index 8247cb993a73295bf0e00ce435d0092afa11ea83..660538a5974907780c937bd233f65e69a77ef9fd 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_06.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_06.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld +${registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_07.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_07.robot index 3010951f0801a0b2c34a8d32c16a06fcfb702f52..74754b15831935f123cdfdc7612d1597ca3fa7f0 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_07.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_07.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registrations *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld +${registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_08.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_08.robot index bcd080707a20e13b89644b903c68a7b4245995c2..e1fda05567832616b678a66d0babb999d8454004 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_08.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_08.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.json +${registration_payload_file_path}= csourceRegistrations/context-source-registration.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_09.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_09.robot index cc17f1d982645163b5aa394c090cb2b89be27f54..e7c14fc04b40725557eb2af70ff80a0a2f1cf6cf 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_09.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_09.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld +${registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_10.robot b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_10.robot index 42595a5f67fa6c0d40cb46fd95138117a36f68ca..280fb4ddcca730bc65a891b9afbeac402869e853 100644 --- a/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_10.robot +++ b/TP/NGSI-LD/ContextSource/Registration/RegisterContextSource/033_10.robot @@ -14,9 +14,9 @@ ${registration_id_prefix}= urn:ngsi-ld:Registration: *** Test Cases *** 033_10_01 Create a context source registration with a different data structure than CSourceRegistration data type - csourceRegistrations/context-source-registration-invalid-structure-sample.jsonld + csourceRegistrations/context-source-registration-invalid-structure.jsonld 033_10_02 Create a context source registration with a date in the past - csourceRegistrations/context-source-registration-past-expiration-sample.jsonld + csourceRegistrations/context-source-registration-past-expiration.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_01.robot b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_01.robot index 7f2ff3e5cc2934b54dc275e05d52d9d147a9c940..a28c07efd0cd33f3ab046a70e9c9abd454125d69 100644 --- a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_01.robot +++ b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_01.robot @@ -18,7 +18,7 @@ ${registration_id_prefix}= urn:ngsi-ld:Registration: *** Test Cases *** FILENAME UPDATE_FILENAME 034_01_01 Update a context source registration by id [Tags] csr-update 5_9_3 - context-source-registration-sample.jsonld context-source-registration-update-sample.json + context-source-registration.jsonld context-source-registration-update.json *** Keywords *** @@ -47,7 +47,7 @@ Initialize the Test Case ${registration_id}= Generate Random Entity Id ${registration_id_prefix} Set Test Variable ${registration_id} ${payload}= Load JSON From File - ... ${EXECDIR}/data/csourceRegistrations/context-source-registration-sample.jsonld + ... ${EXECDIR}/data/csourceRegistrations/context-source-registration.jsonld ${registration_payload}= Update Value To JSON ${payload} $..id ${registration_id} Set Test Variable ${registration_payload} ${response}= Create Context Source Registration With Return ${registration_payload} diff --git a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_02.robot b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_02.robot index 78a92552b5073d05d272a716f1ca70df7979b628..30f2a85a6788880c1baa8aba771a3842a59ea413 100644 --- a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_02.robot +++ b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_02.robot @@ -12,18 +12,18 @@ Test Template Update A Context Source *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${filename}= context-source-registration-sample.jsonld -${registration_payload_file_path}= context-source-registration-invalid-sample.jsonld +${filename}= context-source-registration.jsonld +${registration_payload_file_path}= context-source-registration-invalid.jsonld ${reason_400}= Bad Request *** Test Cases *** REGISTRATION_ID FRAGMENT_FILENAME EXPECTED_STATUS_CODE PROBLEM_TYPE 034_02_01 Update a context source registration by id if the Id is not a valid URI - invalidURI fragments/context-source-registration-different-type-sample.jsonld 400 ${ERROR_TYPE_BAD_REQUEST_DATA} + invalidURI fragments/context-source-registration-different-type.jsonld 400 ${ERROR_TYPE_BAD_REQUEST_DATA} 034_02_02 Update a context source registration if the request body is not of the same data type - ${valid_registration_id} fragments/context-source-registration-different-type-sample.jsonld 400 ${ERROR_TYPE_BAD_REQUEST_DATA} + ${valid_registration_id} fragments/context-source-registration-different-type.jsonld 400 ${ERROR_TYPE_BAD_REQUEST_DATA} 034_02_03 Update a context source registration if one attempts to remove a mandatory property - ${valid_registration_id} context-source-registration-invalid-sample.jsonld 400 ${ERROR_TYPE_BAD_REQUEST_DATA} + ${valid_registration_id} context-source-registration-invalid.jsonld 400 ${ERROR_TYPE_BAD_REQUEST_DATA} *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_03.robot b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_03.robot index ead47111cdecbf44a069864db2edb5b775b18813..9505f6fa14ae0f1a9af4cb9f9cdcac4339a64bb8 100644 --- a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_03.robot +++ b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_03.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${filename}= context-source-registration-sample.jsonld +${filename}= context-source-registration.jsonld ${reason_404}= Not Found diff --git a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_04.robot b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_04.robot index aed9efb5b886362a99e733d182466089bccea4a6..7f71d98dd2d4f615d27975d701ed34c81acf0ba5 100644 --- a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_04.robot +++ b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_04.robot @@ -11,8 +11,8 @@ Test Teardown Delete Initial Context Source Registration *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${filename}= context-source-registration-sample.jsonld -${registration_payload_file_path}= context-source-registration-invalid-json-sample.json +${filename}= context-source-registration.jsonld +${registration_payload_file_path}= context-source-registration-invalid-json.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_05.robot b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_05.robot index efa3fb3ea06b4756e19d91ecb541a24eaed22b02..58a12db0bb467e31fc9fcbfcdcdc3c3e4464aa69 100644 --- a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_05.robot +++ b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_05.robot @@ -18,7 +18,7 @@ ${registration_id_prefix}= urn:ngsi-ld:Registration: *** Test Cases *** FILENAME UPDATE_FILENAME 034_05_01 Update a context source registration to never expire [Tags] csr-update 5_9_3 - context-source-registration-with-expiration-sample.jsonld context-source-registration-null-expiresAt.json + context-source-registration-with-expiration.jsonld context-source-registration-null-expiresAt.json *** Keywords *** @@ -46,7 +46,7 @@ Initialize the Test Case ${registration_id}= Generate Random Entity Id ${registration_id_prefix} Set Test Variable ${registration_id} ${payload}= Load JSON From File - ... ${EXECDIR}/data/csourceRegistrations/context-source-registration-sample.jsonld + ... ${EXECDIR}/data/csourceRegistrations/context-source-registration.jsonld ${registration_payload}= Update Value To JSON ${payload} $..id ${registration_id} Set Test Variable ${registration_payload} ${response}= Create Context Source Registration With Return ${registration_payload} diff --git a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_06.robot b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_06.robot index 342c6e46186ee6b3afe74efe13a6a6850510a6c1..e1383a393786918afbf62e6b104887a084bf2bdf 100644 --- a/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_06.robot +++ b/TP/NGSI-LD/ContextSource/Registration/UpdateContextSourceRegistration/034_06.robot @@ -12,14 +12,14 @@ Test Template Update A Context Source *** Variables *** ${registration_id_prefix}= urn:ngsi-ld:Registration: -${filename}= context-source-registration-sample.jsonld -${registration_payload_file_path}= context-source-registration-invalid-sample.jsonld +${filename}= context-source-registration.jsonld +${registration_payload_file_path}= context-source-registration-invalid.jsonld ${reason_405}= Method Not Allowed *** Test Cases *** FRAGMENT_FILENAME EXPECTED_STATUS_CODE REASON 034_06_01 Update a context source registration by id if the Id is not present - fragments/context-source-registration-different-type-sample.jsonld 405 ${reason_405} + fragments/context-source-registration-different-type.jsonld 405 ${reason_405} *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_01.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_01.robot index e94e8425b3b192141188a90c9e18b61f8086fa2a..60ec465938130dc9a73f9d9dddca56bb0325c982 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_01.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_01.robot @@ -14,8 +14,8 @@ Suite Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-timeInterval-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription-timeInterval.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_02.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_02.robot index 1f71e3614a6d45d78fb70773d6cd8fd20633310c..6b92474acecdda74718def87b72fb1e5ee1c1564 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_02.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_02.robot @@ -14,9 +14,9 @@ Test Teardown Delete Created Context Source Registration And Context Sourc *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld -${update_fragment_file_path}= csourceRegistrations/fragments/context-source-registration-update-sample.json +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld +${update_fragment_file_path}= csourceRegistrations/fragments/context-source-registration-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_03.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_03.robot index cbb9dd062ade15e987e9d14fe6d542e6bfa3bbed..748b0d27c51373ddce3a03423f431e3c2c286b7f 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_03.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_03.robot @@ -14,8 +14,8 @@ Test Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-building-and-bus-entities-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-building-and-bus-entities.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_04.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_04.robot index a8669618ea7916c9b400d0b24ea800ca8df0459e..4de52e9cae01e49cdf451a73ba4098dcd9a667e6 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_04.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_04.robot @@ -14,8 +14,8 @@ Test Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_05.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_05.robot index 8d235f30185d4854821c3793b6b1f630bcb6db69..1c2af17a6b1607c668040fd47d7e62f59dcc74fe 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_05.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_05.robot @@ -14,8 +14,8 @@ Test Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld ${notification_expectation_file_path}= notifications/expectations/1-timesSent-ok.json diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_06.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_06.robot index 7905417f48380a97a425d1b39c9b377b0644de12..48d4fcc0c55f5bbf37b152d1ccf57b5cdd435ba9 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_06.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_06.robot @@ -14,8 +14,8 @@ Test Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-unreachable-endpoint-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription-unreachable-endpoint.jsonld ${notification_expectation_file_path}= notifications/expectations/1-timesSent-failed.json diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_07.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_07.robot index e7b13197f51ce873b69b358d9c1c9c90a29418f0..5491a36ba7214c1d39b1cf2c1574e1bcb28d6d50 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_07.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_07.robot @@ -15,17 +15,17 @@ Test Template Do Not Receive cSourceNotification If Subscription Status Is *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** FILEPATH 047_07_01 PausedSubscription [Tags] csrsub-notification 5_11_7 - csourceSubscriptions/fragments/subscription-isActive-update-sample.json + csourceSubscriptions/fragments/subscription-isActive-update.json 047_07_02 ExpiredSubscription [Tags] csrsub-notification 5_11_7 - csourceSubscriptions/fragments/subscription-expiresAt-update-sample.json + csourceSubscriptions/fragments/subscription-expiresAt-update.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_08.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_08.robot index b1c1cbfdb4b99974d94af10364a237cf737835d3..5beccbae571631f9762b59098d44f976b59085b1 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_08.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_08.robot @@ -14,9 +14,9 @@ Test Teardown Delete Created Context Source Registration And Context Sourc *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld -${update_fragment_file_path}= csourceRegistrations/fragments/context-source-registration-update-sample.json +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld +${update_fragment_file_path}= csourceRegistrations/fragments/context-source-registration-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_09.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_09.robot index e525e9ee600fe28d5c63ef01724348608674c790..ef6575b161fd094cfba6acc4e4dac2a346fba2c1 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_09.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_09.robot @@ -14,9 +14,9 @@ Suite Teardown Delete Created Context Source Registration And Context Sourc *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld -${update_fragment_file_path}= csourceRegistrations/fragments/context-source-registration-update-information-sample.json +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld +${update_fragment_file_path}= csourceRegistrations/fragments/context-source-registration-update-information.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_10.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_10.robot index d7d0beceb59074bb93db760573480611596409f6..bb549e928893567a00f760582b0ff6328ee741e9 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_10.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_10.robot @@ -14,8 +14,8 @@ Test Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-observationInterval-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-temporalQ-observedAt-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-observationInterval.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription-temporalQ-observedAt.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_11.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_11.robot index ddc53ca43db72368424c80e73bd999519779a725..b3d487d3e9b2dd7099537a6d10c8e3841e4136e5 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_11.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_11.robot @@ -16,14 +16,14 @@ Test Template Receive cSourceNotification For Matching Context Source Regi *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-managementInterval-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-managementInterval.jsonld *** Test Cases *** FILEPATH 047_11_01 CreatedAt [Tags] csrsub-notification 5_11_7 - csourceSubscriptions/subscription-temporalQ-createdAt-sample.jsonld + csourceSubscriptions/subscription-temporalQ-createdAt.jsonld 047_11_02 ModifiedAt [Tags] csrsub-notification 5_11_7 - csourceSubscriptions/subscription-temporalQ-modifiedAt-sample.jsonld + csourceSubscriptions/subscription-temporalQ-modifiedAt.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_12.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_12.robot index 9d8db6c9a123d976a11a8f5ebada37d3ceb320c3..e09fbf9bbae88b9d7686c8afe984c78ba8bdc6d8 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_12.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_12.robot @@ -14,8 +14,8 @@ Test Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-watchedAttributes-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription-watchedAttributes.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_13.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_13.robot index 515be44284ac0e59eeae803454933e09a17134f0..1d8a232530f2ed05a36b9491c294cfb3bc5dfbb0 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_13.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_13.robot @@ -14,8 +14,8 @@ Test Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-detailed-information.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_14.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_14.robot index 532e5def1b8cbd0a9886d39b64783e5049c72d3d..1334f778de1b140d21fbbed54bf9297f619969e4 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_14.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_14.robot @@ -14,8 +14,8 @@ Test Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-location-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-geoQ-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-location.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription-geoQ.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_15.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_15.robot index 7413bb8f70e8465d64558fc03f11342b1a6a26c6..b2d6176b0931cc8e4f4d0b1c8f0c6c6734e87ced 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_15.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_15.robot @@ -14,8 +14,8 @@ Test Teardown Delete Created Context Source Registration And Subscription *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-location-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-geoQ-without-geoproperty-sample.jsonld +${context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-location.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription-geoQ-without-geoproperty.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_16.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_16.robot index 541c8c26ffaf31c87093f9ab8172727f845cb1c5..435363dbb60641cb8aae0ec3c5360185c35a7f05 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_16.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour/047_16.robot @@ -15,21 +15,21 @@ Test Template Receive cSourceNotification For Newly Matching Context Sourc *** Variables *** ${context_source_registration_id_prefix}= urn:ngsi-ld:ContextSourceRegistration: ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${first_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-vehicle-entities-sample.jsonld -${second_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-bus-entities-sample.jsonld -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${first_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-vehicle-entities.jsonld +${second_context_source_registration_payload_file_path}= csourceRegistrations/context-source-registration-bus-entities.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** FILEPATH NOTIFICATION_CSR_IDS 047_16_01 MatchFirstContextSourceRegistration [Tags] csrsub-notification 5_11_7 - csourceSubscriptions/fragments/subscription-vehicle-entities-sample.json ${first_context_source_registration_id} + csourceSubscriptions/fragments/subscription-vehicle-entities.json ${first_context_source_registration_id} 047_16_02 MatchSecondContextSourceRegistration [Tags] csrsub-notification 5_11_7 - csourceSubscriptions/fragments/subscription-bus-entities-sample.json ${second_context_source_registration_id} + csourceSubscriptions/fragments/subscription-bus-entities.json ${second_context_source_registration_id} 047_16_03 MatchBothContextSourceRegistrations [Tags] csrsub-notification 5_11_7 - csourceSubscriptions/fragments/subscription-vehicle-and-bus-entities-sample.json ${first_context_source_registration_id} ${second_context_source_registration_id} + csourceSubscriptions/fragments/subscription-vehicle-and-bus-entities.json ${first_context_source_registration_id} ${second_context_source_registration_id} *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_01.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_01.robot index a34c68a451ff7b8422e1be12c9ecd83f0e0a1bad..d8e75e0b50b4e07f1949a3401718037f67c73afc 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_01.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_01.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registration Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_02.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_02.robot index 6d33309bced84c280f28866ea228028a771808b2..48da4ed16a6a5e59e3a90bcd68e2265d7d239e71 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_02.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_02.robot @@ -9,7 +9,7 @@ Suite Teardown Delete Created Context Source Registration Subscriptions *** Variables *** -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld ${subscription_id}= ${EMPTY} diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_03.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_03.robot index 277cf9621b37446c8235682bddb35387a801e1db..9a933e4c12848c647a2c2c815a031d9d599b42a3 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_03.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_03.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registration Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_04.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_04.robot index cfc3d6523e81e46b2d529380b3e38c95cc195f57..7f72e686438d04dc8af36c7096adcd45ea5f65c9 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_04.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_04.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registration Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-inactive-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription-inactive.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_05.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_05.robot index ea783a83fb4c00c45c92fc41827301ec77e56b64..5a5107a4f5f35c35af94ad235fadb45d11b62368 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_05.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_05.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registration Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-expiresAt-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription-expiresAt.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_06.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_06.robot index 659c8d658fead1e8ed7b67b2e06a7d72308df331..43232eadc8fa05d96d17ef0a2c0ed0b85981acd2 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_06.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_06.robot @@ -11,7 +11,7 @@ Suite Teardown Delete Created Context Source Registration Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_07.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_07.robot index 32f82eef1812d4d93f71bf9e1e0ad6fb76a3157f..6f23bf1b1cc939642557623727c5f560c2e9b018 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_07.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_07.robot @@ -11,7 +11,7 @@ Test Teardown Delete Initial Context Source Registration Subscription *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_08.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_08.robot index 10e1f0803678eeb3d2a306ebf38dd8b147540bdb..32b69a6d658a1ddbfae33a06e807ec7d82d00108 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_08.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_08.robot @@ -16,16 +16,16 @@ ${subscription_payload_file_path}= ${EMPTY} *** Test Cases *** FILEPATH 038_08_01 WithoutNotification [Tags] csrsub-create 5_11_2 - csourceSubscriptions/subscription-without-notification-sample.jsonld + csourceSubscriptions/subscription-without-notification.jsonld 038_08_02 InvalidType [Tags] csrsub-create 5_11_2 - csourceSubscriptions/subscription-invalid-type-sample.jsonld + csourceSubscriptions/subscription-invalid-type.jsonld 038_08_03 InvalidQuery [Tags] csrsub-create 5_11_2 - csourceSubscriptions/subscription-invalid-query-sample.jsonld + csourceSubscriptions/subscription-invalid-query.jsonld 038_08_04 EmptyWatchedAttributes [Tags] csrsub-create 5_11_2 - csourceSubscriptions/subscription-empty-watchedAttributes-sample.jsonld + csourceSubscriptions/subscription-empty-watchedAttributes.jsonld *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_09.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_09.robot index ad3c72eb88c513f328b91e1ee25461f9c810d876..dfc61917d667640cad080769286a3e6eb441f971 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_09.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/CreateContextSourceRegistrationSubscription/038_09.robot @@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-expired-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription-expired.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/DeleteContextSourceRegistrationSubscription/042_01.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/DeleteContextSourceRegistrationSubscription/042_01.robot index 1a4ba2253b88b624e8d98b527a5a14eefb548f9f..9211f09774e4d2be9770d98528ed796e7421de8f 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/DeleteContextSourceRegistrationSubscription/042_01.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/DeleteContextSourceRegistrationSubscription/042_01.robot @@ -10,7 +10,7 @@ Test Setup Setup Initial Context Source Registration Subscription *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_01.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_01.robot index 07f1e7ea626044cb17db5cc06b704c13a7389a5c..da7ef3929cff5411004324359c0a5e4b9a204178 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_01.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_01.robot @@ -11,9 +11,9 @@ Test Teardown Delete Created Context Source Registration Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${first_subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld -${second_subscription_payload_file_path}= csourceSubscriptions/subscription-watchedAttributes-sample.jsonld -${expectation_file_path}= csourceSubscriptions/expectations/subscriptions-035-01-expectation.json +${first_subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld +${second_subscription_payload_file_path}= csourceSubscriptions/subscription-watchedAttributes.jsonld +${expectation_file_path}= csourceSubscriptions/expectations/subscriptions-035-01.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_02.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_02.robot index 8c92178c47eac49ef9d92197ce1fdda1ef5a4565..2a0c803e45d2241923ca557e163abe21721ee827 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_02.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_02.robot @@ -12,10 +12,10 @@ Test Template Query Context Source Registration Subscriptions With Limit P *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${first_subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld -${second_subscription_payload_file_path}= csourceSubscriptions/subscription-watchedAttributes-sample.jsonld -${third_subscription_payload_file_path}= csourceSubscriptions/subscription-geoQ-sample.jsonld -${expectation_file_path}= csourceSubscriptions/expectations/subscriptions-035-01-expectation.json +${first_subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld +${second_subscription_payload_file_path}= csourceSubscriptions/subscription-watchedAttributes.jsonld +${third_subscription_payload_file_path}= csourceSubscriptions/subscription-geoQ.jsonld +${expectation_file_path}= csourceSubscriptions/expectations/subscriptions-035-01.json *** Test Cases *** LIMIT EXPECTED_SUBSCRIPTION_NUMBER diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_03.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_03.robot index b8b75e7929b2bc8e2b5a0f54c20fa9c07a45a1ec..a239006b1b3949a086c97e5e6a784234d0ef96d4 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_03.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/QueryContextSourceRegistrationSubscriptions/041_03.robot @@ -12,9 +12,9 @@ Test Template Query Context Source Registration Subscriptions With Limit A *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${first_subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld -${second_subscription_payload_file_path}= csourceSubscriptions/subscription-watchedAttributes-sample.jsonld -${third_subscription_payload_file_path}= csourceSubscriptions/subscription-geoQ-sample.jsonld +${first_subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld +${second_subscription_payload_file_path}= csourceSubscriptions/subscription-watchedAttributes.jsonld +${third_subscription_payload_file_path}= csourceSubscriptions/subscription-geoQ.jsonld *** Test Cases *** LIMIT PAGE EXPECTED_SUBSCRIPTION_NUMBER PREV_LINK NEXT_LINK diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/RetrieveContextSourceRegistrationSubscription/040_01.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/RetrieveContextSourceRegistrationSubscription/040_01.robot index b5926844462c72a3688d3151af698716a0a5edbc..8e0dfe804c01304dfb989074b38028df2c5e3a19 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/RetrieveContextSourceRegistrationSubscription/040_01.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/RetrieveContextSourceRegistrationSubscription/040_01.robot @@ -11,8 +11,8 @@ Test Teardown Delete Created Context Source Registration Subscription *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld -${expectation_file_path}= csourceSubscriptions/expectations/subscriptions-040-01-expectation.json +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld +${expectation_file_path}= csourceSubscriptions/expectations/subscriptions-040-01.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_01.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_01.robot index 3f56e9550a92b15ac9c06b20538a275987bb3815..7f4e6e2195e7aff56f7e605c465ad70bbf1ce30d 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_01.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_01.robot @@ -11,8 +11,8 @@ Test Teardown Delete Initial Context Source Registration Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld -${subscription_update_fragment_file_path}= csourceSubscriptions/fragments/subscription-update-sample.json +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld +${subscription_update_fragment_file_path}= csourceSubscriptions/fragments/subscription-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_02.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_02.robot index a0369b614e9eb920159a4f587d4c2e9cdb108a2b..012d8e02022dc56acbe9c881faf0dcaf73cb3c62 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_02.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_02.robot @@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** -${subscription_update_fragment_file_path}= csourceSubscriptions/fragments/subscription-update-sample.json +${subscription_update_fragment_file_path}= csourceSubscriptions/fragments/subscription-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_03.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_03.robot index 889fa4f54373f7d6212ca6e6f0ab381f99be412f..c530e0d155715f0b3fad8a9506959a0bb909dd2a 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_03.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_03.robot @@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource *** Variables *** -${subscription_update_fragment_file_path}= csourceSubscriptions/fragments/subscription-update-sample.json +${subscription_update_fragment_file_path}= csourceSubscriptions/fragments/subscription-update.json *** Test Cases *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_04.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_04.robot index f938efa3c60b03f1fa589be1a46b393b31e8e8f8..f3fdf28aaf98fbe4c1ad57ab8fd622c61eed75b1 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_04.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_04.robot @@ -12,16 +12,16 @@ Test Template Update Context Source Registration Subscription With Invalid *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld *** Test Cases *** FILEPATH 039_04_01 InvalidType [Tags] csrsub-update 5_11_3 - csourceSubscriptions/fragments/subscription-update-invalid-type-sample.json + csourceSubscriptions/fragments/subscription-update-invalid-type.json 039_04_02 InvalidNotification [Tags] csrsub-update 5_11_3 - csourceSubscriptions/fragments/subscription-update-invalid-notification-sample.json + csourceSubscriptions/fragments/subscription-update-invalid-notification.json *** Keywords *** diff --git a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_05.robot b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_05.robot index 06baea39534ecaece7bf34cdefbf593c3cab6f2a..10f0799bba24100c980ecab16438b7fb497d6f0c 100644 --- a/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_05.robot +++ b/TP/NGSI-LD/ContextSource/RegistrationSubscription/UpdateContextSourceRegistrationSubscription/039_05.robot @@ -11,8 +11,8 @@ Test Teardown Delete Initial Context Source Registration Subscriptions *** Variables *** ${subscription_id_prefix}= urn:ngsi-ld:Subscription: -${subscription_payload_file_path}= csourceSubscriptions/subscription-sample.jsonld -${subscription_update_fragment_file_path}= csourceSubscriptions/fragments/subscription-update-invalid-json-sample.json +${subscription_payload_file_path}= csourceSubscriptions/subscription.jsonld +${subscription_update_fragment_file_path}= csourceSubscriptions/fragments/subscription-update-invalid-json.json *** Test Cases *** diff --git a/data/csourceRegistrations/context-source-registration-building-and-bus-entities-sample.jsonld b/data/csourceRegistrations/context-source-registration-building-and-bus-entities.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-building-and-bus-entities-sample.jsonld rename to data/csourceRegistrations/context-source-registration-building-and-bus-entities.jsonld diff --git a/data/csourceRegistrations/context-source-registration-bus-entities-sample.jsonld b/data/csourceRegistrations/context-source-registration-bus-entities.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-bus-entities-sample.jsonld rename to data/csourceRegistrations/context-source-registration-bus-entities.jsonld diff --git a/data/csourceRegistrations/context-source-registration-csourceProperty-sample.jsonld b/data/csourceRegistrations/context-source-registration-csourceProperty.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-csourceProperty-sample.jsonld rename to data/csourceRegistrations/context-source-registration-csourceProperty.jsonld diff --git a/data/csourceRegistrations/context-source-registration-detailed-information-sample.jsonld b/data/csourceRegistrations/context-source-registration-detailed-information.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-detailed-information-sample.jsonld rename to data/csourceRegistrations/context-source-registration-detailed-information.jsonld diff --git a/data/csourceRegistrations/context-source-registration-invalid-json-sample.json b/data/csourceRegistrations/context-source-registration-invalid-json.json similarity index 100% rename from data/csourceRegistrations/context-source-registration-invalid-json-sample.json rename to data/csourceRegistrations/context-source-registration-invalid-json.json diff --git a/data/csourceRegistrations/context-source-registration-invalid-structure-sample.jsonld b/data/csourceRegistrations/context-source-registration-invalid-structure.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-invalid-structure-sample.jsonld rename to data/csourceRegistrations/context-source-registration-invalid-structure.jsonld diff --git a/data/csourceRegistrations/context-source-registration-invalid-sample.json b/data/csourceRegistrations/context-source-registration-invalid.json similarity index 100% rename from data/csourceRegistrations/context-source-registration-invalid-sample.json rename to data/csourceRegistrations/context-source-registration-invalid.json diff --git a/data/csourceRegistrations/context-source-registration-invalid-sample.jsonld b/data/csourceRegistrations/context-source-registration-invalid.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-invalid-sample.jsonld rename to data/csourceRegistrations/context-source-registration-invalid.jsonld diff --git a/data/csourceRegistrations/context-source-registration-location-sample.jsonld b/data/csourceRegistrations/context-source-registration-location.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-location-sample.jsonld rename to data/csourceRegistrations/context-source-registration-location.jsonld diff --git a/data/csourceRegistrations/context-source-registration-managementInterval-sample.jsonld b/data/csourceRegistrations/context-source-registration-managementInterval.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-managementInterval-sample.jsonld rename to data/csourceRegistrations/context-source-registration-managementInterval.jsonld diff --git a/data/csourceRegistrations/context-source-registration-no-id-sample.jsonld b/data/csourceRegistrations/context-source-registration-no-id.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-no-id-sample.jsonld rename to data/csourceRegistrations/context-source-registration-no-id.jsonld diff --git a/data/csourceRegistrations/context-source-registration-observationInterval-sample.jsonld b/data/csourceRegistrations/context-source-registration-observationInterval.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-observationInterval-sample.jsonld rename to data/csourceRegistrations/context-source-registration-observationInterval.jsonld diff --git a/data/csourceRegistrations/context-source-registration-past-expiration-sample.jsonld b/data/csourceRegistrations/context-source-registration-past-expiration.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-past-expiration-sample.jsonld rename to data/csourceRegistrations/context-source-registration-past-expiration.jsonld diff --git a/data/csourceRegistrations/context-source-registration-unretrievable-context-sample.jsonld b/data/csourceRegistrations/context-source-registration-unretrievable-context.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-unretrievable-context-sample.jsonld rename to data/csourceRegistrations/context-source-registration-unretrievable-context.jsonld diff --git a/data/csourceRegistrations/context-source-registration-vehicle-entities-sample.jsonld b/data/csourceRegistrations/context-source-registration-vehicle-entities.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-vehicle-entities-sample.jsonld rename to data/csourceRegistrations/context-source-registration-vehicle-entities.jsonld diff --git a/data/csourceRegistrations/context-source-registration-with-expiration-sample.jsonld b/data/csourceRegistrations/context-source-registration-with-expiration.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-with-expiration-sample.jsonld rename to data/csourceRegistrations/context-source-registration-with-expiration.jsonld diff --git a/data/csourceRegistrations/context-source-registration-with-only-properties-information-sample.jsonld b/data/csourceRegistrations/context-source-registration-with-only-properties-information.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-with-only-properties-information-sample.jsonld rename to data/csourceRegistrations/context-source-registration-with-only-properties-information.jsonld diff --git a/data/csourceRegistrations/context-source-registration-sample.json b/data/csourceRegistrations/context-source-registration.json similarity index 100% rename from data/csourceRegistrations/context-source-registration-sample.json rename to data/csourceRegistrations/context-source-registration.json diff --git a/data/csourceRegistrations/context-source-registration-sample.jsonld b/data/csourceRegistrations/context-source-registration.jsonld similarity index 100% rename from data/csourceRegistrations/context-source-registration-sample.jsonld rename to data/csourceRegistrations/context-source-registration.jsonld diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-01-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-01.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-01-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-01.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-04-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-04.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-04-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-04.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-05-01-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-05-01.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-05-01-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-05-01.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-05-02-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-05-02.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-05-02-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-05-02.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-06-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-06.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-06-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-06.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-07-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-07.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-07-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-07.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-08-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-08.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-08-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-08.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-09-01-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-09-01.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-09-01-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-09-01.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-09-02-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-09-02.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-09-02-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-09-02.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-10-01-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-10-01.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-10-01-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-10-01.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-10-02-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-10-02.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-10-02-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-10-02.json diff --git a/data/csourceRegistrations/expectations/context-source-registrations-037-10-03-expectation.json b/data/csourceRegistrations/expectations/context-source-registrations-037-10-03.json similarity index 100% rename from data/csourceRegistrations/expectations/context-source-registrations-037-10-03-expectation.json rename to data/csourceRegistrations/expectations/context-source-registrations-037-10-03.json diff --git a/data/csourceRegistrations/fragments/context-source-registration-different-type-sample.jsonld b/data/csourceRegistrations/fragments/context-source-registration-different-type.jsonld similarity index 100% rename from data/csourceRegistrations/fragments/context-source-registration-different-type-sample.jsonld rename to data/csourceRegistrations/fragments/context-source-registration-different-type.jsonld diff --git a/data/csourceRegistrations/fragments/context-source-registration-update-information-sample.json b/data/csourceRegistrations/fragments/context-source-registration-update-information.json similarity index 100% rename from data/csourceRegistrations/fragments/context-source-registration-update-information-sample.json rename to data/csourceRegistrations/fragments/context-source-registration-update-information.json diff --git a/data/csourceRegistrations/fragments/context-source-registration-update-sample.json b/data/csourceRegistrations/fragments/context-source-registration-update.json similarity index 100% rename from data/csourceRegistrations/fragments/context-source-registration-update-sample.json rename to data/csourceRegistrations/fragments/context-source-registration-update.json diff --git a/data/csourceSubscriptions/expectations/subscriptions-035-01-expectation.json b/data/csourceSubscriptions/expectations/subscriptions-035-01.json similarity index 100% rename from data/csourceSubscriptions/expectations/subscriptions-035-01-expectation.json rename to data/csourceSubscriptions/expectations/subscriptions-035-01.json diff --git a/data/csourceSubscriptions/expectations/subscriptions-040-01-expectation.json b/data/csourceSubscriptions/expectations/subscriptions-040-01.json similarity index 100% rename from data/csourceSubscriptions/expectations/subscriptions-040-01-expectation.json rename to data/csourceSubscriptions/expectations/subscriptions-040-01.json diff --git a/data/csourceSubscriptions/fragments/subscription-bus-entities-sample.json b/data/csourceSubscriptions/fragments/subscription-bus-entities.json similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-bus-entities-sample.json rename to data/csourceSubscriptions/fragments/subscription-bus-entities.json diff --git a/data/csourceSubscriptions/fragments/subscription-expiresAt-update-sample.json b/data/csourceSubscriptions/fragments/subscription-expiresAt-update.json similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-expiresAt-update-sample.json rename to data/csourceSubscriptions/fragments/subscription-expiresAt-update.json diff --git a/data/csourceSubscriptions/fragments/subscription-isActive-update-sample.json b/data/csourceSubscriptions/fragments/subscription-isActive-update.json similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-isActive-update-sample.json rename to data/csourceSubscriptions/fragments/subscription-isActive-update.json diff --git a/data/csourceSubscriptions/fragments/subscription-update-invalid-json-sample.json b/data/csourceSubscriptions/fragments/subscription-update-invalid-json.json similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-update-invalid-json-sample.json rename to data/csourceSubscriptions/fragments/subscription-update-invalid-json.json diff --git a/data/csourceSubscriptions/fragments/subscription-update-invalid-notification-sample.json b/data/csourceSubscriptions/fragments/subscription-update-invalid-notification.json similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-update-invalid-notification-sample.json rename to data/csourceSubscriptions/fragments/subscription-update-invalid-notification.json diff --git a/data/csourceSubscriptions/fragments/subscription-update-invalid-type-sample.json b/data/csourceSubscriptions/fragments/subscription-update-invalid-type.json similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-update-invalid-type-sample.json rename to data/csourceSubscriptions/fragments/subscription-update-invalid-type.json diff --git a/data/csourceSubscriptions/fragments/subscription-update-sample.json b/data/csourceSubscriptions/fragments/subscription-update.json similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-update-sample.json rename to data/csourceSubscriptions/fragments/subscription-update.json diff --git a/data/csourceSubscriptions/fragments/subscription-update-sample.jsonld b/data/csourceSubscriptions/fragments/subscription-update.jsonld similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-update-sample.jsonld rename to data/csourceSubscriptions/fragments/subscription-update.jsonld diff --git a/data/csourceSubscriptions/fragments/subscription-vehicle-and-bus-entities-sample.json b/data/csourceSubscriptions/fragments/subscription-vehicle-and-bus-entities.json similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-vehicle-and-bus-entities-sample.json rename to data/csourceSubscriptions/fragments/subscription-vehicle-and-bus-entities.json diff --git a/data/csourceSubscriptions/fragments/subscription-vehicle-entities-sample.json b/data/csourceSubscriptions/fragments/subscription-vehicle-entities.json similarity index 100% rename from data/csourceSubscriptions/fragments/subscription-vehicle-entities-sample.json rename to data/csourceSubscriptions/fragments/subscription-vehicle-entities.json diff --git a/data/csourceSubscriptions/subscription-empty-watchedAttributes-sample.jsonld b/data/csourceSubscriptions/subscription-empty-watchedAttributes.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-empty-watchedAttributes-sample.jsonld rename to data/csourceSubscriptions/subscription-empty-watchedAttributes.jsonld diff --git a/data/csourceSubscriptions/subscription-expired-sample.jsonld b/data/csourceSubscriptions/subscription-expired.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-expired-sample.jsonld rename to data/csourceSubscriptions/subscription-expired.jsonld diff --git a/data/csourceSubscriptions/subscription-expiresAt-sample.jsonld b/data/csourceSubscriptions/subscription-expiresAt.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-expiresAt-sample.jsonld rename to data/csourceSubscriptions/subscription-expiresAt.jsonld diff --git a/data/csourceSubscriptions/subscription-geoQ-without-geoproperty-sample.jsonld b/data/csourceSubscriptions/subscription-geoQ-without-geoproperty.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-geoQ-without-geoproperty-sample.jsonld rename to data/csourceSubscriptions/subscription-geoQ-without-geoproperty.jsonld diff --git a/data/csourceSubscriptions/subscription-geoQ-sample.jsonld b/data/csourceSubscriptions/subscription-geoQ.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-geoQ-sample.jsonld rename to data/csourceSubscriptions/subscription-geoQ.jsonld diff --git a/data/csourceSubscriptions/subscription-inactive-sample.jsonld b/data/csourceSubscriptions/subscription-inactive.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-inactive-sample.jsonld rename to data/csourceSubscriptions/subscription-inactive.jsonld diff --git a/data/csourceSubscriptions/subscription-invalid-query-sample.jsonld b/data/csourceSubscriptions/subscription-invalid-query.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-invalid-query-sample.jsonld rename to data/csourceSubscriptions/subscription-invalid-query.jsonld diff --git a/data/csourceSubscriptions/subscription-invalid-type-sample.jsonld b/data/csourceSubscriptions/subscription-invalid-type.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-invalid-type-sample.jsonld rename to data/csourceSubscriptions/subscription-invalid-type.jsonld diff --git a/data/csourceSubscriptions/subscription-temporalQ-createdAt-sample.jsonld b/data/csourceSubscriptions/subscription-temporalQ-createdAt.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-temporalQ-createdAt-sample.jsonld rename to data/csourceSubscriptions/subscription-temporalQ-createdAt.jsonld diff --git a/data/csourceSubscriptions/subscription-temporalQ-modifiedAt-sample.jsonld b/data/csourceSubscriptions/subscription-temporalQ-modifiedAt.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-temporalQ-modifiedAt-sample.jsonld rename to data/csourceSubscriptions/subscription-temporalQ-modifiedAt.jsonld diff --git a/data/csourceSubscriptions/subscription-temporalQ-observedAt-sample.jsonld b/data/csourceSubscriptions/subscription-temporalQ-observedAt.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-temporalQ-observedAt-sample.jsonld rename to data/csourceSubscriptions/subscription-temporalQ-observedAt.jsonld diff --git a/data/csourceSubscriptions/subscription-timeInterval-sample.jsonld b/data/csourceSubscriptions/subscription-timeInterval.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-timeInterval-sample.jsonld rename to data/csourceSubscriptions/subscription-timeInterval.jsonld diff --git a/data/csourceSubscriptions/subscription-unreachable-endpoint-sample.jsonld b/data/csourceSubscriptions/subscription-unreachable-endpoint.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-unreachable-endpoint-sample.jsonld rename to data/csourceSubscriptions/subscription-unreachable-endpoint.jsonld diff --git a/data/csourceSubscriptions/subscription-watchedAttributes-sample.jsonld b/data/csourceSubscriptions/subscription-watchedAttributes.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-watchedAttributes-sample.jsonld rename to data/csourceSubscriptions/subscription-watchedAttributes.jsonld diff --git a/data/csourceSubscriptions/subscription-without-notification-sample.jsonld b/data/csourceSubscriptions/subscription-without-notification.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-without-notification-sample.jsonld rename to data/csourceSubscriptions/subscription-without-notification.jsonld diff --git a/data/csourceSubscriptions/subscription-sample.jsonld b/data/csourceSubscriptions/subscription.jsonld similarity index 100% rename from data/csourceSubscriptions/subscription-sample.jsonld rename to data/csourceSubscriptions/subscription.jsonld diff --git a/data/entities/batch/empty-sample.jsonld b/data/entities/batch/empty.jsonld similarity index 100% rename from data/entities/batch/empty-sample.jsonld rename to data/entities/batch/empty.jsonld diff --git a/data/entities/batch/invalid-json-ld-sample.jsonld b/data/entities/batch/invalid-json-ld.jsonld similarity index 100% rename from data/entities/batch/invalid-json-ld-sample.jsonld rename to data/entities/batch/invalid-json-ld.jsonld diff --git a/data/entities/batch/invalid-json-sample.jsonld b/data/entities/batch/invalid-json.jsonld similarity index 100% rename from data/entities/batch/invalid-json-sample.jsonld rename to data/entities/batch/invalid-json.jsonld diff --git a/data/entities/building-language-property-sub-property-sample.jsonld b/data/entities/building-language-property-sub-property.jsonld similarity index 100% rename from data/entities/building-language-property-sub-property-sample.jsonld rename to data/entities/building-language-property-sub-property.jsonld diff --git a/data/entities/building-language-property-sample.jsonld b/data/entities/building-language-property.jsonld similarity index 100% rename from data/entities/building-language-property-sample.jsonld rename to data/entities/building-language-property.jsonld diff --git a/data/entities/building-location-attribute-sample.jsonld b/data/entities/building-location-attribute-sample.jsonld deleted file mode 100644 index 081c7a016c1efa3e51878f447b6d55c2aa978898..0000000000000000000000000000000000000000 --- a/data/entities/building-location-attribute-sample.jsonld +++ /dev/null @@ -1,22 +0,0 @@ -{ - "id": "urn:ngsi-ld:Building:randomUUID", - "type": "Building", - "name": { - "type": "Property", - "value": "Eiffel Tower" - }, - "subCategory": { - "type": "Property", - "value": "tourism" - }, - "location": { - "type": "GeoProperty", - "value": { - "type": "Point", - "coordinates": [13.3986, 52.5547] - } - }, - "@context": [ - "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld" - ] -} \ No newline at end of file diff --git a/data/entities/building-location-attribute.jsonld b/data/entities/building-location-attribute.jsonld index 778fe8f95f2b5734c82d4c1969cad1d14890cd38..081c7a016c1efa3e51878f447b6d55c2aa978898 100644 --- a/data/entities/building-location-attribute.jsonld +++ b/data/entities/building-location-attribute.jsonld @@ -1,5 +1,5 @@ { - "id": "urn:ngsi-ld:Building:3009ef20-9f62-41f5-bd66-92f041b428b9", + "id": "urn:ngsi-ld:Building:randomUUID", "type": "Building", "name": { "type": "Property", @@ -17,7 +17,6 @@ } }, "@context": [ - "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld", - "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld" + "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld" ] } \ No newline at end of file diff --git a/data/entities/building-minimal-sample.json b/data/entities/building-minimal.json similarity index 100% rename from data/entities/building-minimal-sample.json rename to data/entities/building-minimal.json diff --git a/data/entities/building-minimal-sample.jsonld b/data/entities/building-minimal.jsonld similarity index 100% rename from data/entities/building-minimal-sample.jsonld rename to data/entities/building-minimal.jsonld diff --git a/data/entities/building-relationship-of-property-sample.jsonld b/data/entities/building-relationship-of-property.jsonld similarity index 100% rename from data/entities/building-relationship-of-property-sample.jsonld rename to data/entities/building-relationship-of-property.jsonld diff --git a/data/entities/building-relationship-sample.jsonld b/data/entities/building-relationship.jsonld similarity index 100% rename from data/entities/building-relationship-sample.jsonld rename to data/entities/building-relationship.jsonld diff --git a/data/entities/building-simple-attributes-second-sample.jsonld b/data/entities/building-simple-attributes-second.jsonld similarity index 100% rename from data/entities/building-simple-attributes-second-sample.jsonld rename to data/entities/building-simple-attributes-second.jsonld diff --git a/data/entities/building-simple-attributes-sample.json b/data/entities/building-simple-attributes.json similarity index 100% rename from data/entities/building-simple-attributes-sample.json rename to data/entities/building-simple-attributes.json diff --git a/data/entities/building-simple-attributes-sample.jsonld b/data/entities/building-simple-attributes.jsonld similarity index 100% rename from data/entities/building-simple-attributes-sample.jsonld rename to data/entities/building-simple-attributes.jsonld diff --git a/data/entities/building-unretrievable-context-sample.jsonld b/data/entities/building-unretrievable-context.jsonld similarity index 100% rename from data/entities/building-unretrievable-context-sample.jsonld rename to data/entities/building-unretrievable-context.jsonld diff --git a/data/entities/building-with-different-type-sample.jsonld b/data/entities/building-with-different-type.jsonld similarity index 100% rename from data/entities/building-with-different-type-sample.jsonld rename to data/entities/building-with-different-type.jsonld diff --git a/data/entities/building-with-two-types-sample.jsonld b/data/entities/building-with-two-types.jsonld similarity index 100% rename from data/entities/building-with-two-types-sample.jsonld rename to data/entities/building-with-two-types.jsonld diff --git a/data/entities/empty-sample.jsonld b/data/entities/empty.jsonld similarity index 100% rename from data/entities/empty-sample.jsonld rename to data/entities/empty.jsonld diff --git a/data/entities/expectations/building-attributes-query-expectation.json b/data/entities/expectations/building-attributes-query.json similarity index 100% rename from data/entities/expectations/building-attributes-query-expectation.json rename to data/entities/expectations/building-attributes-query.json diff --git a/data/entities/expectations/building-geoproperty-query-expectation.jsonld b/data/entities/expectations/building-geoproperty-query.jsonld similarity index 100% rename from data/entities/expectations/building-geoproperty-query-expectation.jsonld rename to data/entities/expectations/building-geoproperty-query.jsonld diff --git a/data/entities/expectations/building-language-property-update-expectation.jsonld b/data/entities/expectations/building-language-property-update.jsonld similarity index 100% rename from data/entities/expectations/building-language-property-update-expectation.jsonld rename to data/entities/expectations/building-language-property-update.jsonld diff --git a/data/entities/expectations/building-minimal-compacted-expectation.json b/data/entities/expectations/building-minimal-compacted.json similarity index 100% rename from data/entities/expectations/building-minimal-compacted-expectation.json rename to data/entities/expectations/building-minimal-compacted.json diff --git a/data/entities/expectations/building-minimal-with-one-scope-expectation.json b/data/entities/expectations/building-minimal-with-one-scope.json similarity index 100% rename from data/entities/expectations/building-minimal-with-one-scope-expectation.json rename to data/entities/expectations/building-minimal-with-one-scope.json diff --git a/data/entities/expectations/building-minimal-with-two-scopes-expectation.json b/data/entities/expectations/building-minimal-with-two-scopes.json similarity index 100% rename from data/entities/expectations/building-minimal-with-two-scopes-expectation.json rename to data/entities/expectations/building-minimal-with-two-scopes.json diff --git a/data/entities/expectations/building-minimal-expectation.json b/data/entities/expectations/building-minimal.json similarity index 100% rename from data/entities/expectations/building-minimal-expectation.json rename to data/entities/expectations/building-minimal.json diff --git a/data/entities/expectations/building-simple-attributes-sample-compacted-expectation.json b/data/entities/expectations/building-simple-attributes-compacted.json similarity index 100% rename from data/entities/expectations/building-simple-attributes-sample-compacted-expectation.json rename to data/entities/expectations/building-simple-attributes-compacted.json diff --git a/data/entities/expectations/building-simple-attributes-sample-expanded-expectation.json b/data/entities/expectations/building-simple-attributes-expanded.json similarity index 100% rename from data/entities/expectations/building-simple-attributes-sample-expanded-expectation.json rename to data/entities/expectations/building-simple-attributes-expanded.json diff --git a/data/entities/expectations/building-simple-attributes-query-expectation.jsonld b/data/entities/expectations/building-simple-attributes-query.jsonld similarity index 100% rename from data/entities/expectations/building-simple-attributes-query-expectation.jsonld rename to data/entities/expectations/building-simple-attributes-query.jsonld diff --git a/data/entities/expectations/building-simple-attributes-simplified-expectation.json b/data/entities/expectations/building-simple-attributes-simplified.json similarity index 100% rename from data/entities/expectations/building-simple-attributes-simplified-expectation.json rename to data/entities/expectations/building-simple-attributes-simplified.json diff --git a/data/entities/expectations/building-simple-attributes-simplified-expectation.jsonld b/data/entities/expectations/building-simple-attributes-simplified.jsonld similarity index 100% rename from data/entities/expectations/building-simple-attributes-simplified-expectation.jsonld rename to data/entities/expectations/building-simple-attributes-simplified.jsonld diff --git a/data/entities/expectations/building-simple-attributes-expectation.jsonld b/data/entities/expectations/building-simple-attributes.jsonld similarity index 100% rename from data/entities/expectations/building-simple-attributes-expectation.jsonld rename to data/entities/expectations/building-simple-attributes.jsonld diff --git a/data/entities/expectations/two-types-vehicle-offstreetparking-expectation.jsonld b/data/entities/expectations/two-types-vehicle-offstreetparking.jsonld similarity index 100% rename from data/entities/expectations/two-types-vehicle-offstreetparking-expectation.jsonld rename to data/entities/expectations/two-types-vehicle-offstreetparking.jsonld diff --git a/data/entities/expectations/two-vehicles-expectation.jsonld b/data/entities/expectations/two-vehicles.jsonld similarity index 100% rename from data/entities/expectations/two-vehicles-expectation.jsonld rename to data/entities/expectations/two-vehicles.jsonld diff --git a/data/entities/expectations/vehicle-delete-datasetid-speed-expectation.jsonld b/data/entities/expectations/vehicle-delete-datasetid-speed.jsonld similarity index 100% rename from data/entities/expectations/vehicle-delete-datasetid-speed-expectation.jsonld rename to data/entities/expectations/vehicle-delete-datasetid-speed.jsonld diff --git a/data/entities/expectations/vehicle-delete-default-speed-expectation.jsonld b/data/entities/expectations/vehicle-delete-default-speed.jsonld similarity index 100% rename from data/entities/expectations/vehicle-delete-default-speed-expectation.jsonld rename to data/entities/expectations/vehicle-delete-default-speed.jsonld diff --git a/data/entities/expectations/vehicle-delete-deleteall-speed-expectation.jsonld b/data/entities/expectations/vehicle-delete-deleteall-speed.jsonld similarity index 100% rename from data/entities/expectations/vehicle-delete-deleteall-speed-expectation.jsonld rename to data/entities/expectations/vehicle-delete-deleteall-speed.jsonld diff --git a/data/entities/expectations/vehicle-isparked-update-expectation.jsonld b/data/entities/expectations/vehicle-isparked-update.jsonld similarity index 100% rename from data/entities/expectations/vehicle-isparked-update-expectation.jsonld rename to data/entities/expectations/vehicle-isparked-update.jsonld diff --git a/data/entities/expectations/vehicle-language-property-appended-expectation.jsonld b/data/entities/expectations/vehicle-language-property-appended.jsonld similarity index 100% rename from data/entities/expectations/vehicle-language-property-appended-expectation.jsonld rename to data/entities/expectations/vehicle-language-property-appended.jsonld diff --git a/data/entities/expectations/vehicle-multi-attributes-expectation.jsonld b/data/entities/expectations/vehicle-multi-attributes.jsonld similarity index 100% rename from data/entities/expectations/vehicle-multi-attributes-expectation.jsonld rename to data/entities/expectations/vehicle-multi-attributes.jsonld diff --git a/data/entities/expectations/vehicle-parking-simple-expectation.geojson b/data/entities/expectations/vehicle-parking-simple.geojson similarity index 100% rename from data/entities/expectations/vehicle-parking-simple-expectation.geojson rename to data/entities/expectations/vehicle-parking-simple.geojson diff --git a/data/entities/expectations/vehicle-simple-attributes-core-context-expectation.json b/data/entities/expectations/vehicle-simple-attributes-core-context.json similarity index 100% rename from data/entities/expectations/vehicle-simple-attributes-core-context-expectation.json rename to data/entities/expectations/vehicle-simple-attributes-core-context.json diff --git a/data/entities/expectations/vehicle-speed-appended-expectation.jsonld b/data/entities/expectations/vehicle-speed-appended.jsonld similarity index 100% rename from data/entities/expectations/vehicle-speed-appended-expectation.jsonld rename to data/entities/expectations/vehicle-speed-appended.jsonld diff --git a/data/entities/expectations/vehicle-speed-different-datasetid-expectation.jsonld b/data/entities/expectations/vehicle-speed-different-datasetid.jsonld similarity index 100% rename from data/entities/expectations/vehicle-speed-different-datasetid-expectation.jsonld rename to data/entities/expectations/vehicle-speed-different-datasetid.jsonld diff --git a/data/entities/expectations/vehicle-update-attributes-expectation.jsonld b/data/entities/expectations/vehicle-update-attributes.jsonld similarity index 100% rename from data/entities/expectations/vehicle-update-attributes-expectation.jsonld rename to data/entities/expectations/vehicle-update-attributes.jsonld diff --git a/data/entities/expectations/vehicle-update-datasetid-attributes-expectation.jsonld b/data/entities/expectations/vehicle-update-datasetid-attributes.jsonld similarity index 100% rename from data/entities/expectations/vehicle-update-datasetid-attributes-expectation.jsonld rename to data/entities/expectations/vehicle-update-datasetid-attributes.jsonld diff --git a/data/entities/expectations/vehicle-update-speed-expectation.jsonld b/data/entities/expectations/vehicle-update-speed.jsonld similarity index 100% rename from data/entities/expectations/vehicle-update-speed-expectation.jsonld rename to data/entities/expectations/vehicle-update-speed.jsonld diff --git a/data/entities/invalid-json-sample.jsonld b/data/entities/invalid-json.jsonld similarity index 100% rename from data/entities/invalid-json-sample.jsonld rename to data/entities/invalid-json.jsonld diff --git a/data/entities/parking-simple-attributes-sample.jsonld b/data/entities/parking-simple-attributes.jsonld similarity index 100% rename from data/entities/parking-simple-attributes-sample.jsonld rename to data/entities/parking-simple-attributes.jsonld diff --git a/data/entities/vehicle-simple-attributes-sample.json b/data/entities/vehicle-simple-attributes.json similarity index 100% rename from data/entities/vehicle-simple-attributes-sample.json rename to data/entities/vehicle-simple-attributes.json diff --git a/data/entities/vehicle-simple-attributes-sample.jsonld b/data/entities/vehicle-simple-attributes.jsonld similarity index 100% rename from data/entities/vehicle-simple-attributes-sample.jsonld rename to data/entities/vehicle-simple-attributes.jsonld diff --git a/data/entities/vehicle-speed-two-datasetid-sample.jsonld b/data/entities/vehicle-speed-two-datasetid.jsonld similarity index 100% rename from data/entities/vehicle-speed-two-datasetid-sample.jsonld rename to data/entities/vehicle-speed-two-datasetid.jsonld diff --git a/data/entities/vehicle-two-datasetid-attributes-sample.jsonld b/data/entities/vehicle-two-datasetid-attributes.jsonld similarity index 100% rename from data/entities/vehicle-two-datasetid-attributes-sample.jsonld rename to data/entities/vehicle-two-datasetid-attributes.jsonld diff --git a/data/jsonldContext/@context-duplicated-key.json b/data/jsonldContext/@context-duplicated-key.json deleted file mode 100644 index 2f5d5a43783d6ea114ee52e245e853640068a72d..0000000000000000000000000000000000000000 --- a/data/jsonldContext/@context-duplicated-key.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "@context": { - "A1": "urn:ngsi-ld:attributes:A1", - "A1": "urn:ngsi-ld:attributes:A2", - "A3": "urn:ngsi-ld:attributes:A3" - } -} diff --git a/data/subscriptions/expectations/subscription-028-01-expectation.jsonld b/data/subscriptions/expectations/subscription-028-01.jsonld similarity index 100% rename from data/subscriptions/expectations/subscription-028-01-expectation.jsonld rename to data/subscriptions/expectations/subscription-028-01.jsonld diff --git a/data/subscriptions/expectations/subscription-vehicle-expanded-types-sample.jsonld b/data/subscriptions/expectations/subscription-vehicle-expanded-types.jsonld similarity index 100% rename from data/subscriptions/expectations/subscription-vehicle-expanded-types-sample.jsonld rename to data/subscriptions/expectations/subscription-vehicle-expanded-types.jsonld diff --git a/data/subscriptions/expectations/subscription-vehicle-sample.jsonld b/data/subscriptions/expectations/subscription-vehicle.jsonld similarity index 100% rename from data/subscriptions/expectations/subscription-vehicle-sample.jsonld rename to data/subscriptions/expectations/subscription-vehicle.jsonld diff --git a/data/subscriptions/expectations/subscriptions-030-03-expectation.json b/data/subscriptions/expectations/subscriptions-030-03.json similarity index 100% rename from data/subscriptions/expectations/subscriptions-030-03-expectation.json rename to data/subscriptions/expectations/subscriptions-030-03.json diff --git a/data/subscriptions/expectations/subscriptions-031-01-expectation.json b/data/subscriptions/expectations/subscriptions-031-01.json similarity index 100% rename from data/subscriptions/expectations/subscriptions-031-01-expectation.json rename to data/subscriptions/expectations/subscriptions-031-01.json diff --git a/data/subscriptions/fragments/subscription-expiresAt-future-update-sample.json b/data/subscriptions/fragments/subscription-expiresAt-future-update.json similarity index 100% rename from data/subscriptions/fragments/subscription-expiresAt-future-update-sample.json rename to data/subscriptions/fragments/subscription-expiresAt-future-update.json diff --git a/data/subscriptions/fragments/subscription-expiresAt-update-sample.json b/data/subscriptions/fragments/subscription-expiresAt-update.json similarity index 100% rename from data/subscriptions/fragments/subscription-expiresAt-update-sample.json rename to data/subscriptions/fragments/subscription-expiresAt-update.json diff --git a/data/subscriptions/fragments/subscription-invalid-update-sample.json b/data/subscriptions/fragments/subscription-invalid-update.json similarity index 100% rename from data/subscriptions/fragments/subscription-invalid-update-sample.json rename to data/subscriptions/fragments/subscription-invalid-update.json diff --git a/data/subscriptions/fragments/subscription-isActive-expiresAt-update-sample.json b/data/subscriptions/fragments/subscription-isActive-expiresAt-update.json similarity index 100% rename from data/subscriptions/fragments/subscription-isActive-expiresAt-update-sample.json rename to data/subscriptions/fragments/subscription-isActive-expiresAt-update.json diff --git a/data/subscriptions/fragments/subscription-isActive-false-update-sample.json b/data/subscriptions/fragments/subscription-isActive-false-update.json similarity index 100% rename from data/subscriptions/fragments/subscription-isActive-false-update-sample.json rename to data/subscriptions/fragments/subscription-isActive-false-update.json diff --git a/data/subscriptions/fragments/subscription-isActive-true-update-sample.json b/data/subscriptions/fragments/subscription-isActive-true-update.json similarity index 100% rename from data/subscriptions/fragments/subscription-isActive-true-update-sample.json rename to data/subscriptions/fragments/subscription-isActive-true-update.json diff --git a/data/subscriptions/fragments/subscription-null-properties-update-sample.json b/data/subscriptions/fragments/subscription-null-properties-update.json similarity index 100% rename from data/subscriptions/fragments/subscription-null-properties-update-sample.json rename to data/subscriptions/fragments/subscription-null-properties-update.json diff --git a/data/subscriptions/fragments/subscription-update-sample.json b/data/subscriptions/fragments/subscription-update.json similarity index 100% rename from data/subscriptions/fragments/subscription-update-sample.json rename to data/subscriptions/fragments/subscription-update.json diff --git a/data/subscriptions/fragments/subscription-vehicle-entities-sample.json b/data/subscriptions/fragments/subscription-vehicle-entities.json similarity index 100% rename from data/subscriptions/fragments/subscription-vehicle-entities-sample.json rename to data/subscriptions/fragments/subscription-vehicle-entities.json diff --git a/data/subscriptions/subscription-empty-sample.jsonld b/data/subscriptions/subscription-empty.jsonld similarity index 100% rename from data/subscriptions/subscription-empty-sample.jsonld rename to data/subscriptions/subscription-empty.jsonld diff --git a/data/subscriptions/subscription-inactive-sample.jsonld b/data/subscriptions/subscription-inactive.jsonld similarity index 100% rename from data/subscriptions/subscription-inactive-sample.jsonld rename to data/subscriptions/subscription-inactive.jsonld diff --git a/data/subscriptions/subscription-invalid-json-sample.jsonld b/data/subscriptions/subscription-invalid-json.jsonld similarity index 100% rename from data/subscriptions/subscription-invalid-json-sample.jsonld rename to data/subscriptions/subscription-invalid-json.jsonld diff --git a/data/subscriptions/subscription-invalid-negative-throttling-sample.jsonld b/data/subscriptions/subscription-invalid-negative-throttling.jsonld similarity index 100% rename from data/subscriptions/subscription-invalid-negative-throttling-sample.jsonld rename to data/subscriptions/subscription-invalid-negative-throttling.jsonld diff --git a/data/subscriptions/subscription-invalid-throttling-timeInterval-sample.jsonld b/data/subscriptions/subscription-invalid-throttling-timeInterval.jsonld similarity index 100% rename from data/subscriptions/subscription-invalid-throttling-timeInterval-sample.jsonld rename to data/subscriptions/subscription-invalid-throttling-timeInterval.jsonld diff --git a/data/subscriptions/subscription-timeInterval-sample.jsonld b/data/subscriptions/subscription-timeInterval.jsonld similarity index 100% rename from data/subscriptions/subscription-timeInterval-sample.jsonld rename to data/subscriptions/subscription-timeInterval.jsonld diff --git a/data/subscriptions/subscription-unretrievable-context-sample.jsonld b/data/subscriptions/subscription-unretrievable-context.jsonld similarity index 100% rename from data/subscriptions/subscription-unretrievable-context-sample.jsonld rename to data/subscriptions/subscription-unretrievable-context.jsonld diff --git a/data/subscriptions/subscription-valid-throttling-sample.jsonld b/data/subscriptions/subscription-valid-throttling.jsonld similarity index 100% rename from data/subscriptions/subscription-valid-throttling-sample.jsonld rename to data/subscriptions/subscription-valid-throttling.jsonld diff --git a/data/subscriptions/subscription-watchedAttributes-sample.jsonld b/data/subscriptions/subscription-watchedAttributes.jsonld similarity index 100% rename from data/subscriptions/subscription-watchedAttributes-sample.jsonld rename to data/subscriptions/subscription-watchedAttributes.jsonld diff --git a/data/subscriptions/subscription-sample.jsonld b/data/subscriptions/subscription.jsonld similarity index 100% rename from data/subscriptions/subscription-sample.jsonld rename to data/subscriptions/subscription.jsonld diff --git a/data/temporalEntities/2020-08-bus-temporal-representation-sample.jsonld b/data/temporalEntities/2020-08-bus-temporal-representation.jsonld similarity index 100% rename from data/temporalEntities/2020-08-bus-temporal-representation-sample.jsonld rename to data/temporalEntities/2020-08-bus-temporal-representation.jsonld diff --git a/data/temporalEntities/2020-08-vehicule-temporal-representation-multiple-instances-sample.jsonld b/data/temporalEntities/2020-08-vehicle-temporal-representation-multiple-instances.jsonld similarity index 100% rename from data/temporalEntities/2020-08-vehicule-temporal-representation-multiple-instances-sample.jsonld rename to data/temporalEntities/2020-08-vehicle-temporal-representation-multiple-instances.jsonld diff --git a/data/temporalEntities/2020-08-vehicule-temporal-representation-sample.jsonld b/data/temporalEntities/2020-08-vehicle-temporal-representation.jsonld similarity index 100% rename from data/temporalEntities/2020-08-vehicule-temporal-representation-sample.jsonld rename to data/temporalEntities/2020-08-vehicle-temporal-representation.jsonld diff --git a/data/temporalEntities/2020-09-vehicule-temporal-representation-sample.jsonld b/data/temporalEntities/2020-09-vehicle-temporal-representation.jsonld similarity index 100% rename from data/temporalEntities/2020-09-vehicule-temporal-representation-sample.jsonld rename to data/temporalEntities/2020-09-vehicle-temporal-representation.jsonld diff --git a/data/temporalEntities/2020-10-vehicule-temporal-representation-with-location-sample.jsonld b/data/temporalEntities/2020-10-vehicle-temporal-representation-with-location.jsonld similarity index 100% rename from data/temporalEntities/2020-10-vehicule-temporal-representation-with-location-sample.jsonld rename to data/temporalEntities/2020-10-vehicle-temporal-representation-with-location.jsonld diff --git a/data/temporalEntities/bus-temporal-representation-unretrievable-context-sample.jsonld b/data/temporalEntities/bus-temporal-representation-unretrievable-context.jsonld similarity index 100% rename from data/temporalEntities/bus-temporal-representation-unretrievable-context-sample.jsonld rename to data/temporalEntities/bus-temporal-representation-unretrievable-context.jsonld diff --git a/data/temporalEntities/expectations/vehicle-language-property-normalized-temporal-representation-expectation.jsonld b/data/temporalEntities/expectations/vehicle-language-property-normalized-temporal-representation.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-language-property-normalized-temporal-representation-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-language-property-normalized-temporal-representation.jsonld diff --git a/data/temporalEntities/expectations/vehicle-language-property-simplified-temporal-representation-expectation.jsonld b/data/temporalEntities/expectations/vehicle-language-property-simplified-temporal-representation.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-language-property-simplified-temporal-representation-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-language-property-simplified-temporal-representation.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-01-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-020-01.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-01-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-01.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-02-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-020-02.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-02-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-02.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-04-01-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-020-04-01.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-04-01-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-04-01.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-04-02-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-020-04-02.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-04-02-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-04-02.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-04-03-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-020-04-03.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-04-03-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-04-03.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-05-01-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-020-05-01.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-05-01-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-05-01.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-05-02-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-020-05-02.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-05-02-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-05-02.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-10-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-020-10.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-10-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-10.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-11-01-expectation.json b/data/temporalEntities/expectations/vehicle-temporal-representation-020-11-01.json similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-11-01-expectation.json rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-11-01.json diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-11-02-expectation.json b/data/temporalEntities/expectations/vehicle-temporal-representation-020-11-02.json similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-11-02-expectation.json rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-11-02.json diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-11-03-expectation.json b/data/temporalEntities/expectations/vehicle-temporal-representation-020-11-03.json similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-11-03-expectation.json rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-11-03.json diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-020-11-04-expectation.json b/data/temporalEntities/expectations/vehicle-temporal-representation-020-11-04.json similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-020-11-04-expectation.json rename to data/temporalEntities/expectations/vehicle-temporal-representation-020-11-04.json diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-added-attribute-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-added-attribute.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-added-attribute-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-added-attribute.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-create-with-no-context-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-create-with-no-context.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-create-with-no-context-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-create-with-no-context.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-create-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-create.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-create-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-create.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-delete-fuelLevel-datasetid-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-delete-fuelLevel-datasetid.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-delete-fuelLevel-datasetid-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-delete-fuelLevel-datasetid.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-delete-fuelLevel-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-delete-fuelLevel.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-delete-fuelLevel-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-delete-fuelLevel.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-delete-speed-instanceid-sample.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-delete-speed-instanceid.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-delete-speed-instanceid-sample.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-delete-speed-instanceid.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-deleteall-fuelLevel-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-deleteall-fuelLevel.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-deleteall-fuelLevel-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-deleteall-fuelLevel.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-modify-attribute-instance-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-modify-attribute-instance.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-modify-attribute-instance-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-modify-attribute-instance.jsonld diff --git a/data/temporalEntities/expectations/vehicle-temporal-representation-update-expectation.jsonld b/data/temporalEntities/expectations/vehicle-temporal-representation-update.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicle-temporal-representation-update-expectation.jsonld rename to data/temporalEntities/expectations/vehicle-temporal-representation-update.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-01-01-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-01-01.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-01-01-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-01-01.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-01-02-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-01-02.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-01-02-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-01-02.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-02-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-02.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-02-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-02.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-03-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-03.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-03-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-03.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-04-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-04.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-04-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-04.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-05-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-05.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-05-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-05.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-06-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-06.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-06-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-06.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-07-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-07.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-07-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-07.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-08-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-08.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-08-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-08.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-09-01-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-09-01.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-09-01-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-09-01.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-09-02-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-09-02.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-09-02-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-09-02.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-13-01-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-13-01.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-13-01-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-13-01.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-13-02-expectation.jsonld b/data/temporalEntities/expectations/vehicles-temporal-representation-021-13-02.jsonld similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-13-02-expectation.jsonld rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-13-02.jsonld diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-14-01-expectation.json b/data/temporalEntities/expectations/vehicles-temporal-representation-021-14-01.json similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-14-01-expectation.json rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-14-01.json diff --git a/data/temporalEntities/expectations/vehicles-temporal-representation-021-14-02-expectation.json b/data/temporalEntities/expectations/vehicles-temporal-representation-021-14-02.json similarity index 100% rename from data/temporalEntities/expectations/vehicles-temporal-representation-021-14-02-expectation.json rename to data/temporalEntities/expectations/vehicles-temporal-representation-021-14-02.json diff --git a/data/temporalEntities/vehicle-create-temporal-representation-without-context-sample.jsonld b/data/temporalEntities/vehicle-create-temporal-representation-without-context.jsonld similarity index 100% rename from data/temporalEntities/vehicle-create-temporal-representation-without-context-sample.jsonld rename to data/temporalEntities/vehicle-create-temporal-representation-without-context.jsonld diff --git a/data/temporalEntities/vehicle-create-temporal-representation-sample.jsonld b/data/temporalEntities/vehicle-create-temporal-representation.jsonld similarity index 100% rename from data/temporalEntities/vehicle-create-temporal-representation-sample.jsonld rename to data/temporalEntities/vehicle-create-temporal-representation.jsonld diff --git a/data/temporalEntities/vehicle-language-property-temporal-representation-sample.jsonld b/data/temporalEntities/vehicle-language-property-temporal-representation.jsonld similarity index 100% rename from data/temporalEntities/vehicle-language-property-temporal-representation-sample.jsonld rename to data/temporalEntities/vehicle-language-property-temporal-representation.jsonld diff --git a/data/temporalEntities/vehicle-temporal-representation-empty-json-sample.jsonld b/data/temporalEntities/vehicle-temporal-representation-empty-json-sample.jsonld deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/data/jsonldContext/expected-detailed-@context.json b/data/temporalEntities/vehicle-temporal-representation-empty-json.jsonld similarity index 100% rename from data/jsonldContext/expected-detailed-@context.json rename to data/temporalEntities/vehicle-temporal-representation-empty-json.jsonld diff --git a/data/temporalEntities/vehicle-temporal-representation-invalid-json-sample.jsonld b/data/temporalEntities/vehicle-temporal-representation-invalid-json.jsonld similarity index 100% rename from data/temporalEntities/vehicle-temporal-representation-invalid-json-sample.jsonld rename to data/temporalEntities/vehicle-temporal-representation-invalid-json.jsonld diff --git a/data/temporalEntities/vehicle-temporal-representation-update-sample.jsonld b/data/temporalEntities/vehicle-temporal-representation-update.jsonld similarity index 100% rename from data/temporalEntities/vehicle-temporal-representation-update-sample.jsonld rename to data/temporalEntities/vehicle-temporal-representation-update.jsonld diff --git a/data/temporalEntities/vehicle-temporal-representation-without-id-sample.jsonld b/data/temporalEntities/vehicle-temporal-representation-without-id.jsonld similarity index 100% rename from data/temporalEntities/vehicle-temporal-representation-without-id-sample.jsonld rename to data/temporalEntities/vehicle-temporal-representation-without-id.jsonld diff --git a/data/temporalEntities/vehicle-temporal-representation-sample.jsonld b/data/temporalEntities/vehicle-temporal-representation.jsonld similarity index 100% rename from data/temporalEntities/vehicle-temporal-representation-sample.jsonld rename to data/temporalEntities/vehicle-temporal-representation.jsonld diff --git a/data/types/expectations/attribute-026-01-01-expectation.json b/data/types/expectations/attribute-026-01-01.json similarity index 100% rename from data/types/expectations/attribute-026-01-01-expectation.json rename to data/types/expectations/attribute-026-01-01.json diff --git a/data/types/expectations/attribute-026-01-02-expectation.json b/data/types/expectations/attribute-026-01-02.json similarity index 100% rename from data/types/expectations/attribute-026-01-02-expectation.json rename to data/types/expectations/attribute-026-01-02.json diff --git a/data/types/expectations/attribute-027-01-expectation.json b/data/types/expectations/attribute-027-01.json similarity index 100% rename from data/types/expectations/attribute-027-01-expectation.json rename to data/types/expectations/attribute-027-01.json diff --git a/data/types/expectations/attribute-list-025-01-01-expectation.json b/data/types/expectations/attribute-list-025-01-01.json similarity index 100% rename from data/types/expectations/attribute-list-025-01-01-expectation.json rename to data/types/expectations/attribute-list-025-01-01.json diff --git a/data/types/expectations/attribute-list-025-01-02-expectation.json b/data/types/expectations/attribute-list-025-01-02.json similarity index 100% rename from data/types/expectations/attribute-list-025-01-02-expectation.json rename to data/types/expectations/attribute-list-025-01-02.json diff --git a/data/types/expectations/entity-type-023-01-01-expectation.json b/data/types/expectations/entity-type-023-01-01.json similarity index 100% rename from data/types/expectations/entity-type-023-01-01-expectation.json rename to data/types/expectations/entity-type-023-01-01.json diff --git a/data/types/expectations/entity-type-023-01-02-expectation.json b/data/types/expectations/entity-type-023-01-02.json similarity index 100% rename from data/types/expectations/entity-type-023-01-02-expectation.json rename to data/types/expectations/entity-type-023-01-02.json diff --git a/data/types/expectations/entity-type-info-024-01-expectation.json b/data/types/expectations/entity-type-info-024-01.json similarity index 100% rename from data/types/expectations/entity-type-info-024-01-expectation.json rename to data/types/expectations/entity-type-info-024-01.json diff --git a/data/types/expectations/entity-type-list-022-01-01-expectation.json b/data/types/expectations/entity-type-list-022-01-01.json similarity index 100% rename from data/types/expectations/entity-type-list-022-01-01-expectation.json rename to data/types/expectations/entity-type-list-022-01-01.json diff --git a/data/types/expectations/entity-type-list-022-01-02-expectation.json b/data/types/expectations/entity-type-list-022-01-02.json similarity index 100% rename from data/types/expectations/entity-type-list-022-01-02-expectation.json rename to data/types/expectations/entity-type-list-022-01-02.json diff --git a/doc/files/CommonBehaviours/043_01.json b/doc/files/CommonBehaviours/043_01.json index a2c342ab577e9a36726ed93d8889685216590c51..d14a18af62521476c13b0651cdb5a88c06da0c00 100644 --- a/doc/files/CommonBehaviours/043_01.json +++ b/doc/files/CommonBehaviours/043_01.json @@ -25,7 +25,7 @@ "teardown": "Delete Entity by Id", "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 503 and\n Create Entity Selecting Content Type with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/LdContextNotAvailable' and\n Create Entity Selecting Content Type with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-unretrievable-context-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-unretrievable-context.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -42,7 +42,7 @@ "teardown": "Delete Subscription", "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Subscription with Response Status Code set to 503 and\n Create Subscription with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/LdContextNotAvailable' and\n Create Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription-unretrievable-context-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription-unretrievable-context.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" }, @@ -59,7 +59,7 @@ "teardown": "Delete Temporal Representation Of Entity", "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 503 and\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/LdContextNotAvailable' and\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'bus-temporal-representation-unretrievable-context-sample.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'bus-temporal-representation-unretrievable-context.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", "http_verb": "POST", "endpoint": "temporal/entities" }, diff --git a/doc/files/CommonBehaviours/044_02.json b/doc/files/CommonBehaviours/044_02.json index 80ee40408aba5563f8709351fa56eddaa2acb0e4..750143edd49ca99d7e38fe40e0bb9ffb14e8e861 100644 --- a/doc/files/CommonBehaviours/044_02.json +++ b/doc/files/CommonBehaviours/044_02.json @@ -28,7 +28,7 @@ "teardown": "Delete Initial Subscription", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Update Subscription with Response Status Code set to 204\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Link'] contain the context 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\nHeader['Content-Type'] set to 'application/merge-patch+json' and\nPayload defined in file 'subscriptions/fragments/subscription-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Link'] contain the context 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\nHeader['Content-Type'] set to 'application/merge-patch+json' and\nPayload defined in file 'subscriptions/fragments/subscription-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/CommonBehaviours/048_01.json b/doc/files/CommonBehaviours/048_01.json index 5721211f0383b520151aa25fea70fc6b5820287c..057be2482dd935b8fe6d9e2c79bd10cb9aba3384 100644 --- a/doc/files/CommonBehaviours/048_01.json +++ b/doc/files/CommonBehaviours/048_01.json @@ -42,7 +42,7 @@ "teardown": "Delete Subscription", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Update Subscription with Response Status Code set to 415\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/xml' and\nPayload defined in file 'csourceSubscriptions/fragments/subscription-update-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/xml' and\nPayload defined in file 'csourceSubscriptions/fragments/subscription-update.jsonld'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" }, @@ -59,7 +59,7 @@ "teardown": "Delete Entity by Id", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Create Entity Selecting Content Type with Response Status Code set to 415\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/xml' and\n payload defined in file: 'building-simple-attributes-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/xml' and\n payload defined in file: 'building-simple-attributes.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -76,7 +76,7 @@ "teardown": "Delete Subscription", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Create Subscription with Response Status Code set to 415\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/xml' and\n payload defined in file: 'csourceSubscriptions/subscription-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/xml' and\n payload defined in file: 'csourceSubscriptions/subscription.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" }, @@ -110,7 +110,7 @@ "teardown": "Delete Temporal Representation Of Entity", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 415\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-temporal-representation-sample.jsonld' and\n Query Parameter: content_type set to 'application/xml' and\n Query Parameter: accept set to '${EMPTY}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-temporal-representation.jsonld' and\n Query Parameter: content_type set to 'application/xml' and\n Query Parameter: accept set to '${EMPTY}'\n}", "http_verb": "POST", "endpoint": "temporal/entities" } diff --git a/doc/files/ContextInformation/Consumption/018_01_01.json b/doc/files/ContextInformation/Consumption/018_01_01.json index d25620acf75c70f54a4313a17880049c13638746..a2b5864092c167b7cfcb714106e54ef9951045f2 100644 --- a/doc/files/ContextInformation/Consumption/018_01_01.json +++ b/doc/files/ContextInformation/Consumption/018_01_01.json @@ -25,7 +25,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes-expectation.jsonld'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes.jsonld'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/{id}'\n method set to 'GET'\n Get Entity Request: and\n Query Parameter: id set to '${entity_id}' and\n Query Parameter: accept set to 'application/ld+json'\n}", "http_verb": "GET", "endpoint": "entities/{id}" diff --git a/doc/files/ContextInformation/Consumption/018_01_02.json b/doc/files/ContextInformation/Consumption/018_01_02.json index 4aff9ddf1142097b4dd42efa058f222b30b2e62d..86e651314b6697d2a13b64702c9e269bfb5bbc19 100644 --- a/doc/files/ContextInformation/Consumption/018_01_02.json +++ b/doc/files/ContextInformation/Consumption/018_01_02.json @@ -25,7 +25,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes-query-expectation.jsonld'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes-query.jsonld'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/{id}'\n method set to 'GET'\n Get Entity Request: and\n Query Parameter: id set to '${entity_id}' and\n Query Parameter: accept set to 'application/ld+json' and\n Query Parameter: attrs set to '${attributes_to_be_retrieved}'\n}", "http_verb": "GET", "endpoint": "entities/{id}" diff --git a/doc/files/ContextInformation/Consumption/018_01_03.json b/doc/files/ContextInformation/Consumption/018_01_03.json index 2e7bef604b41c6931524ba1004d0641aed875ead..cdbec4fc139388f4a05c052319c3ff611812f7a8 100644 --- a/doc/files/ContextInformation/Consumption/018_01_03.json +++ b/doc/files/ContextInformation/Consumption/018_01_03.json @@ -25,7 +25,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-geoproperty-query-expectation.jsonld'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-geoproperty-query.jsonld'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/{id}'\n method set to 'GET'\n Get Entity Request: and\n Query Parameter: id set to '${entity_id}' and\n Query Parameter: accept set to 'application/ld+json' and\n Query Parameter: geoproperty set to 'location'\n}", "http_verb": "GET", "endpoint": "entities/{id}" diff --git a/doc/files/ContextInformation/Consumption/018_04.json b/doc/files/ContextInformation/Consumption/018_04.json index ed3011358f20ec6f5c2054949c3462c4425c59f0..8ff6c45ce8e02a6feb1ad5629448e176058ae6c9 100644 --- a/doc/files/ContextInformation/Consumption/018_04.json +++ b/doc/files/ContextInformation/Consumption/018_04.json @@ -25,7 +25,7 @@ "setup": null, "teardown": "Delete Created Entity", "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes-simplified-expectation.jsonld'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes-simplified.jsonld'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/{id}'\n method set to 'GET'\n Get Entity Request: and\n Query Parameter: id set to '${entity_id}' and\n Query Parameter: accept set to 'application/ld+json' and\n Query Parameter: options set to 'keyValues'\n}", "http_verb": "GET", "endpoint": "entities/{id}" diff --git a/doc/files/ContextInformation/Consumption/018_06.json b/doc/files/ContextInformation/Consumption/018_06.json index a17ae1c3b896ee5c23728c70e27235a8f48cacef..3a40c4829a94e5c29c5283901374e561098a9787 100644 --- a/doc/files/ContextInformation/Consumption/018_06.json +++ b/doc/files/ContextInformation/Consumption/018_06.json @@ -27,7 +27,7 @@ "setup": "Setup Initial Entity", "teardown": "Delete Created Entity", "template": "Review JSON-LD Resolution When retrieving an entity", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes-sample-expanded-expectation.json'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes-expanded.json'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/{id}'\n method set to 'GET'\n Get Entity Request: and\n Query Parameter: id set to '${entity_id}' and\n Query Parameter: accept set to 'application/json' and\n Query Parameter: Link set to '<$${EMPTY}>; rel=\"http://www.w3.org/ns/json-ld#context\";type=\"application/ld+json\"'\n}", "http_verb": "GET", "endpoint": "entities/{id}" @@ -43,7 +43,7 @@ "setup": "Setup Initial Entity", "teardown": "Delete Created Entity", "template": "Review JSON-LD Resolution When retrieving an entity", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes-sample-compacted-expectation.json'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entity with Response Status Code set to 200 and\n Query Entity with Response Body containing en entity element with id set to '${entity_id}' and body content set to 'building-simple-attributes-compacted.json'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/{id}'\n method set to 'GET'\n Get Entity Request: and\n Query Parameter: id set to '${entity_id}' and\n Query Parameter: accept set to 'application/json' and\n Query Parameter: Link set to '<$https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\";type=\"application/ld+json\"'\n}", "http_verb": "GET", "endpoint": "entities/{id}" diff --git a/doc/files/ContextInformation/Consumption/019_01_01.json b/doc/files/ContextInformation/Consumption/019_01_01.json index f9955fb4cf42da35cf6518ef6d98261f44aec5a2..929a1d81d8915df62f298a9a83e62137704805ee 100644 --- a/doc/files/ContextInformation/Consumption/019_01_01.json +++ b/doc/files/ContextInformation/Consumption/019_01_01.json @@ -25,7 +25,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-minimal-expectation.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-minimal.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'GET'\n Get Entities Request: and\n Query Parameter: entity_ids set to '${entities_ids_to_be_retrieved}' and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}'\n}", "http_verb": "GET", "endpoint": "entities/" diff --git a/doc/files/ContextInformation/Consumption/019_01_02.json b/doc/files/ContextInformation/Consumption/019_01_02.json index f06d0445878b1c6268bc815086ae12e7b8c064f7..e0b057723eb3973b45454360d24b67f244a71471 100644 --- a/doc/files/ContextInformation/Consumption/019_01_02.json +++ b/doc/files/ContextInformation/Consumption/019_01_02.json @@ -25,7 +25,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response body containing a list containing entity elements with different types and\n Query Parameter: filename set to 'two-types-vehicle-offstreetparking-expectation.jsonld' and\n Query Parameter: entities_representation_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: ignore_core_context_version set to 'True'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response body containing a list containing entity elements with different types and\n Query Parameter: filename set to 'two-types-vehicle-offstreetparking.jsonld' and\n Query Parameter: entities_representation_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: ignore_core_context_version set to 'True'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'GET'\n Get Entities Request: and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: accept set to 'application/ld+json'\n}", "http_verb": "GET", "endpoint": "entities/" diff --git a/doc/files/ContextInformation/Consumption/019_01_03.json b/doc/files/ContextInformation/Consumption/019_01_03.json index ab0e60a1d916125f58baebf49c83e2a01e29780a..5301051998c79ed54726f416de0e9d3607f15cc5 100644 --- a/doc/files/ContextInformation/Consumption/019_01_03.json +++ b/doc/files/ContextInformation/Consumption/019_01_03.json @@ -25,7 +25,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-minimal-expectation.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-minimal.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'GET'\n Get Entities Request: and\n Query Parameter: entity_id_pattern set to 'urn:ngsi-ld:Building:.*' and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}'\n}", "http_verb": "GET", "endpoint": "entities/" diff --git a/doc/files/ContextInformation/Consumption/019_01_04.json b/doc/files/ContextInformation/Consumption/019_01_04.json index f5ea11c9075396183f14e3a188156952e97e67f7..244bc1b78960ac7d9b3557a7eb0a4d01f9c9f4bd 100644 --- a/doc/files/ContextInformation/Consumption/019_01_04.json +++ b/doc/files/ContextInformation/Consumption/019_01_04.json @@ -25,7 +25,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-attributes-query-expectation.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-attributes-query.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'GET'\n Get Entities Request: and\n Query Parameter: attrs set to '${attributes_to_be_retrieved}'\n}", "http_verb": "GET", "endpoint": "entities/" diff --git a/doc/files/ContextInformation/Consumption/019_01_05.json b/doc/files/ContextInformation/Consumption/019_01_05.json index d7a48e2f955773b49112836b927abc7bbd7bd4b3..5344a9ca112a01d5007d9ac1e822ed5633e36824 100644 --- a/doc/files/ContextInformation/Consumption/019_01_05.json +++ b/doc/files/ContextInformation/Consumption/019_01_05.json @@ -25,7 +25,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-geoproperty-query-expectation.jsonld' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-geoproperty-query.jsonld' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'GET'\n Get Entities Request: and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: accept set to 'application/ld+json' and\n Query Parameter: georel set to 'equals' and\n Query Parameter: geometry set to 'Point' and\n Query Parameter: coordinates set to '[13.3986, 52.5547]'\n}", "http_verb": "GET", "endpoint": "entities/" diff --git a/doc/files/ContextInformation/Consumption/019_02_01.json b/doc/files/ContextInformation/Consumption/019_02_01.json index d7ec3a92bdf21fa53f67845d72861c03100bf3f3..7dc151cdd216c75eda14505608cfb4c730d8bb36 100644 --- a/doc/files/ContextInformation/Consumption/019_02_01.json +++ b/doc/files/ContextInformation/Consumption/019_02_01.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-minimal-expectation.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-minimal.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/query'\n method set to 'POST'\n Get Entities Via POST Request: and\n Query Parameter: entity_ids set to '${first_entity_id}' and\n Query Parameter: entity_types set to 'https://ngsi-ld-test-suite/context#Building' and\n Query Parameter: content_type set to 'application/json' and\n Query Parameter: accept set to 'application/json'\n}", "http_verb": "POST", "endpoint": "entityOperations/query" diff --git a/doc/files/ContextInformation/Consumption/019_02_02.json b/doc/files/ContextInformation/Consumption/019_02_02.json index 8e26de62b8e98c160fbee80fd9638bbaace97a11..a43aeb3fba5e7ae5554acada1e2b70d99230f81e 100644 --- a/doc/files/ContextInformation/Consumption/019_02_02.json +++ b/doc/files/ContextInformation/Consumption/019_02_02.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Response body containing a list containing entity elements with different types and\n Query Parameter: filename set to 'two-vehicles-expectation.jsonld' and\n Query Parameter: entities_representation_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: ignore_core_context_version set to 'True'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Response body containing a list containing entity elements with different types and\n Query Parameter: filename set to 'two-vehicles.jsonld' and\n Query Parameter: entities_representation_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: ignore_core_context_version set to 'True'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/query'\n method set to 'POST'\n Get Entities Via POST Request: and\n Query Parameter: entity_types set to 'https://ngsi-ld-test-suite/context#Vehicle' and\n Query Parameter: accept set to 'application/ld+json' and\n Query Parameter: content_type set to 'application/json'\n}", "http_verb": "POST", "endpoint": "entityOperations/query" diff --git a/doc/files/ContextInformation/Consumption/019_02_03.json b/doc/files/ContextInformation/Consumption/019_02_03.json index 192ca38a709274e3581e3f4f0df76ca25d826328..0d14ad59196d0302092887f0c6dc9fd157e886e2 100644 --- a/doc/files/ContextInformation/Consumption/019_02_03.json +++ b/doc/files/ContextInformation/Consumption/019_02_03.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-minimal-expectation.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-minimal.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/query'\n method set to 'POST'\n Get Entities Via POST Request: and\n Query Parameter: entity_id_pattern set to 'urn:ngsi-ld:Building:.*' and\n Query Parameter: entity_types set to 'https://ngsi-ld-test-suite/context#Building' and\n Query Parameter: content_type set to 'application/json' and\n Query Parameter: accept set to 'application/json'\n}", "http_verb": "POST", "endpoint": "entityOperations/query" diff --git a/doc/files/ContextInformation/Consumption/019_02_04.json b/doc/files/ContextInformation/Consumption/019_02_04.json index 88dc4256c2557b779d2f7ec96f151fd789465870..4daecbeb025b1e491bcb75dd0128f38ce94b5dbb 100644 --- a/doc/files/ContextInformation/Consumption/019_02_04.json +++ b/doc/files/ContextInformation/Consumption/019_02_04.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'vehicle-simple-attributes-core-context-expectation.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_retrieved' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'vehicle-simple-attributes-core-context.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_retrieved' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/query'\n method set to 'POST'\n Get Entities Via POST Request: and\n Query Parameter: attrs set to '${attributes_to_be_retrieved}' and\n Query Parameter: content_type set to 'application/json' and\n Query Parameter: accept set to 'application/json'\n}", "http_verb": "POST", "endpoint": "entityOperations/query" diff --git a/doc/files/ContextInformation/Consumption/019_02_05.json b/doc/files/ContextInformation/Consumption/019_02_05.json index fa79b3935b7e9eca0d409d1cc9f724e6e9d09c88..a968ef316c42415510e4c3c61ec95e4fd3c3486d 100644 --- a/doc/files/ContextInformation/Consumption/019_02_05.json +++ b/doc/files/ContextInformation/Consumption/019_02_05.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Check Response Body Content and\n Query Parameter: expectation_filename set to 'vehicle-parking-simple-expectation.geojson' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: additional_ignored_path set to '${EMPTY}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Entities Via POST with Response Status Code set to 200 and\n Query Entities Via POST with Check Response Body Content and\n Query Parameter: expectation_filename set to 'vehicle-parking-simple.geojson' and\n Query Parameter: response_body set to 'response.json()' and\n Query Parameter: additional_ignored_path set to '${EMPTY}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/query'\n method set to 'POST'\n Get Entities Via POST Request: and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: accept set to 'application/geo+json' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\n Query Parameter: content_type set to 'application/json'\n}", "http_verb": "POST", "endpoint": "entityOperations/query" diff --git a/doc/files/ContextInformation/Consumption/019_04.json b/doc/files/ContextInformation/Consumption/019_04.json index d8cfcf5e3c6cc2c6c7488636b57d2dec2c5de0f9..c3ddfe8f0be9dad3413a871c9e3bd1d003a346c6 100644 --- a/doc/files/ContextInformation/Consumption/019_04.json +++ b/doc/files/ContextInformation/Consumption/019_04.json @@ -25,7 +25,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-simple-attributes-simplified-expectation.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Query Entities with Response Status Code set to 200 and\n Query Entities with Response Body containing a list containing Entity Elements and\n Query Parameter: expectation_filename set to 'building-simple-attributes-simplified.json' and\n Query Parameter: entities_ids set to 'entities_ids_to_be_compared' and\n Query Parameter: ignore_core_context_version set to 'False'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'GET'\n Get Entities Request: and\n Query Parameter: entity_ids set to '${entities_ids_to_be_retrieved}' and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: options set to 'keyValues'\n}", "http_verb": "GET", "endpoint": "entities/" diff --git a/doc/files/ContextInformation/Consumption/020_01.json b/doc/files/ContextInformation/Consumption/020_01.json index 0e8cc7c667301dc6537e026ce70e46241776dc8b..39c753da517f66146bee6125b1aa0bc41d2977ef 100644 --- a/doc/files/ContextInformation/Consumption/020_01.json +++ b/doc/files/ContextInformation/Consumption/020_01.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-01-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-01.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" diff --git a/doc/files/ContextInformation/Consumption/020_02.json b/doc/files/ContextInformation/Consumption/020_02.json index ed48c4f77c1062818b5685226dd6be0c705cb2e7..77c2bb6e5e816cd6044185e64216f194f5d47ac2 100644 --- a/doc/files/ContextInformation/Consumption/020_02.json +++ b/doc/files/ContextInformation/Consumption/020_02.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-02-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-02.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" diff --git a/doc/files/ContextInformation/Consumption/020_03.json b/doc/files/ContextInformation/Consumption/020_03.json index 55afadde9d8442ccdc7cd57b35207b82facc4b7d..b7f899591b263bce9dd0ed4cabc241f6d5967af5 100644 --- a/doc/files/ContextInformation/Consumption/020_03.json +++ b/doc/files/ContextInformation/Consumption/020_03.json @@ -26,7 +26,7 @@ "setup": "Create Temporal Entity", "teardown": "Delete Initial Temporal Entity", "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-03-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-03.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: attrs set to '${temporal_attributes_to_be_retrieved}' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" diff --git a/doc/files/ContextInformation/Consumption/020_04.json b/doc/files/ContextInformation/Consumption/020_04.json index 2a74af7de6cd1afa907a2ec339383ab6fe46902e..74ef58d6b17bd6cf0fdbfcab690e995077ad2b98 100644 --- a/doc/files/ContextInformation/Consumption/020_04.json +++ b/doc/files/ContextInformation/Consumption/020_04.json @@ -27,7 +27,7 @@ "setup": "Create Temporal Entity", "teardown": "Delete Initial Temporal Entity", "template": "Retrieve the temporal evolution of an entity matching the given NGSI-LD temporal query", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-04-01-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-04-01.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-08-01T13:03:00Z' and\n Query Parameter: endTimeAt set to '${EMPTY}' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" @@ -43,7 +43,7 @@ "setup": "Create Temporal Entity", "teardown": "Delete Initial Temporal Entity", "template": "Retrieve the temporal evolution of an entity matching the given NGSI-LD temporal query", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-04-02-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-04-02.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: timerel set to 'before' and\n Query Parameter: timeAt set to '2020-08-01T12:05:00Z' and\n Query Parameter: endTimeAt set to '${EMPTY}' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" @@ -59,7 +59,7 @@ "setup": "Create Temporal Entity", "teardown": "Delete Initial Temporal Entity", "template": "Retrieve the temporal evolution of an entity matching the given NGSI-LD temporal query", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-04-03-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-04-03.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: timerel set to 'between' and\n Query Parameter: timeAt set to '2020-08-01T12:00:00Z' and\n Query Parameter: endTimeAt set to '2020-08-01T13:00:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" diff --git a/doc/files/ContextInformation/Consumption/020_05.json b/doc/files/ContextInformation/Consumption/020_05.json index b47b46515ffa48e0b8417c11e9a2eaf3c4543cc6..d110043d90645adc4f978540040f108be6ca283d 100644 --- a/doc/files/ContextInformation/Consumption/020_05.json +++ b/doc/files/ContextInformation/Consumption/020_05.json @@ -27,7 +27,7 @@ "setup": "Create Temporal Entity", "teardown": "Delete Initial Temporal Entity", "template": "Retrieve the temporal evolution of the last N instances of entity attributes", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-05-01-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-05-01.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: lastN set to '10' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" @@ -43,7 +43,7 @@ "setup": "Create Temporal Entity", "teardown": "Delete Initial Temporal Entity", "template": "Retrieve the temporal evolution of the last N instances of entity attributes", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-05-02-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-05-02.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: lastN set to '20' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" diff --git a/doc/files/ContextInformation/Consumption/020_10.json b/doc/files/ContextInformation/Consumption/020_10.json index 151f1dd524f320f4f8f872e250bf6777d1f24e1b..2b038cff8081ad16d1296d239cb8dda2304a02b1 100644 --- a/doc/files/ContextInformation/Consumption/020_10.json +++ b/doc/files/ContextInformation/Consumption/020_10.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-10-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-10.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: options set to '${options}' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" diff --git a/doc/files/ContextInformation/Consumption/020_11.json b/doc/files/ContextInformation/Consumption/020_11.json index 340890f8e47186f2594a13768bbf5c5bd9361c8a..dcbd3a16d384e176e24a32e29a78375a92858da9 100644 --- a/doc/files/ContextInformation/Consumption/020_11.json +++ b/doc/files/ContextInformation/Consumption/020_11.json @@ -30,7 +30,7 @@ "setup": null, "teardown": null, "template": "Retrieve the temporal evolution of an entity with the aggregated temporal representation", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-11-01-expectation.json'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-11-01.json'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: attrs set to '${EMPTY}' and\n Query Parameter: options set to '${options}' and\n Query Parameter: aggrMethods set to 'avg' and\n Query Parameter: aggrPeriodDuration set to 'PT1H' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" @@ -48,7 +48,7 @@ "setup": null, "teardown": null, "template": "Retrieve the temporal evolution of an entity with the aggregated temporal representation", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-11-02-expectation.json'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-11-02.json'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: attrs set to 'fuelLevel' and\n Query Parameter: options set to '${options}' and\n Query Parameter: aggrMethods set to 'avg' and\n Query Parameter: aggrPeriodDuration set to 'PT1H' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" @@ -66,7 +66,7 @@ "setup": null, "teardown": null, "template": "Retrieve the temporal evolution of an entity with the aggregated temporal representation", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-11-03-expectation.json'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-11-03.json'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: attrs set to '${EMPTY}' and\n Query Parameter: options set to '${options}' and\n Query Parameter: aggrMethods set to 'avg,max' and\n Query Parameter: aggrPeriodDuration set to 'PT1H' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" @@ -84,7 +84,7 @@ "setup": null, "teardown": null, "template": "Retrieve the temporal evolution of an entity with the aggregated temporal representation", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-11-04-expectation.json'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-temporal-representation-020-11-04.json'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: attrs set to '${EMPTY}' and\n Query Parameter: options set to '${options}' and\n Query Parameter: aggrMethods set to 'min,max' and\n Query Parameter: aggrPeriodDuration set to 'P1D' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" diff --git a/doc/files/ContextInformation/Consumption/020_12.json b/doc/files/ContextInformation/Consumption/020_12.json index 4031111e5cf6e653f986e145b6af4f65334e01c6..69aba7455918c6dbb1654634927890c7c86a0a1c 100644 --- a/doc/files/ContextInformation/Consumption/020_12.json +++ b/doc/files/ContextInformation/Consumption/020_12.json @@ -33,7 +33,7 @@ "setup": null, "teardown": null, "template": "Retrieve Temporal Entity", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-language-property-normalized-temporal-representation-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-language-property-normalized-temporal-representation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: options set to '${EMPTY}' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" @@ -52,7 +52,7 @@ "setup": null, "teardown": null, "template": "Retrieve Temporal Entity", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-language-property-simplified-temporal-representation-expectation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Temporal Representation Of Entity with Response Status Code set to 200 and\n Retrieve Temporal Representation Of Entity with Response Body containing EntityTemporal element containing attribute instances in the time range specified by the NGSI-LD temporal query:\n * the payload is defined in the file set to 'vehicle-language-property-simplified-temporal-representation.jsonld'\n * the id was changed to '${temporal_entity_representation_id}'\n * response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities/{temporal_entity_representation_id}'\n method set to 'GET'\n Retrieve Temporal Representation of Entity and\n Query Parameter: id set to '${temporal_entity_representation_id}' and\n Query Parameter: options set to 'temporalValues' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities/{temporal_entity_representation_id}" diff --git a/doc/files/ContextInformation/Consumption/021_01.json b/doc/files/ContextInformation/Consumption/021_01.json index ccf6e75f110e864b8927dab2b640973ee21da6c0..796ffa31465cf4cc557e39f822ec19aff618bb7e 100644 --- a/doc/files/ContextInformation/Consumption/021_01.json +++ b/doc/files/ContextInformation/Consumption/021_01.json @@ -27,7 +27,7 @@ "setup": "Setup Initial Entities", "teardown": "Delete Initial Entities", "template": "Query the temporal evolution of entities", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-01-01-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-01-01.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-08-01T12:04:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" @@ -43,7 +43,7 @@ "setup": "Setup Initial Entities", "teardown": "Delete Initial Entities", "template": "Query the temporal evolution of entities", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-01-02-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-01-02.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: timerel set to 'before' and\n Query Parameter: timeAt set to '2020-09-01T13:06:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/021_02.json b/doc/files/ContextInformation/Consumption/021_02.json index f06d4efca8114d1a62bc95c57ac85898e6cad90e..d03c732fd22e05a29607b06711be450552970504 100644 --- a/doc/files/ContextInformation/Consumption/021_02.json +++ b/doc/files/ContextInformation/Consumption/021_02.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-02-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-02.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-07-01T12:05:00Z' and\n Query Parameter: attrs set to '${temporal_attributes_to_be_retrieved}' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/021_03.json b/doc/files/ContextInformation/Consumption/021_03.json index 21060d4e6e19763a214b2490be9e38d652e84ea3..9a4345ef5adac391af38b99e4e84d8f748f558d5 100644 --- a/doc/files/ContextInformation/Consumption/021_03.json +++ b/doc/files/ContextInformation/Consumption/021_03.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-03-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-03.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-07-01T12:05:00Z' and\n Query Parameter: lastN set to '14' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/021_04.json b/doc/files/ContextInformation/Consumption/021_04.json index 7b34c6861d247c4e0b18a29ba2eb35f180e159f7..0790c8ac42940d9b4a95ec721c6d96c1552e071e 100644 --- a/doc/files/ContextInformation/Consumption/021_04.json +++ b/doc/files/ContextInformation/Consumption/021_04.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-04-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-04.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-07-01T12:05:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/021_05.json b/doc/files/ContextInformation/Consumption/021_05.json index 761143a1a1c1087e7b0af64dd6da6d8e66297174..b2f80cf1b4971b74f58ae4486bcebd5da1b20aec 100644 --- a/doc/files/ContextInformation/Consumption/021_05.json +++ b/doc/files/ContextInformation/Consumption/021_05.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-05-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-05.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-07-01T12:05:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/021_06.json b/doc/files/ContextInformation/Consumption/021_06.json index 287ef1d22c5be69cdb2fb0e71527bf6da0c0bf70..0e21e6d8d487f80266787697c32f06eb3668e509 100644 --- a/doc/files/ContextInformation/Consumption/021_06.json +++ b/doc/files/ContextInformation/Consumption/021_06.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-06-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-06.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: entity_ids set to '${entity_ids_to_be_retrieved}' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-07-01T12:05:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/021_07.json b/doc/files/ContextInformation/Consumption/021_07.json index e7e51ca7678f804bfba9055a885cba8c961d64b1..8bf6f1a9f9912e88aa66f9cf344573b6dd989efa 100644 --- a/doc/files/ContextInformation/Consumption/021_07.json +++ b/doc/files/ContextInformation/Consumption/021_07.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-07-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-07.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: entity_id_pattern set to 'urn:ngsi-ld:Vehicle:.*' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-07-01T12:05:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/021_08.json b/doc/files/ContextInformation/Consumption/021_08.json index 8d9727be9801667b495367759f5aa16c0bcb9f0a..5a0bda2eb80b792835585de6514807d147372618 100644 --- a/doc/files/ContextInformation/Consumption/021_08.json +++ b/doc/files/ContextInformation/Consumption/021_08.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-08-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-08.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: ngsild_query set to 'speed>90' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-07-01T12:05:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/021_09.json b/doc/files/ContextInformation/Consumption/021_09.json index 914b647546c4cad43fee418ab28918622be9ef57..baa9bb4a173bfc03c588c2896bb8624d39ae48cc 100644 --- a/doc/files/ContextInformation/Consumption/021_09.json +++ b/doc/files/ContextInformation/Consumption/021_09.json @@ -27,7 +27,7 @@ "setup": "Setup Initial Temporal Entities", "teardown": "Delete Initial Temporal Entities", "template": "Query the temporal evolution of entities matching the given NGSI-LD geo-query", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-09-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-09.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: georel set to 'near;maxDistance==2000' and\n Query Parameter: geometry set to 'Point' and\n Query Parameter: coordinates set to '[-8.503,41.202]' and\n Query Parameter: geoproperty set to '${EMPTY}' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-07-01T12:05:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" @@ -43,7 +43,7 @@ "setup": "Setup Initial Temporal Entities", "teardown": "Delete Initial Temporal Entities", "template": "Query the temporal evolution of entities matching the given NGSI-LD geo-query", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-09-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-09.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: georel set to 'contains' and\n Query Parameter: geometry set to 'Polygon' and\n Query Parameter: coordinates set to '[[[-13.503,47.202],[6.541, 52.961],[20.37,44.653],[9.46,32.57],[-13.503,32.57],[-13.503,47.202]]]' and\n Query Parameter: geoproperty set to 'location' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-07-01T12:05:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/021_13.json b/doc/files/ContextInformation/Consumption/021_13.json index ec2c4f635fa3dc5a6ee0cf16792bcb456822bb12..4d47ea6d849faffa98b166a4ebcf4accd03570c6 100644 --- a/doc/files/ContextInformation/Consumption/021_13.json +++ b/doc/files/ContextInformation/Consumption/021_13.json @@ -27,7 +27,7 @@ "setup": "Setup Initial Temporal Entities", "teardown": "Delete Initial Temporal Entities", "template": "Query the temporal evolution of entities using the entityOperations method", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities Via Post with Response Status Code set to 200 and\n Query Temporal Representation Of Entities Via Post with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-13-01-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities Via Post with Response Status Code set to 200 and\n Query Temporal Representation Of Entities Via Post with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-13-01.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entityOperations/query'\n method set to 'POST'\n Query Temporal Representation of Entities Via POST Request: and\n Query Parameter: query_file_name set to 'entity-operations-after-query.jsonld' and\n Query Parameter: Link set to '<$https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\";type=\"application/ld+json\"' and\n Query Parameter: content_type set to 'application/json'\n}", "http_verb": "POST", "endpoint": "temporal/entityOperations/query" @@ -43,7 +43,7 @@ "setup": "Setup Initial Temporal Entities", "teardown": "Delete Initial Temporal Entities", "template": "Query the temporal evolution of entities using the entityOperations method", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities Via Post with Response Status Code set to 200 and\n Query Temporal Representation Of Entities Via Post with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-13-02-expectation.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities Via Post with Response Status Code set to 200 and\n Query Temporal Representation Of Entities Via Post with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-13-02.jsonld'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entityOperations/query'\n method set to 'POST'\n Query Temporal Representation of Entities Via POST Request: and\n Query Parameter: query_file_name set to 'entity-operations-before-query.jsonld' and\n Query Parameter: Link set to '<$https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\";type=\"application/ld+json\"' and\n Query Parameter: content_type set to 'application/json'\n}", "http_verb": "POST", "endpoint": "temporal/entityOperations/query" diff --git a/doc/files/ContextInformation/Consumption/021_14.json b/doc/files/ContextInformation/Consumption/021_14.json index 2257cdf07a2cf544f7797cda6a0b7b331cdd0400..5960c7dc47d73c3b399f374e0450cb89f834f583 100644 --- a/doc/files/ContextInformation/Consumption/021_14.json +++ b/doc/files/ContextInformation/Consumption/021_14.json @@ -27,7 +27,7 @@ "setup": "Setup Initial Entities", "teardown": "Delete Initial Entities", "template": "Query the temporal evolution of entities", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-14-01-expectation.json'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-14-01.json'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: timerel set to 'after' and\n Query Parameter: timeAt set to '2020-08-01T12:04:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\n Query Parameter: options set to 'temporalValues'\n}", "http_verb": "GET", "endpoint": "temporal/entities" @@ -43,7 +43,7 @@ "setup": "Setup Initial Entities", "teardown": "Delete Initial Entities", "template": "Query the temporal evolution of entities", - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-14-02-expectation.json'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Temporal Representation Of Entities with Response Status Code set to 200 and\n Query Temporal Representation Of Entities with Request response body containing a list that contains Entity Temporal Elements\n compared with file 'vehicles-temporal-representation-021-14-02.json'\n and using the list of entity ids define in '${temporal_entities_representation_ids}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'GET'\n Query Temporal Representation of Entities and\n Query Parameter: entity_types set to '${entity_types_to_be_retrieved}' and\n Query Parameter: timerel set to 'before' and\n Query Parameter: timeAt set to '2020-09-01T13:06:00Z' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\n Query Parameter: options set to 'temporalValues'\n}", "http_verb": "GET", "endpoint": "temporal/entities" diff --git a/doc/files/ContextInformation/Consumption/022_01.json b/doc/files/ContextInformation/Consumption/022_01.json index c81516bc0342921bb8ad347cdad05279e33fcd49..d9d0acd33e68c9f2bb7b90b99236869a24bc93f6 100644 --- a/doc/files/ContextInformation/Consumption/022_01.json +++ b/doc/files/ContextInformation/Consumption/022_01.json @@ -27,7 +27,7 @@ "setup": "Setup Initial Entities", "teardown": "Delete Initial Entities", "template": "Retrieve Available Entity Types", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Types with Response Status Code set to 200 and\n Retrieve Entity Types with Response Body containing an Entity Type List with expectation body equal to file: 'types/expectations/entity-type-list-022-01-01-expectation.json'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Types with Response Status Code set to 200 and\n Retrieve Entity Types with Response Body containing an Entity Type List with expectation body equal to file: 'types/expectations/entity-type-list-022-01-01.json'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/types'\n method set to 'GET'\n Retrieve entity types: and\n Query Parameter: context set to '${EMPTY}'\n}", "http_verb": "GET", "endpoint": "types" @@ -43,7 +43,7 @@ "setup": "Setup Initial Entities", "teardown": "Delete Initial Entities", "template": "Retrieve Available Entity Types", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Types with Response Status Code set to 200 and\n Retrieve Entity Types with Response Body containing an Entity Type List with expectation body equal to file: 'types/expectations/entity-type-list-022-01-02-expectation.json'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Types with Response Status Code set to 200 and\n Retrieve Entity Types with Response Body containing an Entity Type List with expectation body equal to file: 'types/expectations/entity-type-list-022-01-02.json'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/types'\n method set to 'GET'\n Retrieve entity types: and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "types" diff --git a/doc/files/ContextInformation/Consumption/023_01.json b/doc/files/ContextInformation/Consumption/023_01.json index 9304f516396f2f1f17314461219d29fe9c0390a5..d0c9559cc0c80b9bab739ff5a21a5d4c70b3d303 100644 --- a/doc/files/ContextInformation/Consumption/023_01.json +++ b/doc/files/ContextInformation/Consumption/023_01.json @@ -27,7 +27,7 @@ "setup": "Setup Initial Entities", "teardown": "Delete Initial Entities", "template": "Retrieve Details Of Available Entity Types", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Types with Response Status Code set to 200 and\n Retrieve Entity Types with Response Body containing an Entity Type Element with expectation body equal to file: 'types/expectations/entity-type-023-01-01-expectation.json'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Types with Response Status Code set to 200 and\n Retrieve Entity Types with Response Body containing an Entity Type Element with expectation body equal to file: 'types/expectations/entity-type-023-01-01.json'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/types'\n method set to 'GET'\n Retrieve entity types: and\n Query Parameter: context set to '${EMPTY}' and\n Query Parameter: details set to 'true'\n}", "http_verb": "GET", "endpoint": "types" @@ -43,7 +43,7 @@ "setup": "Setup Initial Entities", "teardown": "Delete Initial Entities", "template": "Retrieve Details Of Available Entity Types", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Types with Response Status Code set to 200 and\n Retrieve Entity Types with Response Body containing an Entity Type Element with expectation body equal to file: 'types/expectations/entity-type-023-01-02-expectation.json'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Types with Response Status Code set to 200 and\n Retrieve Entity Types with Response Body containing an Entity Type Element with expectation body equal to file: 'types/expectations/entity-type-023-01-02.json'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/types'\n method set to 'GET'\n Retrieve entity types: and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\n Query Parameter: details set to 'true'\n}", "http_verb": "GET", "endpoint": "types" diff --git a/doc/files/ContextInformation/Consumption/024_02.json b/doc/files/ContextInformation/Consumption/024_02.json index b3e7e9ef20b1027134d27845abb227d4cab728bc..bf7f7032b07663b23d916bafa32737bdf1cc4b2a 100644 --- a/doc/files/ContextInformation/Consumption/024_02.json +++ b/doc/files/ContextInformation/Consumption/024_02.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Type with Response Status Code set to 200 and\n Retrieve Entity Type with Response body containing an Entity Type Info with expectation body set to file 'types/expectations/entity-type-info-024-01-expectation.json' and response body to be checked set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Entity Type with Response Status Code set to 200 and\n Retrieve Entity Type with Response body containing an Entity Type Info with expectation body set to file 'types/expectations/entity-type-info-024-01.json' and response body to be checked set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/types/{type}'\n method set to 'GET'\n Retrieve Entity Type, with type set to 'Building', with Header['Link'] containing 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "types/{type}" diff --git a/doc/files/ContextInformation/Consumption/025_01.json b/doc/files/ContextInformation/Consumption/025_01.json index d7d1260bdcf8e19bf6abc396452160b439b7f2ac..398b1693062ee3f05b7e3dea33dd3e30be811239 100644 --- a/doc/files/ContextInformation/Consumption/025_01.json +++ b/doc/files/ContextInformation/Consumption/025_01.json @@ -27,7 +27,7 @@ "setup": "Setup Initial Entity", "teardown": "Delete Initial Entity", "template": "Retrieve Available Attributes", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attributes with Response Status Code set to 200 and\n Retrieve Attributes with Response Body containing an Attribute List element\n * with filename set to 'types/expectations/attribute-list-025-01-01-expectation.json'\n * response set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attributes with Response Status Code set to 200 and\n Retrieve Attributes with Response Body containing an Attribute List element\n * with filename set to 'types/expectations/attribute-list-025-01-01.json'\n * response set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/attributes'\n method set to 'GET'\n Retrieve attributes: and\n Query Parameter: context set to '${EMPTY}'\n}", "http_verb": "GET", "endpoint": "attributes" @@ -43,7 +43,7 @@ "setup": "Setup Initial Entity", "teardown": "Delete Initial Entity", "template": "Retrieve Available Attributes", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attributes with Response Status Code set to 200 and\n Retrieve Attributes with Response Body containing an Attribute List element\n * with filename set to 'types/expectations/attribute-list-025-01-02-expectation.json'\n * response set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attributes with Response Status Code set to 200 and\n Retrieve Attributes with Response Body containing an Attribute List element\n * with filename set to 'types/expectations/attribute-list-025-01-02.json'\n * response set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/attributes'\n method set to 'GET'\n Retrieve attributes: and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "attributes" diff --git a/doc/files/ContextInformation/Consumption/026_01.json b/doc/files/ContextInformation/Consumption/026_01.json index e00b43dc7e0e5d1404f774732245207ea4d39b1f..b035aab21e5b930857a13968e43c792dd572757e 100644 --- a/doc/files/ContextInformation/Consumption/026_01.json +++ b/doc/files/ContextInformation/Consumption/026_01.json @@ -27,7 +27,7 @@ "setup": "Setup Initial Entity", "teardown": "Delete Initial Entity", "template": "Retrieve Details Of Available Attributes", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attributes with Response Status Code set to 200 and\n Retrieve Attributes with Response body containing an array of attributes\n * with the expected payload defined in the file 'types/expectations/attribute-026-01-01-expectation.json'\n * and response body set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attributes with Response Status Code set to 200 and\n Retrieve Attributes with Response body containing an array of attributes\n * with the expected payload defined in the file 'types/expectations/attribute-026-01-01.json'\n * and response body set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/attributes'\n method set to 'GET'\n Retrieve attributes: and\n Query Parameter: context set to '${EMPTY}' and\n Query Parameter: details set to 'true'\n}", "http_verb": "GET", "endpoint": "attributes" @@ -43,7 +43,7 @@ "setup": "Setup Initial Entity", "teardown": "Delete Initial Entity", "template": "Retrieve Details Of Available Attributes", - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attributes with Response Status Code set to 200 and\n Retrieve Attributes with Response body containing an array of attributes\n * with the expected payload defined in the file 'types/expectations/attribute-026-01-02-expectation.json'\n * and response body set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attributes with Response Status Code set to 200 and\n Retrieve Attributes with Response body containing an array of attributes\n * with the expected payload defined in the file 'types/expectations/attribute-026-01-02.json'\n * and response body set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/attributes'\n method set to 'GET'\n Retrieve attributes: and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\n Query Parameter: details set to 'true'\n}", "http_verb": "GET", "endpoint": "attributes" diff --git a/doc/files/ContextInformation/Consumption/027_02.json b/doc/files/ContextInformation/Consumption/027_02.json index d378877557bf6d5365ebf465a9a7b1c13da1f31a..e322d548fbbc1b00b9ab41ec3a2f413eebbcbacc 100644 --- a/doc/files/ContextInformation/Consumption/027_02.json +++ b/doc/files/ContextInformation/Consumption/027_02.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attribute with Response Status Code set to 200 and\n Retrieve Attribute with Response body containing an array of attributes\n * with the expected payload defined in the file 'types/expectations/attribute-027-01-expectation.json'\n * and response body set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Attribute with Response Status Code set to 200 and\n Retrieve Attribute with Response body containing an array of attributes\n * with the expected payload defined in the file 'types/expectations/attribute-027-01.json'\n * and response body set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/attributes/{attribute_name}'\n method set to 'GET'\n Retrieve Attribute with attributeName set to 'airQualityLevel'\n}", "http_verb": "GET", "endpoint": "attributes/{attribute_name}" diff --git a/doc/files/ContextInformation/Provision/001_01.json b/doc/files/ContextInformation/Provision/001_01.json index a89bba4a63c1168b08d4ee82d8dc4f603631365a..039fb13d79d7516751168093e20142c45990961e 100644 --- a/doc/files/ContextInformation/Provision/001_01.json +++ b/doc/files/ContextInformation/Provision/001_01.json @@ -27,7 +27,7 @@ "teardown": "Delete Initial Entity", "template": "Create Entity Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Header: Location containing $${entity_id} and\n Retrieve Entity by Id with Check Created Resource Set To and\n Query Parameter: 'created_resource' set to 'created_entity' and\n Query Parameter: 'response_body' set to 'response1.json()' and\n Query Parameter: 'ignored_keys' set to '${None}' list of keys\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-minimal-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-minimal.json'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -43,7 +43,7 @@ "teardown": "Delete Initial Entity", "template": "Create Entity Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Header: Location containing $${entity_id} and\n Retrieve Entity by Id with Check Created Resource Set To and\n Query Parameter: 'created_resource' set to 'created_entity' and\n Query Parameter: 'response_body' set to 'response1.json()' and\n Query Parameter: 'ignored_keys' set to '${None}' list of keys\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -59,7 +59,7 @@ "teardown": "Delete Initial Entity", "template": "Create Entity Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Header: Location containing $${entity_id} and\n Retrieve Entity by Id with Check Created Resource Set To and\n Query Parameter: 'created_resource' set to 'created_entity' and\n Query Parameter: 'response_body' set to 'response1.json()' and\n Query Parameter: 'ignored_keys' set to '${None}' list of keys\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-relationship-of-property-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-relationship-of-property.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -75,7 +75,7 @@ "teardown": "Delete Initial Entity", "template": "Create Entity Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Header: Location containing $${entity_id} and\n Retrieve Entity by Id with Check Created Resource Set To and\n Query Parameter: 'created_resource' set to 'created_entity' and\n Query Parameter: 'response_body' set to 'response1.json()' and\n Query Parameter: 'ignored_keys' set to '${None}' list of keys\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-location-attribute-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-location-attribute.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/001_02.json b/doc/files/ContextInformation/Provision/001_02.json index 505fa37933440a6975f6fdf77232bc740256c88f..584af26e9a32b2fe49af8dbe8ac6d74b628c7ea7 100644 --- a/doc/files/ContextInformation/Provision/001_02.json +++ b/doc/files/ContextInformation/Provision/001_02.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Create Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity From File with Response Status Code set to 400 and\n Create Entity From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/InvalidRequest' and\n Create Entity From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request creation of an entity from filename 'invalid-json-sample.jsonld' and Content-Type set to 'application/ld+json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request creation of an entity from filename 'invalid-json.jsonld' and Content-Type set to 'application/ld+json'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Create Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity From File with Response Status Code set to 400 and\n Create Entity From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/InvalidRequest' and\n Create Entity From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request creation of an entity from filename 'empty-sample.jsonld' and Content-Type set to 'application/ld+json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request creation of an entity from filename 'empty.jsonld' and Content-Type set to 'application/ld+json'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -58,7 +58,7 @@ "teardown": null, "template": "Create Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity From File with Response Status Code set to 400 and\n Create Entity From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Create Entity From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request creation of an entity from filename 'building-minimal-sample.json' and Content-Type set to 'application/ld+json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request creation of an entity from filename 'building-minimal.json' and Content-Type set to 'application/ld+json'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/001_03.json b/doc/files/ContextInformation/Provision/001_03.json index 406bd644a0c97459006d1dfc8a1510a6b66f102a..1b1c751f5917d994391455cd18b105625b4a1ab3 100644 --- a/doc/files/ContextInformation/Provision/001_03.json +++ b/doc/files/ContextInformation/Provision/001_03.json @@ -26,7 +26,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Status Code set to 409 and\n Create Entity Selecting Content Type with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/AlreadyExists' and\n Create Entity Selecting Content Type with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-minimal-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-minimal.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/001_04.json b/doc/files/ContextInformation/Provision/001_04.json index c52a5a09848383027c4e6c103ef7b9e9bfffd1cb..d0277708a2e57dc91998896dd81802a757028450 100644 --- a/doc/files/ContextInformation/Provision/001_04.json +++ b/doc/files/ContextInformation/Provision/001_04.json @@ -26,7 +26,7 @@ "teardown": "Delete Initial Entity", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Retrieve Entity by Id with Check Response Body containing an Attribute set to and\n Query Parameter: expected_attribute_name set to 'almostFull' and\n Query Parameter: response_body set to 'response1.json()'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes.json'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -42,7 +42,7 @@ "teardown": "Delete Initial Entity", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Retrieve Entity by Id with Check Response Body containing an Attribute set to and\n Query Parameter: expected_attribute_name set to 'https://ngsi-ld-test-suite/context#almostFull' and\n Query Parameter: response_body set to 'response1.json()'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes.json'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/001_05.json b/doc/files/ContextInformation/Provision/001_05.json index d62f0e51fa927a8b5748745986b6c75167b17a80..1ffe76496602d5a22bf97c934d5b38fce880cc46 100644 --- a/doc/files/ContextInformation/Provision/001_05.json +++ b/doc/files/ContextInformation/Provision/001_05.json @@ -26,7 +26,7 @@ "teardown": "Delete Initial Entity", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Retrieve Entity by Id with Check Response Body containing an Attribute set to and\n Query Parameter: expected_attribute_name set to 'almostFull' and\n Query Parameter: response_body set to 'response1.json()'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes.json'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -42,7 +42,7 @@ "teardown": "Delete Initial Entity", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Retrieve Entity by Id with Check Response Body containing an Attribute set to and\n Query Parameter: expected_attribute_name set to 'ngsi-ld:default-context/almostFull' and\n Query Parameter: response_body set to 'response1.json()'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes.json'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/001_06.json b/doc/files/ContextInformation/Provision/001_06.json index b9b9822c4679fd840c33d395bfd99310797ed139..884eb16c85e49e913c3944b1bca09b4f70ae59fe 100644 --- a/doc/files/ContextInformation/Provision/001_06.json +++ b/doc/files/ContextInformation/Provision/001_06.json @@ -24,7 +24,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 400 and\n Create Entity Selecting Content Type with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Create Entity Selecting Content Type with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/json' and\n payload defined in file: 'building-simple-attributes.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/001_07.json b/doc/files/ContextInformation/Provision/001_07.json index 5d99bef0b35aa40f61309f15b4514071e7889afe..af1f6bab71fa378f61c687773d230209eceebf71 100644 --- a/doc/files/ContextInformation/Provision/001_07.json +++ b/doc/files/ContextInformation/Provision/001_07.json @@ -26,7 +26,7 @@ "teardown": "Delete Initial Entity", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Retrieve Entity by Id with Check Response Body containing an Attribute set to and\n Query Parameter: expected_attribute_name set to 'almostFull' and\n Query Parameter: response_body set to 'response1.json()'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" }, @@ -42,7 +42,7 @@ "teardown": "Delete Initial Entity", "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Retrieve Entity by Id with Check Response Body containing an Attribute set to and\n Query Parameter: expected_attribute_name set to 'https://ngsi-ld-test-suite/context#almostFull' and\n Query Parameter: response_body set to 'response1.json()'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/001_08.json b/doc/files/ContextInformation/Provision/001_08.json index 73b24d2df7bc9f92c5fd05f8f66f2dc8cc1232b7..a2337688831b73b85cdd79e04b0c0510be572cbb 100644 --- a/doc/files/ContextInformation/Provision/001_08.json +++ b/doc/files/ContextInformation/Provision/001_08.json @@ -24,7 +24,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 400 and\n Create Entity Selecting Content Type with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Create Entity Selecting Content Type with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes.json'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/001_09.json b/doc/files/ContextInformation/Provision/001_09.json index 4870ec22537c320dd05036847f459dfcdb8bf93c..32cc6770b8d3387324aff6c91cdebfd3ef83a021 100644 --- a/doc/files/ContextInformation/Provision/001_09.json +++ b/doc/files/ContextInformation/Provision/001_09.json @@ -24,7 +24,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 400 and\n Create Entity Selecting Content Type with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Create Entity Selecting Content Type with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/001_10.json b/doc/files/ContextInformation/Provision/001_10.json index 03ad7246aef224827d196b8f7607cb60a007c699..559dbac68126bf25d3e4ff5d581305bdc22c8f69 100644 --- a/doc/files/ContextInformation/Provision/001_10.json +++ b/doc/files/ContextInformation/Provision/001_10.json @@ -30,7 +30,7 @@ "teardown": "Delete Initial Entity", "template": "Create Entity Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Create Entity Selecting Content Type with Response Header: Location containing $${entity_id} and\n Retrieve Entity by Id with Check Created Resource Set To and\n Query Parameter: 'created_resource' set to 'created_entity' and\n Query Parameter: 'response_body' set to 'response1.json()' and\n Query Parameter: 'ignored_keys' set to '${None}' list of keys\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-language-property-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-language-property.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/002_01.json b/doc/files/ContextInformation/Provision/002_01.json index ea1a0ae8f2b445d7efeaa78f1d0118378a0e6465..9a232e1504ed2fa882244f0f4d845c2f3bce6da4 100644 --- a/doc/files/ContextInformation/Provision/002_01.json +++ b/doc/files/ContextInformation/Provision/002_01.json @@ -24,7 +24,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Entity Selecting Content Type with Response Status Code set to 201 and\n Delete Entity by Id with Response Status Code set to 204 and\n Retrieve Entity by Id with Response Status Code set to ${response2.status_code}\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Provision/003_03.json b/doc/files/ContextInformation/Provision/003_03.json index 8edd0961f865dbd28478edbc3314dfa8612ad0f1..1f9bfe5a31bc5c103e5f395f83c41403b6da9e0e 100644 --- a/doc/files/ContextInformation/Provision/003_03.json +++ b/doc/files/ContextInformation/Provision/003_03.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Create Batch Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Batch Request Entities From File with Response Status Code set to 400 and\n Batch Request Entities From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/InvalidRequest' and\n Batch Request Entities From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/create'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'create', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json-sample.jsonld\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/create'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'create', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json.jsonld\n}", "http_verb": "POST", "endpoint": "entityOperations/create" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Create Batch Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Batch Request Entities From File with Response Status Code set to 400 and\n Batch Request Entities From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Batch Request Entities From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/create'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'create', Content-Type set to 'application/ld+json', and body set to 'batch/empty-sample.jsonld\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/create'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'create', Content-Type set to 'application/ld+json', and body set to 'batch/empty.jsonld\n}", "http_verb": "POST", "endpoint": "entityOperations/create" } diff --git a/doc/files/ContextInformation/Provision/004_06.json b/doc/files/ContextInformation/Provision/004_06.json index 2e217abcd63c6087bd4146b691712e56dc2a1b03..4cb466e616933d40de0a37f213241784369157f5 100644 --- a/doc/files/ContextInformation/Provision/004_06.json +++ b/doc/files/ContextInformation/Provision/004_06.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Batch Upsert Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Batch Request Entities From File with Response Status Code set to 400 and\n Batch Request Entities From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/InvalidRequest' and\n Batch Request Entities From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/upsert'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'upsert', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json-sample.jsonld\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/upsert'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'upsert', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json.jsonld\n}", "http_verb": "POST", "endpoint": "entityOperations/upsert" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Batch Upsert Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Batch Request Entities From File with Response Status Code set to 400 and\n Batch Request Entities From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Batch Request Entities From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/upsert'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'upsert', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json-ld-sample.jsonld\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/upsert'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'upsert', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json-ld.jsonld\n}", "http_verb": "POST", "endpoint": "entityOperations/upsert" } diff --git a/doc/files/ContextInformation/Provision/005_04.json b/doc/files/ContextInformation/Provision/005_04.json index 38527c528392528e07af9ad9b42e1dccc4811eb7..c4d5744e5f6b6d7de7031ebe108d22780326f000 100644 --- a/doc/files/ContextInformation/Provision/005_04.json +++ b/doc/files/ContextInformation/Provision/005_04.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Batch Update Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Batch Request Entities From File with Response Status Code set to 400 and\n Batch Request Entities From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/InvalidRequest' and\n Batch Request Entities From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/update'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'update', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json-sample.jsonld\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/update'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'update', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json.jsonld\n}", "http_verb": "POST", "endpoint": "entityOperations/update" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Batch Update Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Batch Request Entities From File with Response Status Code set to 400 and\n Batch Request Entities From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Batch Request Entities From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/update'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'update', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json-ld-sample.jsonld\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/update'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'update', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json-ld.jsonld\n}", "http_verb": "POST", "endpoint": "entityOperations/update" } diff --git a/doc/files/ContextInformation/Provision/006_03.json b/doc/files/ContextInformation/Provision/006_03.json index d7a8b45dd25bfa02beb02da1a5c0c3b1d9a06fff..f0495039fd84d0da5e94b9871ee824f3948f03ff 100644 --- a/doc/files/ContextInformation/Provision/006_03.json +++ b/doc/files/ContextInformation/Provision/006_03.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Batch Delete Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Batch Request Entities From File with Response Status Code set to 400 and\n Batch Request Entities From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/InvalidRequest' and\n Batch Request Entities From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/delete'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'delete', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json-sample.jsonld\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/delete'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'delete', Content-Type set to 'application/ld+json', and body set to 'batch/invalid-json.jsonld\n}", "http_verb": "POST", "endpoint": "entityOperations/delete" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Batch Delete Entity With Invalid Request Scenarios", "then": "then {\n the SUT sends a valid Response for the operations:\n Batch Request Entities From File with Response Status Code set to 400 and\n Batch Request Entities From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Batch Request Entities From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/delete'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'delete', Content-Type set to 'application/ld+json', and body set to 'batch/empty-sample.jsonld\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entityOperations/delete'\n method set to 'POST'\n Batch Entity Delete Request with operation set to 'delete', Content-Type set to 'application/ld+json', and body set to 'batch/empty.jsonld\n}", "http_verb": "POST", "endpoint": "entityOperations/delete" } diff --git a/doc/files/ContextInformation/Provision/007_01.json b/doc/files/ContextInformation/Provision/007_01.json index 188bc965d4bb010c90e67f6d47509479da5b0ea5..19bbee25c2d2cf08495e928fb1923ed6707f8c99 100644 --- a/doc/files/ContextInformation/Provision/007_01.json +++ b/doc/files/ContextInformation/Provision/007_01.json @@ -27,7 +27,7 @@ "teardown": "Delete Temporal Entity", "template": "Create Temporal Entity", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 201 and\n Retrieve Temporal Representation Of Entity with Check Created Resource Set To and\n Query Parameter: 'ignored_keys' set to '${None}' list of keys\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-create-temporal-representation-sample.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-create-temporal-representation.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", "http_verb": "POST", "endpoint": "temporal/entities" }, @@ -43,7 +43,7 @@ "teardown": "Delete Temporal Entity", "template": "Create Temporal Entity", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 201 and\n Retrieve Temporal Representation Of Entity with Check Created Resource Set To and\n Query Parameter: 'ignored_keys' set to '${None}' list of keys\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-create-temporal-representation-without-context-sample.jsonld' and\n Query Parameter: content_type set to 'application/json' and\n Query Parameter: accept set to '${EMPTY}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-create-temporal-representation-without-context.jsonld' and\n Query Parameter: content_type set to 'application/json' and\n Query Parameter: accept set to '${EMPTY}'\n}", "http_verb": "POST", "endpoint": "temporal/entities" } diff --git a/doc/files/ContextInformation/Provision/007_02.json b/doc/files/ContextInformation/Provision/007_02.json index 5bba381e84b98c4f49535fe17b7ddb3bfce0f3f4..7193f098449eee073b54d7cfe93ed600a7664fe6 100644 --- a/doc/files/ContextInformation/Provision/007_02.json +++ b/doc/files/ContextInformation/Provision/007_02.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Create Temporal Entity From File", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 400 and\n Create Temporal Representation Of Entity Selecting Content Type with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/InvalidRequest' and\n Create Temporal Representation Of Entity Selecting Content Type with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: filename set to 'vehicle-temporal-representation-invalid-json-sample.jsonld' and\n Query Parameter: content_type set to 'application/ld+json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: filename set to 'vehicle-temporal-representation-invalid-json.jsonld' and\n Query Parameter: content_type set to 'application/ld+json'\n}", "http_verb": "POST", "endpoint": "temporal/entities" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Create Temporal Entity From File", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 400 and\n Create Temporal Representation Of Entity Selecting Content Type with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/InvalidRequest' and\n Create Temporal Representation Of Entity Selecting Content Type with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: filename set to 'vehicle-temporal-representation-empty-json-sample.jsonld' and\n Query Parameter: content_type set to 'application/ld+json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: filename set to 'vehicle-temporal-representation-empty-json.jsonld' and\n Query Parameter: content_type set to 'application/ld+json'\n}", "http_verb": "POST", "endpoint": "temporal/entities" } diff --git a/doc/files/ContextInformation/Provision/007_03.json b/doc/files/ContextInformation/Provision/007_03.json index e1e4e21efb606cfb67c12962d4895f96be9d082c..2778762ededb498c7829ae51d49b3830c79d8eda 100644 --- a/doc/files/ContextInformation/Provision/007_03.json +++ b/doc/files/ContextInformation/Provision/007_03.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Create Temporal Entity", "then": "then {\n the SUT sends a valid Response for the operation:\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 400\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${EMPTY}' and\n Query Parameter: filename set to 'vehicle-temporal-representation-without-id-sample.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${EMPTY}' and\n Query Parameter: filename set to 'vehicle-temporal-representation-without-id.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", "http_verb": "POST", "endpoint": "temporal/entities" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Create Temporal Entity", "then": "then {\n the SUT sends a valid Response for the operation:\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 400\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to 'invalidId' and\n Query Parameter: filename set to 'vehicle-temporal-representation-sample.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to 'invalidId' and\n Query Parameter: filename set to 'vehicle-temporal-representation.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", "http_verb": "POST", "endpoint": "temporal/entities" } diff --git a/doc/files/ContextInformation/Provision/008_01.json b/doc/files/ContextInformation/Provision/008_01.json index ad50d4d3ef06057b247790a8dacaf5d5ce84826e..2a9854c1bc5847c22bc3455675486abbc768b29b 100644 --- a/doc/files/ContextInformation/Provision/008_01.json +++ b/doc/files/ContextInformation/Provision/008_01.json @@ -26,7 +26,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 201 and\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 204 and\n Retrieve Temporal Representation Of Entity with Check Updated Entity and\n Query Parameter: 'updated_resource' set to 'temporal_entity_expectation_payload' and\n Query Parameter: 'response_body' set to 'response2.json()' and\n Query Parameter: 'ignored_keys' set to 'ignored_attributes'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-create-temporal-representation-sample.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-create-temporal-representation.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", "http_verb": "POST", "endpoint": "temporal/entities" } diff --git a/doc/files/ContextInformation/Provision/016_01.json b/doc/files/ContextInformation/Provision/016_01.json index 891bc2ccc908f58a97eb9b9e86cd90367bb10bc6..361722bad9e44606401d142081dc68843bb8d8b0 100644 --- a/doc/files/ContextInformation/Provision/016_01.json +++ b/doc/files/ContextInformation/Provision/016_01.json @@ -26,7 +26,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Or Update Temporal Representation Of Entity Selecting Content Type with Response Status Code set to 201 and\n Modify Attribute Instance From Temporal Entity with Response Status Code set to 204 and\n Retrieve Temporal Representation Of Entity with Check Updated Entity and\n Query Parameter: 'ignored_keys' set to '${None}'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-temporal-representation-sample.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/temporal/entities'\n method set to 'POST'\n Create or Update Temporal Representation of Entity Selecting Content Type: and\n Query Parameter: temporal_entity_representation_id set to '${temporal_entity_representation_id}' and\n Query Parameter: filename set to 'vehicle-temporal-representation.jsonld' and\n Query Parameter: content_type set to 'application/ld+json' and\n Query Parameter: accept set to '${EMPTY}'\n}", "http_verb": "POST", "endpoint": "temporal/entities" } diff --git a/doc/files/ContextInformation/Subscription/028_01.json b/doc/files/ContextInformation/Subscription/028_01.json index 9d5d377dc74a9f3953a357e3ed3ffab89bdcba17..233851f6518f5128e9db14d152dc1618f51fa506 100644 --- a/doc/files/ContextInformation/Subscription/028_01.json +++ b/doc/files/ContextInformation/Subscription/028_01.json @@ -26,7 +26,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operation:\n Retrieve Subscription with Check Created Resource Set To and\n Query Parameter: 'ignored_keys' set to '${None}' list of keys\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" } diff --git a/doc/files/ContextInformation/Subscription/028_02.json b/doc/files/ContextInformation/Subscription/028_02.json index 7320713546fd5a6c3d8bb1ad97e5b379afd62a47..06602dc49136fdd2c0387356f07a9d42bfde47ec 100644 --- a/doc/files/ContextInformation/Subscription/028_02.json +++ b/doc/files/ContextInformation/Subscription/028_02.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Create Subscription With Invalid Request", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Subscription From File with Response Status Code set to 400 and\n Create Subscription From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/InvalidRequest' and\n Create Subscription From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Create Subscription Request with Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscription-invalid-json-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Create Subscription Request with Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscription-invalid-json.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Create Subscription With Invalid Request", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Subscription From File with Response Status Code set to 400 and\n Create Subscription From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Create Subscription From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Create Subscription Request with Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscription-empty-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Create Subscription Request with Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscription-empty.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" } diff --git a/doc/files/ContextInformation/Subscription/028_03.json b/doc/files/ContextInformation/Subscription/028_03.json index b9c49e57acc0e2960721d985be1a26da60d4341e..e43b41d2d790d93f57b54aebeaefa1661a2af7ba 100644 --- a/doc/files/ContextInformation/Subscription/028_03.json +++ b/doc/files/ContextInformation/Subscription/028_03.json @@ -27,7 +27,7 @@ "teardown": null, "template": "Create Subscription With Invalid/Empty Id", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Subscription with Response Status Code set to 400 and\n Create Subscription with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Create Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" }, @@ -43,7 +43,7 @@ "teardown": null, "template": "Create Subscription With Invalid/Empty Id", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Subscription with Response Status Code set to 400 and\n Create Subscription with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Create Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" } diff --git a/doc/files/ContextInformation/Subscription/028_04.json b/doc/files/ContextInformation/Subscription/028_04.json index 22fcf02aaf437747262daacba46fed0287a3db0b..95933971223e036cfb143a7da9facb1d37b50d3a 100644 --- a/doc/files/ContextInformation/Subscription/028_04.json +++ b/doc/files/ContextInformation/Subscription/028_04.json @@ -26,7 +26,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Create Subscription with Response Status Code set to 409 and\n Create Subscription with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/AlreadyExists' and\n Create Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" } diff --git a/doc/files/ContextInformation/Subscription/028_05.json b/doc/files/ContextInformation/Subscription/028_05.json index 3931ff5eeb2bbbbc316487f0ef3610ccdd7b48e6..2594493b42c86b8e9ec1e198c340ebd428fb03eb 100644 --- a/doc/files/ContextInformation/Subscription/028_05.json +++ b/doc/files/ContextInformation/Subscription/028_05.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Create Subscription With Invalid Throttling", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Subscription From File with Response Status Code set to 400 and\n Create Subscription From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Create Subscription From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Create Subscription Request with Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscription-invalid-throttling-timeInterval-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Create Subscription Request with Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscription-invalid-throttling-timeInterval.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Create Subscription With Invalid Throttling", "then": "then {\n the SUT sends a valid Response for the operations:\n Create Subscription From File with Response Status Code set to 400 and\n Create Subscription From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Create Subscription From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Create Subscription Request with Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscription-invalid-negative-throttling-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'POST'\n Create Subscription Request with Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscription-invalid-negative-throttling.jsonld'\n}", "http_verb": "POST", "endpoint": "subscriptions/" } diff --git a/doc/files/ContextInformation/Subscription/029_01.json b/doc/files/ContextInformation/Subscription/029_01.json index 1365a18e00345eb2ddc5d6d6346daf88979f9a56..72525dd629c8954d7137b35e85f4bf2e42a8d754 100644 --- a/doc/files/ContextInformation/Subscription/029_01.json +++ b/doc/files/ContextInformation/Subscription/029_01.json @@ -26,7 +26,7 @@ "teardown": null, "template": "Update Subscription With Non present Or Invalid Id", "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 405 and\n Update Subscription with Response Body containing the type '${EMPTY}' and\n Update Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" }, @@ -42,7 +42,7 @@ "teardown": null, "template": "Update Subscription With Non present Or Invalid Id", "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 400 and\n Update Subscription with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Update Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/029_02.json b/doc/files/ContextInformation/Subscription/029_02.json index 7c3cc63f3762636b4830267a92e29796b2ac6bd6..7f4f6a961651e2212eb1397c33da451256a4f374 100644 --- a/doc/files/ContextInformation/Subscription/029_02.json +++ b/doc/files/ContextInformation/Subscription/029_02.json @@ -24,7 +24,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 404 and\n Update Subscription with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/ResourceNotFound' and\n Update Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/029_03.json b/doc/files/ContextInformation/Subscription/029_03.json index 00b7127be04211149f6bc8c42e066a64b1e28296..8acec2bcc3227ec551e4c46c86f4554ff27d44ef 100644 --- a/doc/files/ContextInformation/Subscription/029_03.json +++ b/doc/files/ContextInformation/Subscription/029_03.json @@ -27,7 +27,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 400 and\n Update Subscription with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Update Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-invalid-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-invalid-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/029_04.json b/doc/files/ContextInformation/Subscription/029_04.json index 65656cba49ef997983a27cf0eb5cc07941e60c2f..6b9d566e53a5f9812ef633760b1298c226e2522f 100644 --- a/doc/files/ContextInformation/Subscription/029_04.json +++ b/doc/files/ContextInformation/Subscription/029_04.json @@ -27,7 +27,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 400 and\n Update Subscription with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Update Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-null-properties-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-null-properties-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/029_05.json b/doc/files/ContextInformation/Subscription/029_05.json index d78e291b961188112be50705f860ea055d258b22..2007052733fecbc78a08c77a4b1dd3ca78543624 100644 --- a/doc/files/ContextInformation/Subscription/029_05.json +++ b/doc/files/ContextInformation/Subscription/029_05.json @@ -26,8 +26,8 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 204 and\n Retrieve Subscription with Response Body containing the same content defined in file 'subscriptions/expectations/subscription-vehicle-sample.jsonld' with subscription id '${subscription_id}'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Link'] contain the context 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-vehicle-entities-sample.json'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 204 and\n Retrieve Subscription with Response Body containing the same content defined in file 'subscriptions/expectations/subscription-vehicle.jsonld' with subscription id '${subscription_id}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Link'] contain the context 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-vehicle-entities.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" }, @@ -42,8 +42,8 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 204 and\n Retrieve Subscription with Response Body containing the same content defined in file 'subscriptions/expectations/subscription-vehicle-expanded-types-sample.jsonld' with subscription id '${subscription_id}'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Link'] contain the context 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-vehicle-entities-sample.json'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 204 and\n Retrieve Subscription with Response Body containing the same content defined in file 'subscriptions/expectations/subscription-vehicle-expanded-types.jsonld' with subscription id '${subscription_id}'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Link'] contain the context 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-vehicle-entities.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/029_06.json b/doc/files/ContextInformation/Subscription/029_06.json index 2085014f34826f2f7fb814c30e409794610d6505..fcb7c5fe857b8fb612345dc6acf252fe69c5174c 100644 --- a/doc/files/ContextInformation/Subscription/029_06.json +++ b/doc/files/ContextInformation/Subscription/029_06.json @@ -27,7 +27,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 204 and\n Retrieve Subscription with Check Updated Entity and\n Query Parameter: 'updated_resource' set to 'subscription' and\n Query Parameter: 'response_body' set to 'response1.json()' and\n Query Parameter: 'ignored_keys' set to 'ignored_attributes'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Link'] contain the context 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Link'] contain the context 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld' and\nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/029_07.json b/doc/files/ContextInformation/Subscription/029_07.json index 8d0133d92fd67a4a17db8d6ffb6bb6b43b72a4a6..61dd6ce3ec0b8d62773730a20bd38848c57c0a50 100644 --- a/doc/files/ContextInformation/Subscription/029_07.json +++ b/doc/files/ContextInformation/Subscription/029_07.json @@ -28,7 +28,7 @@ "teardown": null, "template": "Activate Paused Subscription With isActive Member", "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 204 and\n Retrieve Subscription with Check Response Body containing an Attribute set to and\n Query Parameter: expected_attribute_name set to 'status' and\n Query Parameter: response_body set to 'response1.json()' and\n Query Parameter: expected_attribute_value set to 'active'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-isActive-true-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-isActive-true-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/029_08.json b/doc/files/ContextInformation/Subscription/029_08.json index 7e10a5ad22f7aa9406f3ca847d77673675f96393..b8e7144d31592c432b6271c591f99a9bba71d791 100644 --- a/doc/files/ContextInformation/Subscription/029_08.json +++ b/doc/files/ContextInformation/Subscription/029_08.json @@ -28,7 +28,7 @@ "teardown": null, "template": "Activate Paused Subscription With isActive And ExpiresAt Members", "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 204 and\n Retrieve Subscription with Check Response Body containing an Attribute set to and\n Query Parameter: expected_attribute_name set to 'status' and\n Query Parameter: response_body set to 'response1.json()' and\n Query Parameter: expected_attribute_value set to 'active'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-isActive-expiresAt-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-isActive-expiresAt-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/029_09.json b/doc/files/ContextInformation/Subscription/029_09.json index a0a1d90bfee7e48ff2fcd43686cd06a4a4074956..07e75ab41d49b17091d858021743947af72b8a87 100644 --- a/doc/files/ContextInformation/Subscription/029_09.json +++ b/doc/files/ContextInformation/Subscription/029_09.json @@ -27,7 +27,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 204 and\n Retrieve Subscription with Check Response Body containing an Attribute set to and\n Query Parameter: expected_attribute_name set to 'status' and\n Query Parameter: response_body set to 'response1.json()' and\n Query Parameter: expected_attribute_value set to 'paused'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-isActive-false-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-isActive-false-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/029_11.json b/doc/files/ContextInformation/Subscription/029_11.json index 0fceb80bf8e735749f384375fdacfb5078396d09..2c06f9d4d7c9d4b680e9f9b977859668bebb2ee8 100644 --- a/doc/files/ContextInformation/Subscription/029_11.json +++ b/doc/files/ContextInformation/Subscription/029_11.json @@ -27,7 +27,7 @@ "teardown": null, "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Update Subscription with Response Status Code set to 400 and\n Update Subscription with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Update Subscription with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-expiresAt-update-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Update Subscription and \nHeader['Content-Type'] set to 'application/json' and\nPayload defined in file 'subscriptions/fragments/subscription-expiresAt-update.json'\n}", "http_verb": "PATCH", "endpoint": "subscriptions/{subscription_id}" } diff --git a/doc/files/ContextInformation/Subscription/030_03.json b/doc/files/ContextInformation/Subscription/030_03.json index fe35856a547707c120fea7acda0bb9847797b978..9c1e3cf5a183765e0bb4fa200a9432cc519debd6 100644 --- a/doc/files/ContextInformation/Subscription/030_03.json +++ b/doc/files/ContextInformation/Subscription/030_03.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Subscription with Response Status Code set to 200 and\n Retrieve Subscription with Response Body containing the same content defined in file 'subscriptions/expectations/subscriptions-030-03-expectation.json' with subscription id '${subscription_id}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Retrieve Subscription with Response Status Code set to 200 and\n Retrieve Subscription with Response Body containing the same content defined in file 'subscriptions/expectations/subscriptions-030-03.json' with subscription id '${subscription_id}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{id}'\n method set to 'GET'\n Subscription Retrieve with the following data: and\n Query Parameter: id set to '${subscription_id}' and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "subscriptions/{id}" diff --git a/doc/files/ContextInformation/Subscription/031_01.json b/doc/files/ContextInformation/Subscription/031_01.json index 1e3423cfba51657ee931521a7f93f00ad235a12d..322fddda06ebd25a506a4a2ffc68fa3a40fcecdb 100644 --- a/doc/files/ContextInformation/Subscription/031_01.json +++ b/doc/files/ContextInformation/Subscription/031_01.json @@ -26,7 +26,7 @@ "setup": null, "teardown": null, "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Subscriptions with Response Status Code set to 200 and\n Query Subscriptions with Response containing:\n * file set to 'subscriptions/expectations/subscriptions-031-01-expectation.json'\n * id set to '${subscription_ids}'\n * response set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Subscriptions with Response Status Code set to 200 and\n Query Subscriptions with Response containing:\n * file set to 'subscriptions/expectations/subscriptions-031-01.json'\n * id set to '${subscription_ids}'\n * response set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/'\n method set to 'GET'\n Query Subscription Request with data: and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "subscriptions/" diff --git a/doc/files/ContextInformation/Subscription/046_16_01.json b/doc/files/ContextInformation/Subscription/046_16_01.json index 89d9df44c37c63b33dd2a40abd32ef47684d8347..17d46661675226d3c5f7dad719f9101e31f52de2 100644 --- a/doc/files/ContextInformation/Subscription/046_16_01.json +++ b/doc/files/ContextInformation/Subscription/046_16_01.json @@ -29,7 +29,7 @@ "teardown": null, "template": null, "then": "then {\n the client at '${endpoint}' receives a valid Notification containing:\n Notification received After waiting '5' seconds and\n Notification received Notification data: '${notification}[subscriptionId]' equal to '${subscription_id}' and\n Notification received Notification data: '${notification}[data][0][id]' equal to '${entity_id}' and\n Notification received The dictionary `${notification}' should contain the key 'data' and\n Notification received The variable `${notification}[data]' should not be '${EMPTY}'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'building-simple-attributes.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextInformation/Subscription/046_16_02.json b/doc/files/ContextInformation/Subscription/046_16_02.json index 507da9a52de56098f6444967448c5a9af1449626..f25cd3cb4ba1bfb71567ecb11da7401f67a7e6ef 100644 --- a/doc/files/ContextInformation/Subscription/046_16_02.json +++ b/doc/files/ContextInformation/Subscription/046_16_02.json @@ -29,7 +29,7 @@ "teardown": null, "template": null, "then": "then {\n the client at '${endpoint}' receives a valid Notification containing:\n Notification received Waiting for no Notification data and\n Query Parameter: timeout set to '5'\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'vehicle-simple-attributes-sample.jsonld'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/'\n method set to 'POST'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'vehicle-simple-attributes.jsonld'\n}", "http_verb": "POST", "endpoint": "entities/" } diff --git a/doc/files/ContextSource/Registration/034_04.json b/doc/files/ContextSource/Registration/034_04.json index 20c777a389df6ebb044f71a2ef3c9058709e2a4b..f681b77e2bfb0bd9a68e101ed82f58db2036ac57 100644 --- a/doc/files/ContextSource/Registration/034_04.json +++ b/doc/files/ContextSource/Registration/034_04.json @@ -27,7 +27,7 @@ "teardown": "Delete Initial Context Source Registration", "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Update Context Source Registration From File with Response Status Code set to 400 and\n Update Context Source Registration From File with Response Body containing the type 'https://uri.etsi.org/ngsi-ld/errors/BadRequestData' and\n Update Context Source Registration From File with Response body containing 'title' element\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/csourceRegistrations/{context_source_registration_id}'\n method set to 'PATCH'\n Update Context Source Registration with CSR Id set to '${registration_id}' and subscription update from file 'context-source-registration-invalid-json-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/csourceRegistrations/{context_source_registration_id}'\n method set to 'PATCH'\n Update Context Source Registration with CSR Id set to '${registration_id}' and subscription update from file 'context-source-registration-invalid-json.json'\n}", "http_verb": "PATCH", "endpoint": "csourceRegistrations/{context_source_registration_id}" } diff --git a/doc/files/ContextSource/RegistrationSubscription/039_05.json b/doc/files/ContextSource/RegistrationSubscription/039_05.json index 07f28243dd248d1989ce8076078ae723993a3580..cc6e5e9476785ef3b87d8ca64dfd2d107c6ec750 100644 --- a/doc/files/ContextSource/RegistrationSubscription/039_05.json +++ b/doc/files/ContextSource/RegistrationSubscription/039_05.json @@ -27,7 +27,7 @@ "teardown": "Delete Initial Context Source Registration Subscriptions", "template": null, "then": "then {\n the SUT sends a valid Response for the operations:\n Update Context Source Registration Subscription From File with Response Status Code set to 400 and\n Update Context Source Registration Subscription From File with Response Body containing the type 'problem_type=${ERROR_TYPE_BAD_REQUEST_DATA}' and Response Body Title is a string and is not ${EMPTY} and Response Body Detail is a string and is not ${EMPTY} and Response Boty Title is not equal to Response Body Detail\n}", - "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/csourceSubscriptions/{subscription_id}'\n method set to 'PATCH'\n Update Context Source Registration Subscription from file with subscription id set to '${subscription_id}' and subscription update fragment set to 'csourceSubscriptions/fragments/subscription-update-invalid-json-sample.json'\n}", + "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/csourceSubscriptions/{subscription_id}'\n method set to 'PATCH'\n Update Context Source Registration Subscription from file with subscription id set to '${subscription_id}' and subscription update fragment set to 'csourceSubscriptions/fragments/subscription-update-invalid-json.json'\n}", "http_verb": "PATCH", "endpoint": "csourceSubscriptions/{subscription_id}" } diff --git a/doc/files/ContextSource/RegistrationSubscription/041_01.json b/doc/files/ContextSource/RegistrationSubscription/041_01.json index b6d4be4bd6b5c566d66556594287e050a7b600b5..b1c7917047bdaad16cf650c38823f6e95d817405 100644 --- a/doc/files/ContextSource/RegistrationSubscription/041_01.json +++ b/doc/files/ContextSource/RegistrationSubscription/041_01.json @@ -26,7 +26,7 @@ "setup": "Setup Initial Context Source Registration Subscriptions", "teardown": "Delete Created Context Source Registration Subscriptions", "template": null, - "then": "then {\n the SUT sends a valid Response for the operations:\n Query Context Source Registration Subscriptions with Response Status Code set to 200 and\n Query Context Source Registration Subscriptions with Response containing:\n * file set to 'csourceSubscriptions/expectations/subscriptions-035-01-expectation.json'\n * id set to '${subscription_ids}'\n * response set to '${response.json()}'\n}", + "then": "then {\n the SUT sends a valid Response for the operations:\n Query Context Source Registration Subscriptions with Response Status Code set to 200 and\n Query Context Source Registration Subscriptions with Response containing:\n * file set to 'csourceSubscriptions/expectations/subscriptions-035-01.json'\n * id set to '${subscription_ids}'\n * response set to '${response.json()}'\n}", "when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/csourceSubscriptions'\n method set to 'GET'\n Query Context Source Registration Subscriptions and\n Query Parameter: context set to 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'\n}", "http_verb": "GET", "endpoint": "csourceSubscriptions"