Commit 3658efc7 authored by douomo's avatar douomo
Browse files

Fixed type in alarmTest.robot

parent 29692376
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,10 +93,10 @@ Mute ODU Receive RSL Alarms and Unmute
    ${notif_xml}=    Set Variable    ${notif.notification_xml}
    Should Not Be Empty    ${notif_xml}
    Log    ${notif_xml}    console=yes
    #Should Not Be Empty    ${notif}
    Unmute ODU    ${t}    ${transmitter["testInterface"]}
    Set TX Power    ${t}    ${transmitter["testInterface"]}    ${transmitter["maxTxPower"]}    
    ${actual-recevied}=    Get Iface Metrics    ${m}    ${par["testInterface"]}    "actual-received-level"
    #Should Be True    ${actual-recevied}>0
    ${ok}=    Evaluate    float(${actual-recevied}) > -40
    Should Be True      ${ok}    msg=Actual RSL (${actual-recevied}) must be greater than -40
    Close Current Session    ${m}