From 7c02fbc57439f5ab850b3f605df84e549174b11b Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 28 Jun 2018 11:49:55 +0200 Subject: testbeds: Abstract away use of http proxy server Certain testbeds use a proxy to access the outside world. Due to recent changes this was not working anymore. This takes a different approach to re-enable this. It simply adds the lines to /etc/profile after swap-in so that the proxy is added to every shell upon execution. --- rumba/prototypes/rlite.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rumba/prototypes/rlite.py') diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py index 4d0d453..e67e539 100644 --- a/rumba/prototypes/rlite.py +++ b/rumba/prototypes/rlite.py @@ -70,10 +70,6 @@ class Experiment(mod.Experiment): ssh.execute_commands(self.testbed, node.ssh_config, cmds, time_out=None) - def execute_proxy_commands(self, node, cmds): - ssh.execute_proxy_commands(self.testbed, node.ssh_config, - cmds, time_out=None) - # Prepend sudo to all commands if the user is not 'root' def may_sudo(self, cmds): if self.testbed.username != 'root': -- cgit v1.2.3