Commit df858e15 authored by Yann Garcia's avatar Yann Garcia
Browse files

Review TPs for MEC028 v2.2.1

parent 331bca40
Loading
Loading
Loading
Loading
+60 −34
Original line number Diff line number Diff line
@@ -128,9 +128,9 @@ Package MEC_MEC028_SRV_WAI {
        Test Purpose {
            TP Id "TP_MEC_MEC028_SRV_WAI_013_OK"
            Test objective
              "Check that the IUT responds with with a new measurement configuration"
              "Check that the IUT responds with a new measurement configuration"
            Reference "ETSI GS MEC 028 2.2.1, clause 7.7.3.4",
             "https://forge.etsi.org/rep/mec/gs028-wai-api/blob/v2.2.1/WlanInformationApi.yaml#/schemas/MeasurementConfigLinkList"
             "https://forge.etsi.org/rep/mec/gs028-wai-api/blob/v2.2.1/WlanInformationApi.yaml#/schemas/MeasurementConfig"
   
        Config Id Config_MEC_4
   
@@ -147,8 +147,10 @@ Package MEC_MEC028_SRV_WAI {
                        a vPOST containing
                            uri indicating value "/wai/v2/queries/measurements"
                            body containing
                                MeasurementConfigLinkList containing 
                                    measurementConfig set to CONFIG_VALUE
                                MeasurementConfig containing 
                                    staId set to STA_ID,
                                    measurementId set to MEAS_ID,
                                    measurementInfo set to CONFIG_VALUE
                                ;
                            ;
                        ;
@@ -159,10 +161,11 @@ Package MEC_MEC028_SRV_WAI {
                    the IUT entity sends a HTTP_RESPONSE containing
                        status_code set to "200 OK"
                        body containing
                            MeasurementConfigLinkList containing 
                                measurementConfig indicating value CONFIG_VALUE containing
                                  links indicating value H_LINKS
                                  ;
                            MeasurementConfig containing 
                                links indicating value H_LINKS,
                                staId set to STA_ID,
                                measurementId set to MEAS_ID,
                                measurementInfo set to CONFIG_VALUE
                            ;
                        ;
                    ;
@@ -194,8 +197,11 @@ Package MEC_MEC028_SRV_WAI {
                            uri indicating value "/wai/v2/queries/measurements"
                            // How to trigger an error response.
                            body containing
                                MeasurementConfigLinkList containing 
                                    measurementConfig set to CONFIG_VALUE
                                MeasurementConfig containing 
                                    links indicating value H_LINKS,
                                    staId set to STA_ID,
                                    measurementId set to MEAS_ID,
                                    measurementInfo set to CONFIG_VALUE
                                ;
                            ;
                        ;
@@ -232,10 +238,12 @@ Package MEC_MEC028_SRV_WAI {
                    the IUT entity receives
                        a vPOST containing
                            uri indicating value "/wai/v2/queries/measurements_INVALID_URI"
                            // How to trigger an error response.
                            body containing
                                MeasurementConfigLinkList containing 
                                    measurementConfig set to CONFIG_VALUE
                                MeasurementConfig containing 
                                    links indicating value H_LINKS,
                                    staId set to STA_ID,
                                    measurementId set to MEAS_ID,
                                    measurementInfo set to CONFIG_VALUE
                                ;
                            ;
                        ;
@@ -286,9 +294,11 @@ Package MEC_MEC028_SRV_WAI {
                    the IUT entity sends a HTTP_RESPONSE containing
                        status_code set to "200 OK"
                        body containing
                            MeasurementConfigLinkList containing 
                              links set to "{measurementConfigId}",
                              measurementConfig set to CONFIG_VALUE
                            MeasurementConfig containing 
                                links indicating value "{measurementConfigId}",
                                staId set to STA_ID,
                                measurementId set to MEAS_ID,
                                measurementInfo set to CONFIG_VALUE
                            ;
                        ;
                    ;
@@ -313,7 +323,9 @@ Package MEC_MEC028_SRV_WAI {
            the IUT entity having a MeasurementConfig containing
                measurementConfig containing
                    links set to "{measurementConfigId}",
                  measurementConfig set to CONFIG_VALUE
                    staId set to STA_ID,
                    measurementId set to MEAS_ID,
                    measurementInfo set to CONFIG_VALUE
                ;
            ;
        }
@@ -353,7 +365,9 @@ Package MEC_MEC028_SRV_WAI {
            the IUT entity having a MeasurementConfig containing
                measurementConfig containing
                    links set to "{measurementConfigId}",
                  measurementConfig set to CONFIG_VALUE
                    staId set to STA_ID,
                    measurementId set to MEAS_ID,
                    measurementInfo set to CONFIG_VALUE
                ;
            ;
        }
@@ -365,9 +379,11 @@ Package MEC_MEC028_SRV_WAI {
                        a vPUT containing
                            uri indicating value "/wai/v2/queries/measurements/{measurementConfigId}",
                            body containing
                                MeasurementConfigLinkList containing 
                                MeasurementConfig containing 
                                    links set to "{measurementConfigId}",
                                  measurementConfig set to NEW_CONFIG_VALUE
                                    staId set to STA_ID,
                                    measurementId set to MEAS_ID,
                                    measurementInfo set to NEW_CONFIG_VALUE
                                ;
                            ;
                        ;
@@ -380,7 +396,9 @@ Package MEC_MEC028_SRV_WAI {
                        body containing
                            MeasurementConfigLinkList containing 
                                links set to "{measurementConfigId}",
                              measurementConfig set to NEW_CONFIG_VALUE
                                staId set to STA_ID,
                                measurementId set to MEAS_ID,
                                measurementInfo set to NEW_CONFIG_VALUE
                            ;
                        ;
                    ;
@@ -405,7 +423,9 @@ Package MEC_MEC028_SRV_WAI {
            the IUT entity having a MeasurementConfig containing
                measurementConfig containing
                    links set to "{measurementConfigId}",
                  measurementConfig set to CONFIG_VALUE
                    staId set to STA_ID,
                    measurementId set to MEAS_ID,
                    measurementInfo set to CONFIG_VALUE
                ;
            ;
        }
@@ -419,7 +439,9 @@ Package MEC_MEC028_SRV_WAI {
                            body containing
                                MeasurementConfigLinkList containing 
                                    links set to "{measurementConfigId}",
                                  measurementConfig set to NEW_CONFIG_VALUE
                                    staId set to STA_ID,
                                    measurementId set to MEAS_ID,
                                    measurementInfo set to NEW_CONFIG_VALUE
                                ;
                            ;
                        ;
@@ -451,7 +473,9 @@ Package MEC_MEC028_SRV_WAI {
            the IUT entity having a MeasurementConfig containing
                measurementConfig containing
                    links set to "{measurementConfigId}",
                  measurementConfig set to CONFIG_VALUE
                    staId set to STA_ID,
                    measurementId set to MEAS_ID,
                    measurementInfo set to NCONFIG_VALUE
                ;
            ;
        }
@@ -491,7 +515,9 @@ Package MEC_MEC028_SRV_WAI {
            the IUT entity having a MeasurementConfig containing
                measurementConfig containing
                    links set to "{measurementConfigId}",
                  measurementConfig set to CONFIG_VALUE
                    staId set to STA_ID,
                    measurementId set to MEAS_ID,
                    measurementInfo set to CONFIG_VALUE
                ;
            ;
        }