aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2017-04-12 15:56:37 +0200
committerMarco Capitani <m.capitani@nextworks.it>2017-04-12 15:56:37 +0200
commitc83ea6f4b791cd85cd248b039b353c522f2f1f3e (patch)
treecf3ffb203f0ada7bef09301aa3f3d5400b2d8c7b /examples
parent46310717c3293054324cc6a0271d855b638df0ff (diff)
parent6d8d0d30d75b318650034470b376a57a37b57944 (diff)
downloadrumba-c83ea6f4b791cd85cd248b039b353c522f2f1f3e.tar.gz
rumba-c83ea6f4b791cd85cd248b039b353c522f2f1f3e.zip
Merge branch 'master' into master-marco
Updating with ssh changes (and other)
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/example.py3
-rwxr-xr-xexamples/two-layers.py3
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')