From e782eea28157bb5959c11a09ac3648d27d075ab9 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Thu, 5 Oct 2017 17:40:21 +0200 Subject: prototypes: rlite: align to the new rlite release --- examples/two-layers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/two-layers.py b/examples/two-layers.py index b3622fd..6d22673 100755 --- a/examples/two-layers.py +++ b/examples/two-layers.py @@ -50,7 +50,7 @@ tb = qemu.Testbed(exp_name = "twolayers", username = "root", password = "root") -exp = irati.Experiment(tb, nodes = [a, b, c, d]) +exp = rl.Experiment(tb, nodes = [a, b, c, d]) print(exp) -- cgit v1.2.3