From f5f9fba3d6b657fd5daa31e4981c055a05c596e8 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 11 Apr 2017 19:12:53 +0200 Subject: ssh_support: Pass SSHConfig instead of only hostname Only the hostname was passed to the ssh_support component. This passes an object that can also hold the port number. It can be extended to take other things as well, such as a proxy. --- rumba/prototypes/irati.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rumba/prototypes/irati.py') diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index 37a6fbe..e8766da 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -38,7 +38,7 @@ class Experiment(mod.Experiment): cmds.append("sudo nohup ipcm &> ipcm.log &") for node in self.nodes: - ssh.execute_commands(self.testbed, node.full_name, + ssh.execute_commands(self.testbed, node.ssh_config, cmds, time_out=None) def run_prototype(self): -- cgit v1.2.3