This userspace program is not shipped on a regular qemu source
code checkout, so its absence doesn't need to fail a test.

Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 client/virt/kvm_installer.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/virt/kvm_installer.py b/client/virt/kvm_installer.py
index a5c2747..b975f31 100644
--- a/client/virt/kvm_installer.py
+++ b/client/virt/kvm_installer.py
@@ -209,7 +209,7 @@ class KVMBaseInstaller(base_installer.BaseInstaller):
         if qemu_fs_proxy_bin is not None:
             os.symlink(qemu_fs_proxy_bin, qemu_fs_proxy_dst)
         else:
-            raise error.TestError('Invalid qemu fs proxy path')
+            logging.warning('Qemu fs proxy path %s not found on source dir')
 
 
     def _install_phase_init(self):
-- 
1.7.10.1

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to