Commit 7a3014ef authored by piscione's avatar piscione
Browse files

Minor fix on MEC033 IoT device TCs.

parent cc865801
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ TC_MEC_MEC033_IOTS_IOTDEV_002_OK
    ...  Check that the IUT registers the information of an IoT device when requested by a Service Consumer
    ...  ETSI GS MEC 033 V3.1.1, clause 7.3.3.4
    ...  https://www.etsi.org/deliver/etsi_gs/MEC/001_099/033/03.01.01_60/gs_MEC033v030101p.pdf
    [Setup]   Test Setup   ${None}    DeviceInfo       ${REGISTER_ACTION}
    [Setup]   Test Setup   ${DEVICE_ID}   ${None}       ${REMOVE_ACTION}
      
    Register IOT Device information     DeviceInfo
    Check HTTP Response Status Code Is    201
@@ -201,8 +201,6 @@ TC_MEC_MEC033_IOTS_IOTDEV_005_NF

      
*** Keywords ***


Test Setup 
    [Arguments]     ${deviceId}    ${content}   ${action}
    Set Headers    {"Accept":"application/json"}
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ ${NO_ACTION} NO_ACTION

${FILTER_ON_ENABLE}     (eq,enabled,false) 
${DEVICE_ID_FIELDS}     fields=deviceId

${DEVICE_ID} 			deviceId
${FIELDS_AND_FILTER}        fields=deviceId&filter=(eq,enabled,false)
${DEVICE_ID_PLACEHOLDER}    PLACEHOLDER_DEVICEID
${NOT_EXISTING_DEVICE_ID}   notExistingDeviceId
 No newline at end of file