From 64782b938b12a9c0f7b7bb7a152091f62e4db3a6 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Mon, 6 Feb 2017 21:33:04 +0100 Subject: rhumba: realize --> swap_in, fix double definition in IRATI class --- rhumba.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rhumba.py') diff --git a/rhumba.py b/rhumba.py index 688985c..1ffd092 100755 --- a/rhumba.py +++ b/rhumba.py @@ -292,8 +292,8 @@ class Experiment: def del_node(self, node): self.nodes.remove(node) - # Realize the experiment topology, using a testbed-specific setup - def realize(self): + # Realize the experiment, using a testbed-specific setup + def swap_in(self): self.links = get_links(self.nodes) self.testbed.create_experiment(self.nodes, self.links) -- cgit v1.2.3