Commit 59508405 authored by Yann Garcia's avatar Yann Garcia Committed by Miguel Angel Reina Ortega
Browse files

Editorial changes

parent 555b878a
Loading
Loading
Loading
Loading
+742 −740
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Package MEC_MEC046_SRV_SENSLOOKUP {
        TP Id "TP_MEC_MEC046_SRV_SENSLOOKUP_001_OK_01"

        Test objective
            "Check that the IUT responds with the list of subscriptions when queried by a MEC Application - No query parameters"
            "Check that the IUT responds with the list of subscriptions when queried by a MEC Application - No optional query parameters"

        Reference
            "ETSI GS MEC 045 3.1.1 Clause 5.3.5",
@@ -43,7 +43,9 @@ Package MEC_MEC046_SRV_SENSLOOKUP {
            ensure that {
                when {
                    the IUT entity receives a vGET containing
                        uri indicating value "sens/v1/subscriptions/sensor_status";
                        uri indicating value "sens/v1/subscriptions/sensor_status",
                        query_parameters containing
                            type indicating value SENSOR_TYPE;;;
                    from the MEC_APP entity
                }
                then {
@@ -61,7 +63,7 @@ Package MEC_MEC046_SRV_SENSLOOKUP {
        TP Id "TP_MEC_MEC046_SRV_SENSLOOKUP_001_OK_02"

        Test objective
            "Check that the IUT responds with the list of subscriptions when queried by a MEC Application - With query parameters"
            "Check that the IUT responds with the list of subscriptions when queried by a MEC Application - With optional query parameters"

        Reference
            "ETSI GS MEC 045 3.1.1 Clause 5.3.5",