aboutsummaryrefslogtreecommitdiff
path: root/rhumba.py
diff options
context:
space:
mode:
Diffstat (limited to 'rhumba.py')
-rwxr-xr-xrhumba.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/rhumba.py b/rhumba.py
index 00f67ba..0346a8c 100755
--- a/rhumba.py
+++ b/rhumba.py
@@ -40,16 +40,6 @@ class Testbed:
raise Exception('create_experiment() not implemented')
-# Fake testbed, useful for testing
-class FakeTestbed:
- def __init__(self, exp_name, username, proj_name = "ARCFIRE",
- password = ""):
- Testbed.__init__(self, exp_name, username, password, proj_name)
-
- def create_experiment(self, nodes, links):
- print("[Fake testbed] experiment swapped in")
-
-
# Represents an interface on a node
#
# @name [string] interface name