diff options
author | DR695H <dr695h@att.com> | 2019-07-22 12:37:45 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-22 17:17:28 -0400 |
commit | c1103fba68e3461b136b044daec3339d0e6575f7 (patch) | |
tree | aeef2cbf58858d236d8dfa4b17c463fab83b5b6a /robot/resources/ssh | |
parent | d979465ec6720dffbebd22bd83104ea5a5f4e65e (diff) |
remove the last of the global variables
Issue-ID: TEST-174
Change-Id: I1997bd0e4b693f3560f2cfc254c93537c96ed444
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/ssh')
-rw-r--r-- | robot/resources/ssh/processes.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/ssh/processes.robot b/robot/resources/ssh/processes.robot index 44d82c86..8574f137 100644 --- a/robot/resources/ssh/processes.robot +++ b/robot/resources/ssh/processes.robot @@ -59,7 +59,7 @@ Is Process on Host :FOR ${pid} IN @{pids} \ ${process_cmd}= Get From Dictionary ${map} ${pid} \ ${status} ${value}= Run Keyword And Ignore Error Should Match Regexp ${process_cmd} ${process_name} - \ Run Keyword If '${status}' == 'PASS' Set Test Variable ${foundpid} ${pid} + \ ${foundpid}= Set Variable If '${status}' == 'PASS' ${pid} "" Should Not Be Equal ${foundpid} "" [Return] ${map}[${foundpid}] |