diff options
| author | Marco Capitani <m.capitani@nextworks.it> | 2017-04-12 15:56:37 +0200 |
|---|---|---|
| committer | Marco Capitani <m.capitani@nextworks.it> | 2017-04-12 15:56:37 +0200 |
| commit | c83ea6f4b791cd85cd248b039b353c522f2f1f3e (patch) | |
| tree | cf3ffb203f0ada7bef09301aa3f3d5400b2d8c7b /examples/two-layers.py | |
| parent | 46310717c3293054324cc6a0271d855b638df0ff (diff) | |
| parent | 6d8d0d30d75b318650034470b376a57a37b57944 (diff) | |
| download | rumba-c83ea6f4b791cd85cd248b039b353c522f2f1f3e.tar.gz rumba-c83ea6f4b791cd85cd248b039b353c522f2f1f3e.zip | |
Merge branch 'master' into master-marco
Updating with ssh changes (and other)
Diffstat (limited to 'examples/two-layers.py')
| -rwxr-xr-x | examples/two-layers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/two-layers.py b/examples/two-layers.py index 687c99f..9032588 100755 --- a/examples/two-layers.py +++ b/examples/two-layers.py @@ -43,7 +43,8 @@ d = Node("d", dif_registrations = {n3: [n2], n2 : [e3]}) tb = qemu.Testbed(exp_name = "twolayers", - username = "vmaffione", + username = "root", + password = "root", bzimage = '/home/vmaffione/git/rlite/demo/buildroot/bzImage', initramfs = '/home/vmaffione/git/rlite/demo/buildroot/rootfs.cpio') |
