From 79a6808c292c4690c92314468ff4ff0d5d8ad72e Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Mon, 20 Mar 2017 15:03:03 +0100 Subject: examples: fix qemu testbed construction --- examples/two-layers.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples') 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]) -- cgit v1.2.3