Commit e5e53b93 authored by douomo's avatar douomo
Browse files

Fixed type in alarmTest.robot

parent 3658efc7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -66,9 +66,6 @@ Mute ODU and Receive RSL Alarms
#    ${resp}=    Evaluate    ${m}.create_subscription(stream_name="NETCONF")
    ${resp}=    Call Method    ${m}    create_subscription    stream_name=NETCONF
    Mute ODU    ${t}    ${transmitter["testInterface"]}
#    ${notif}=    Evaluate    next(${m}.take_notification(timeout=60))
#   Log    ${notif}    console=yes
#   Should Not Be Empty    ${notif}
    ${notif}=    Call Method    ${m}    take_notification    timeout=${TIMEOUT}
    ${notif_xml}=    Set Variable    ${notif.notification_xml}
    Should Not Be Empty    ${notif_xml}