X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FKillPythonTool.robot;h=f5dcd7d740dd1d1562e6caa40ac30278590a2c8d;hb=1450d8a59ff94e9f1252563cb19a863bc74c4919;hp=f50bd0911c0d2d1156987291d467289e5885be00;hpb=59e81c38620fa1b61e15771191e35771450b9499;p=integration%2Ftest.git diff --git a/csit/libraries/KillPythonTool.robot b/csit/libraries/KillPythonTool.robot index f50bd0911c..f5dcd7d740 100644 --- a/csit/libraries/KillPythonTool.robot +++ b/csit/libraries/KillPythonTool.robot @@ -9,7 +9,7 @@ Documentation Robot keyword library (Resource) for killing possibly left-ove ... ... ... This library assumes that a SSH connections exists (and is switched to) -... to a Linux machine (usualy MININET) where the Python process should be killed. +... to a Linux machine (usualy TOOLS_SYSTEM_IP) where the Python process should be killed. ... TODO: The Utils.robot library has a "Run Command On Remote System" if we didn't want to make the assumption that an SSH connection was already open. ... alternative TODO: Explain that it is not worth to perform separate SSH logins. ...