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

tests from feature/add-aggregated-temporal-evolution-tests tagged as "since_v1.4.1"

parent 89f95af8
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -18,16 +18,16 @@ ${vehicle_payload_file}= 2020-08-vehicule-temporal-representation-sample.json


*** Test Cases ***    AGGRMETHODS    AGGRPERIODDURATION    ATTRS    VEHICLE_EXPECTATION_FILE
*** Test Cases ***    AGGRMETHODS    AGGRPERIODDURATION    ATTRS    VEHICLE_EXPECTATION_FILE
020_11_01 One aggregate method aggregated by one hour duration
020_11_01 One aggregate method aggregated by one hour duration
    [Tags]    te-retrieve    5_7_3    4_5_19
    [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-expectation.json
020_11_02 One aggregate method aggregated by one hour duration asking for one attribute
020_11_02 One aggregate method aggregated by one hour duration asking for one attribute
    [Tags]    te-retrieve    5_7_3    4_5_19
    [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-expectation.json
020_11_03 Multiple aggregate methods aggregated by one hour duration
020_11_03 Multiple aggregate methods aggregated by one hour duration
    [Tags]    te-retrieve    5_7_3    4_5_19
    [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-expectation.json
020_11_04 Multiple aggregate methods aggregated by one day duration
020_11_04 Multiple aggregate methods aggregated by one day duration
    [Tags]    te-retrieve    5_7_3    4_5_19
    [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-expectation.json