diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-03-22 13:44:01 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-03-22 13:44:01 +0000 |
commit | d2941a3da39e6197232031a2e9ad0919aaa7f934 (patch) | |
tree | 9fb73a74a822d50fac253ccf78d394591dd19364 /tests | |
parent | 889ff0890ec355f0aaccda642ee2d84268e01976 (diff) | |
download | libvirt-python-v6-d2941a3da39e6197232031a2e9ad0919aaa7f934.tar.gz libvirt-python-v6-d2941a3da39e6197232031a2e9ad0919aaa7f934.tar.xz libvirt-python-v6-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-x | tests/create.py | 1 |
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 |