aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-06-28 11:49:55 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-06-28 13:08:10 +0200
commit7c02fbc57439f5ab850b3f605df84e549174b11b (patch)
treea4c752c8be66cf0e2ffa4b19cf1023f7be7bb136 /rumba/prototypes
parentd6b62e3d1c0653b50443ab91062127a60c0bbfdc (diff)
downloadrumba-7c02fbc57439f5ab850b3f605df84e549174b11b.tar.gz
rumba-7c02fbc57439f5ab850b3f605df84e549174b11b.zip
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.
Diffstat (limited to 'rumba/prototypes')
-rw-r--r--rumba/prototypes/rlite.py4
1 files changed, 0 insertions, 4 deletions
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':