aboutsummaryrefslogtreecommitdiff
path: root/example.py
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-02-07 16:12:57 +0100
committerVincenzo Maffione <v.maffione@gmail.com>2017-02-07 16:12:57 +0100
commitf0537f022eab056a3f5d6c6fea31274e5d2f06c8 (patch)
tree30fe43b4ba73d2f9a095ff5c36bfa2f6173c701d /example.py
parentbf4eaaa0704ee5f31474f3cbaeb90d0cc8084a53 (diff)
downloadrumba-f0537f022eab056a3f5d6c6fea31274e5d2f06c8.tar.gz
rumba-f0537f022eab056a3f5d6c6fea31274e5d2f06c8.zip
move faketestbed to its own file
Diffstat (limited to 'example.py')
-rwxr-xr-x[-rw-r--r--]example.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/example.py b/example.py
index 2c24e09..b13f0ce 100644..100755
--- a/example.py
+++ b/example.py
@@ -3,8 +3,13 @@
# An example script using rhumba.py
from rhumba import *
+
+# import testbed plugins
import rhumba_emulab as emulab
import rhumba_jfed as jfed
+import rhumba_faketestbed as fake
+
+# import prototype plugins
import rhumba_ouroboros as our
import rhumba_rlite as rl
import rhumba_irati as irati
@@ -28,6 +33,7 @@ tb = jfed.jFedTestbed(exp_name = "letest",
username = "sander",
cert_file = "cert.pem",
jfed_jar = "jfed_cli/experimenter-cli.jar")
+#tb = fake.FakeTestbed(exp_name = "x", username = "yy")
exp = irati.IRATIExperiment(tb, nodes = [a, b])