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 | |
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')
-rwxr-xr-x | examples/example.py | 3 | ||||
-rwxr-xr-x | examples/two-layers.py | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/examples/example.py b/examples/example.py index 0d8fcd9..54ecd37 100755 --- a/examples/example.py +++ b/examples/example.py @@ -31,7 +31,8 @@ b = Node("b", dif_registrations = {n1 : [e1]}) tb = qemu.Testbed(exp_name = "example1", - username = "vmaffione", + username = "root", + password = "root", bzimage = '/home/vmaffione/git/rlite/demo/buildroot/bzImage', initramfs = '/home/vmaffione/git/rlite/demo/buildroot/rootfs.cpio') 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') |