cmdpipe manual piping/parallel executing tested and done

This commit is contained in:
Edwin Eefting
2022-01-27 18:22:20 +01:00
parent a8b43c286f
commit 2ffd3baf77
3 changed files with 129 additions and 52 deletions

View File

@ -164,8 +164,8 @@ class TestExecuteNode(unittest2.TestCase):
#
# nodea=ExecuteNode(debug_output=True, ssh_to="localhost")
#
# cmd_pipe=nodea.script(lines=["echo line1", "echo line 2"])
# cmd_pipe.execute(stdout_handler)
# cmd_pipe=nodea.script(lines=["echo line1", "echo line 2"], stdout_handler=stdout_handler)
# cmd_pipe.execute()