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 | faf61d94c1eaf227a3a94c69ad461a603d27cd7e (patch) | |
tree | ca1e0c7146fd08a919e60f7e4303dbf00d1e28ba /python/tests | |
parent | * python/tests/create.py: adapt to new naming scheme in FC5 (diff) | |
download | libvirt-faf61d94c1eaf227a3a94c69ad461a603d27cd7e.tar.gz libvirt-faf61d94c1eaf227a3a94c69ad461a603d27cd7e.tar.bz2 libvirt-faf61d94c1eaf227a3a94c69ad461a603d27cd7e.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 'python/tests')
-rwxr-xr-x | python/tests/create.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/create.py b/python/tests/create.py index da438c9f0..0c62edb5a 100755 --- a/python/tests/create.py +++ b/python/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 |