aboutsummaryrefslogtreecommitdiff
path: root/rumba/ssh_support.py
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2017-04-12 15:21:21 +0200
committerMarco Capitani <m.capitani@nextworks.it>2017-04-12 15:21:21 +0200
commit22db738a842f8e21bb49f6431bd671d37073f832 (patch)
treeb7603c93d1f5b5b4e2487d89463f5a5d526be2e2 /rumba/ssh_support.py
parent2b155aa25a2f61ad9bb84c273781a0597c6cef76 (diff)
downloadrumba-22db738a842f8e21bb49f6431bd671d37073f832.tar.gz
rumba-22db738a842f8e21bb49f6431bd671d37073f832.zip
Rumba tester v2: all-in-one testing tool
Deep reworking of the testing tool, it can be provided with a (demo-like) .conf file, a testbed and a prototype, and it auto-runs the experiment. Removed generated testing scripts.
Diffstat (limited to 'rumba/ssh_support.py')
-rw-r--r--rumba/ssh_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/ssh_support.py b/rumba/ssh_support.py
index ad32d13..eb32641 100644
--- a/rumba/ssh_support.py
+++ b/rumba/ssh_support.py
@@ -34,7 +34,7 @@ def execute_commands(testbed, ssh_config, commands, time_out=3):
@param testbed: testbed info
@param ssh_config: ssh config of the node
- @param command: *nix shell command
+ @param commands: *nix shell command
@param time_out: time_out value in seconds, error will be generated if
no result received in given number of seconds, the value None can
be used when no timeout is needed