aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorvmaffione <v.maffione@gmail.com>2017-01-24 15:15:07 +0000
committervmaffione <v.maffione@gmail.com>2017-01-24 15:15:07 +0000
commit2a085b29e2754500e87cbb1a90e89301671eabe8 (patch)
tree0f4cca29dd5bd4236122be280c53c6a34ced12fe /main.py
parente184e2838cc2b65fe9afe1cf7649b01ce4dcf73f (diff)
parent97e601fdc5c03de7c643c855228b83419394f728 (diff)
downloadrumba-2a085b29e2754500e87cbb1a90e89301671eabe8.tar.gz
rumba-2a085b29e2754500e87cbb1a90e89301671eabe8.zip
Merge branch 'master-sander' into 'master'
rhumba: Add emulab support See merge request !3
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/main.py b/main.py
index 1b61543..49508e9 100755
--- a/main.py
+++ b/main.py
@@ -19,7 +19,12 @@ b = Node("b",
difs = [e1, n1],
dif_registrations = {n1 : [e1]})
-exp = IRATIExperiment("paperino",
+tb = jFedTestbed(exp_name = "letest",
+ username = "sander",
+ cert_file = "cert.pem",
+ jfed_jar = "jfed_cli/experimenter-cli.jar")
+
+exp = IRATIExperiment("paperino", tb,
nodes = [a, b])
print(exp)