From 4a1221b5e20122717302d6518a057e5601936b08 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Mon, 6 Feb 2017 18:40:18 +0100 Subject: move IRATIExperiment class in its own file --- rhumba.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'rhumba.py') diff --git a/rhumba.py b/rhumba.py index 5688861..195bf15 100755 --- a/rhumba.py +++ b/rhumba.py @@ -301,15 +301,3 @@ class Experiment: def run(self): raise Exception('run() method not implemented') - -# An experiment over the IRATI implementation -class IRATIExperiment(Experiment): - def __init__(self, testbed, nodes = list()): - Experiment.__init__(self, testbed, nodes) - - def run(self): - print("[IRATI experiment] start") - self.realize() - print("[IRATI experiment] end") - - -- cgit v1.2.3