aboutsummaryrefslogtreecommitdiff
path: root/examples/two-layers.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/two-layers.py')
-rwxr-xr-xexamples/two-layers.py6
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)