aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
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)