diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/two-layers.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/two-layers.py b/examples/two-layers.py index 7b5c868..29faebe 100755 --- a/examples/two-layers.py +++ b/examples/two-layers.py @@ -43,9 +43,7 @@ d = Node("d", dif_registrations = {n3: [n2], n2 : [e3]}) tb = qemu.Testbed(exp_name = "twolayers", - username = "vmaffio", - proj_name = "cert.pem", - password = "") + username = "vmaffio") exp = irati.Experiment(tb, nodes = [a, b, c, d]) |