Loading AlarmTest.robot +3 −3 Original line number Diff line number Diff line Loading @@ -78,14 +78,14 @@ Mute ODU Receive RSL Alarms and Unmute #${m}= Connect With Credentials ${par["host"]} ${par["port"]} ${par["username"]} ${par["password"]} ${t}= Connect With Key ${transimitter["host"]} ${transimitter["port"]} ${transimitter["username"]} ${transimitter["key_filename"]} #${t}= Connect With Credentials ${transimitter["host"]} ${transimitter["port"]} ${transimitter["username"]} ${transimitter["password"]} Unmute ODU ${t} ${par["ODUName"]} Unmute ODU ${t} ${transimitter["ODUName"]} Set RSL Threshold ${m} ${par["testInterface"]} -40 ${resp}= Evaluate ${m}.create_subscription() Mute ODU ${t} ${par["ODUName"]} Mute ODU ${t} ${transimitter["testInterface"]} ${notif}= Evaluate next(${m}.take_notification(timeout=60)) Log ${notif} console=yes Should Not Be Empty ${notif} Unmute ODU ${t} ${par["ODUName"]} Unmute ODU ${t} ${transimitter["testInterface"]} ${actual-recevied}= Get Iface Metrics ${m} ${par["testInterface"]} "actual-received-level" Should Be True ${actual-recevied}>0 Close Current Session ${m} Loading Loading
AlarmTest.robot +3 −3 Original line number Diff line number Diff line Loading @@ -78,14 +78,14 @@ Mute ODU Receive RSL Alarms and Unmute #${m}= Connect With Credentials ${par["host"]} ${par["port"]} ${par["username"]} ${par["password"]} ${t}= Connect With Key ${transimitter["host"]} ${transimitter["port"]} ${transimitter["username"]} ${transimitter["key_filename"]} #${t}= Connect With Credentials ${transimitter["host"]} ${transimitter["port"]} ${transimitter["username"]} ${transimitter["password"]} Unmute ODU ${t} ${par["ODUName"]} Unmute ODU ${t} ${transimitter["ODUName"]} Set RSL Threshold ${m} ${par["testInterface"]} -40 ${resp}= Evaluate ${m}.create_subscription() Mute ODU ${t} ${par["ODUName"]} Mute ODU ${t} ${transimitter["testInterface"]} ${notif}= Evaluate next(${m}.take_notification(timeout=60)) Log ${notif} console=yes Should Not Be Empty ${notif} Unmute ODU ${t} ${par["ODUName"]} Unmute ODU ${t} ${transimitter["testInterface"]} ${actual-recevied}= Get Iface Metrics ${m} ${par["testInterface"]} "actual-received-level" Should Be True ${actual-recevied}>0 Close Current Session ${m} Loading