diff options
| author | Vincenzo Maffione <v.maffione@gmail.com> | 2017-10-05 17:40:21 +0200 |
|---|---|---|
| committer | Vincenzo Maffione <v.maffione@gmail.com> | 2017-10-05 17:40:21 +0200 |
| commit | e782eea28157bb5959c11a09ac3648d27d075ab9 (patch) | |
| tree | 203c63f627e997c2af3e938fd5970a70aba3d1c4 /examples | |
| parent | 61e513ea96b91730dc68a5ccf9515708e247b6b8 (diff) | |
| download | rumba-e782eea28157bb5959c11a09ac3648d27d075ab9.tar.gz rumba-e782eea28157bb5959c11a09ac3648d27d075ab9.zip | |
prototypes: rlite: align to the new rlite release
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/two-layers.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
