aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds/jfed.py
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2018-04-05 11:54:49 +0200
committerMarco Capitani <m.capitani@nextworks.it>2018-04-05 11:54:49 +0200
commit9e6dd5a114bd51c9f8a72e398adb1ea2e43b984c (patch)
tree6ac12d829d9306f6c5c7d448d85ba000f9e9aa8a /rumba/testbeds/jfed.py
parent6aabea0e5d184397c5536c40d68cd2a2a4550d8f (diff)
downloadrumba-9e6dd5a114bd51c9f8a72e398adb1ea2e43b984c.tar.gz
rumba-9e6dd5a114bd51c9f8a72e398adb1ea2e43b984c.zip
testbeds: remove `Testbed.swap_in` call in _swap_in
Fixes #47
Diffstat (limited to 'rumba/testbeds/jfed.py')
-rw-r--r--rumba/testbeds/jfed.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rumba/testbeds/jfed.py b/rumba/testbeds/jfed.py
index 24e6737..da1cf2d 100644
--- a/rumba/testbeds/jfed.py
+++ b/rumba/testbeds/jfed.py
@@ -242,8 +242,6 @@ class Testbed(mod.Testbed):
:param experiment: The experiment.
"""
- mod.Testbed.swap_in(self, experiment)
-
for node in experiment.nodes:
node.ssh_config.set_http_proxy(self.http_proxy)
self._create_rspec(experiment)