aboutsummaryrefslogtreecommitdiff
path: root/rhumba.py
diff options
context:
space:
mode:
Diffstat (limited to 'rhumba.py')
-rwxr-xr-xrhumba.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/rhumba.py b/rhumba.py
index c338bf8..00f67ba 100755
--- a/rhumba.py
+++ b/rhumba.py
@@ -19,9 +19,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA
-import jfed_support as js
import abc
-import getpass
# Represents generic testbed info
#
@@ -42,21 +40,6 @@ class Testbed:
raise Exception('create_experiment() not implemented')
-class jFedTestbed:
- def __init__(self, exp_name, username, cert_file, jfed_jar, exp_hours = "2",
- proj_name = "ARCFIRE", authority = "wall2.ilabt.iminds.be"):
- passwd = getpass.getpass(prompt = "Password for certificate file: ")
- Testbed.__init__(self, exp_name, username, passwd, proj_name)
- self.authority = "urn:publicid:IDN+" + authority + "+authority+cm"
- self.auth_name = authority
- self.cert_file = cert_file
- self.jfed_jar = jfed_jar
- self.exp_hours = exp_hours
-
- def create_experiment(self, nodes, links):
- js.create_experiment(self, nodes, links)
-
-
# Fake testbed, useful for testing
class FakeTestbed:
def __init__(self, exp_name, username, proj_name = "ARCFIRE",