diff options
author | Vincenzo Maffione <v.maffione@gmail.com> | 2017-03-20 15:03:03 +0100 |
---|---|---|
committer | Vincenzo Maffione <v.maffione@gmail.com> | 2017-03-20 15:03:03 +0100 |
commit | 79a6808c292c4690c92314468ff4ff0d5d8ad72e (patch) | |
tree | f8980eb62ea31d99b36709d92983e189ad282227 /examples | |
parent | deb35ef8497e1f792a6b84afe9d9b5da424f22b3 (diff) | |
download | rumba-79a6808c292c4690c92314468ff4ff0d5d8ad72e.tar.gz rumba-79a6808c292c4690c92314468ff4ff0d5d8ad72e.zip |
examples: fix qemu testbed construction
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]) |