From d2941a3da39e6197232031a2e9ad0919aaa7f934 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 22 Mar 2006 13:44:01 +0000 Subject: * 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 --- tests/create.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/create.py') 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 -- cgit