The following code doesn\'t work. I want to set a variable if a condition is true.
Run Keyword If ${MAC} == 110299160221421 ${device_serial}= se
It worked with this code:
*** Test Cases *** Run Keyword If ${MAC} == 110299160221421 myKeyword *** Keywords *** myKeyword ${device_serial}= set variable ${device_serial_1}