From: Konrad Rzeszutek Wilk Date: Tue, 10 Feb 2015 17:08:07 +0000 (-0500) Subject: test VM file: Add bridge switch and make the directory depend on the file X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a1b713bb94b25791cf80f91d05b141efec74e36f;p=xentesttools%2Fbootstrap.git test VM file: Add bridge switch and make the directory depend on the file Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/test.vm b/test.vm index b9e5c92..e5a8d82 100644 --- a/test.vm +++ b/test.vm @@ -1,12 +1,12 @@ extra="console=hvc0 debug earlyprintk=xen loglevel=8 initcall_debug" -kernel="/home/konrad/amd64/dist/common/vmlinuz" -ramdisk="/home/konrad/amd64/dist/common/initramfs.cpio.gz" +kernel="dist/common/vmlinuz" +ramdisk="dist/common/initramfs.cpio.gz" memory=1024 vcpus=2 maxvcpus=3 name="bootstrap-x86_64" on_crash="preserve" -vif = [ 'mac=00:0F:4B:00:00:68' ] +vif = [ 'mac=00:0F:4B:00:00:68,bridge=switch' ] vnc=1 vnclisten="0.0.0.0"