summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-03-22 13:44:01 +0000
committerDaniel Veillard <veillard@redhat.com>2006-03-22 13:44:01 +0000
commitd2941a3da39e6197232031a2e9ad0919aaa7f934 (patch)
tree9fb73a74a822d50fac253ccf78d394591dd19364 /tests
parent889ff0890ec355f0aaccda642ee2d84268e01976 (diff)
downloadlibvirt-python-split-d2941a3da39e6197232031a2e9ad0919aaa7f934.tar.gz
libvirt-python-split-d2941a3da39e6197232031a2e9ad0919aaa7f934.tar.xz
libvirt-python-split-d2941a3da39e6197232031a2e9ad0919aaa7f934.zip
* 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
Diffstat (limited to 'tests')
-rwxr-xr-xtests/create.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/create.py b/tests/create.py
index da438c9..0c62edb 100755
--- a/tests/create.py
+++ b/tests/create.py
@@ -13,6 +13,7 @@ if not os.access("/proc/xen", os.R_OK):
#
osroots = [
"/u/fc4.img",
+ "/xen/fc4.img",
]
okay = 1