Commit 51e25cd7 authored by Yann Garcia's avatar Yann Garcia
Browse files

Review M015 TPs, Add V2X

parent 2ebfdcc5
Loading
Loading
Loading
Loading
+67 −0
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2018.

This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.

ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/

Package MEC_SRV_V2X {

   import all from MEC_Common;


   Test Purpose {
      TP Id "TP_MEC_SRV_V2X_001_OK"

      Test objective
        "Check that the IUT responds with the list of configured bandwidth allocations
        when queried by a MEC Application"

      Reference "ETSI GS MEC 030 V2.1.1, clause 7.3.3.1"

      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_SERVICES

      Initial conditions  with {
         the IUT entity being_in idle_state and
         the MEC_APP entity having a bwInfo containing
            appInsId indicating value APP_INSTANCE_ID
         ;
      }

      // MEC 030 Clause 6.2.2
      Expected behaviour
         ensure that {
            when {
               the IUT entity receives a vGET containing
                  uri indicating value "vis/v1/queries/uu_unicast_provisioning_info"
                  query_parameters containing
                     location_info indicating value LOCATION_INFO
                ;
               ;
               from the MEC_APP entity
            }
            then {
               // MEC 030 Clause 7.3.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  body containing
                     uuUnicastProvisioningInfo
                  ;
               ;
               to the MEC_APP entity
            }
         }
   }


}
+776 −113

File changed.

Preview size limit exceeded, changes collapsed.