diff options
| author | vmaffione <v.maffione@gmail.com> | 2017-04-08 10:58:48 +0000 |
|---|---|---|
| committer | vmaffione <v.maffione@gmail.com> | 2017-04-08 10:58:48 +0000 |
| commit | ae113f8d19eb29a0edb50bf790275414125f78ca (patch) | |
| tree | 26fc3690f4b3bc7c7a5635ee31f0297bb66ead19 /examples/two-layers.py | |
| parent | 2666310aa2a25e5d66b669bde337711e7d22c904 (diff) | |
| parent | 8d4ba82ac3a598992ee3d8fbe7ea14375b7c0801 (diff) | |
| download | rumba-ae113f8d19eb29a0edb50bf790275414125f78ca.tar.gz rumba-ae113f8d19eb29a0edb50bf790275414125f78ca.zip | |
Merge branch 'vincenzo' into 'master'
rumba: simplify cooperation between prototype and testbed plugins
See merge request !20
Diffstat (limited to 'examples/two-layers.py')
| -rwxr-xr-x | examples/two-layers.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/two-layers.py b/examples/two-layers.py index 29faebe..687c99f 100755 --- a/examples/two-layers.py +++ b/examples/two-layers.py @@ -43,9 +43,11 @@ d = Node("d", dif_registrations = {n3: [n2], n2 : [e3]}) tb = qemu.Testbed(exp_name = "twolayers", - username = "vmaffio") + username = "vmaffione", + bzimage = '/home/vmaffione/git/rlite/demo/buildroot/bzImage', + initramfs = '/home/vmaffione/git/rlite/demo/buildroot/rootfs.cpio') -exp = irati.Experiment(tb, nodes = [a, b, c, d]) +exp = rl.Experiment(tb, nodes = [a, b, c, d]) print(exp) |
