aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2007-01-19 20:30:05 +0000
committerDaniel P. Berrange <berrange@redhat.com>2007-01-19 20:30:05 +0000
commitbc073b5a4d0a9f64c629cb21d54fc25699ec7b19 (patch)
tree677c1b233d09ac22a26f67a6f1007bb59e699f93 /tests/xmconfigdata/test-paravirt-old-pvfb.cfg
parentFinished off XML parsing & XM config file generation for all supported guest ... (diff)
downloadlibvirt-bc073b5a4d0a9f64c629cb21d54fc25699ec7b19.tar.gz
libvirt-bc073b5a4d0a9f64c629cb21d54fc25699ec7b19.tar.bz2
libvirt-bc073b5a4d0a9f64c629cb21d54fc25699ec7b19.zip
Added test suite for the XML <-> XM config file conversion
Diffstat (limited to 'tests/xmconfigdata/test-paravirt-old-pvfb.cfg')
-rwxr-xr-xtests/xmconfigdata/test-paravirt-old-pvfb.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/xmconfigdata/test-paravirt-old-pvfb.cfg b/tests/xmconfigdata/test-paravirt-old-pvfb.cfg
new file mode 100755
index 000000000..fb112a103
--- /dev/null
+++ b/tests/xmconfigdata/test-paravirt-old-pvfb.cfg
@@ -0,0 +1,16 @@
+name = "XenGuest1"
+uuid = "c7a5fdb0cdaf9455926ad65c16db1809"
+maxmem = 579
+memory = 394
+vcpus = 1
+bootloader = "/usr/bin/pygrub"
+on_poweroff = "destroy"
+on_reboot = "restart"
+on_crash = "restart"
+sdl = 0
+vnc = 1
+vncunused = 1
+vnclisten = "127.0.0.1"
+vncpasswd = "123poi"
+disk = [ "phy:/dev/HostVG/XenGuest1,xvda,w" ]
+vif = [ "mac=00:16:3E:66:94:9C,ip=192.168.0.9" ]