#opt: retrieve "number-of-alarms" and check if the number increases after the mute of the ODU
Log${alarms}console=yes
Mute ODU${t}${par["testInterface"]}#Interface name to mute #On transimitter node: need to connect to the TX and change ${m} with the reference to the transmitter
Mute ODU${t}${transmitter["testInterface"]}#Interface name to mute #On transmitter node: need to connect to the TX and change ${m} with the reference to the transmitter
Should Be True${ok}msg=SNR (${SNR}) deve essere minore di 15
Close Current Session${m}
Close Current Session${t}
Mute ODU and Receive RSL Alarms
[Arguments]${par}${transimitter}
[Arguments]${par}${transmitter}
${m}=Connect With Key${par["host"]}${par["port"]}${par["username"]}${par["key_filename"]}
#${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["testInterface"]}#Interface name to mute #On transimitter node: need to connect to the TX and change ${m} with the reference to the transmitter
${t}=Connect With Key${transmitter["host"]}${transmitter["port"]}${transmitter["username"]}${transmitter["key_filename"]}
#${t}= Connect With Credentials ${transmitter["host"]} ${transmitter["port"]} ${transmitter["username"]} ${transmitter["password"]}
Unmute ODU${t}${transmitter["testInterface"]}#Interface name to mute #On transmitter node: need to connect to the TX and change ${m} with the reference to the transmitter