1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-02 04:21:59 +03:00

* python/tests/create.py: add one more image path

* src/libvirt.c src/xend_internal.c src/xend_internal.h: more work
  on the xend refactoring
Daniel
This commit is contained in:
Daniel Veillard
2006-03-22 13:44:01 +00:00
parent 889ff0890e
commit d2941a3da3

View File

@ -13,6 +13,7 @@ if not os.access("/proc/xen", os.R_OK):
# #
osroots = [ osroots = [
"/u/fc4.img", "/u/fc4.img",
"/xen/fc4.img",
] ]
okay = 1 okay = 1