From 54a12620aadfac69f528cdcce37592b4e35e12cf Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Tue, 7 Feb 2017 12:08:18 +0100 Subject: move EmulabTestbed to its own file --- rhumba.py | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'rhumba.py') diff --git a/rhumba.py b/rhumba.py index 1ffd092..c338bf8 100755 --- a/rhumba.py +++ b/rhumba.py @@ -19,7 +19,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301 USA -import emulab_support as es import jfed_support as js import abc import getpass @@ -43,26 +42,6 @@ class Testbed: raise Exception('create_experiment() not implemented') -# Represents an emulab testbed info -# -# @url [string] URL of the testbed -# @image [string] specific image to use -# -class EmulabTestbed: - def __init__(self, exp_name, username, password = "", - proj_name = "ARCFIRE", url = "wall1.ilabt.iminds.be", - image = "UBUNTU14-64-STD"): - Testbed.__init__(self, exp_name, username, password, proj_name) - self.url = url - self.image = image - - def create_experiment(self, nodes, links): - es.create_experiment(self, nodes, links) - es.swap_exp_in(self) - es.wait_until_nodes_up(self) - es.complete_experiment_graph(self, nodes, links) - - class jFedTestbed: def __init__(self, exp_name, username, cert_file, jfed_jar, exp_hours = "2", proj_name = "ARCFIRE", authority = "wall2.ilabt.iminds.be"): -- cgit v1.2.3